indentation fixes
This commit is contained in:
parent
4946872a85
commit
d9c605b020
@ -111,25 +111,25 @@ _puppet()
|
|||||||
case $prev in
|
case $prev in
|
||||||
--fqdn)
|
--fqdn)
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--logdest)
|
--logdest)
|
||||||
_puppet_logdest
|
_puppet_logdest
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--serve)
|
--serve)
|
||||||
# From /usr/lib/ruby/1.8/puppet/network/handler/
|
# From /usr/lib/ruby/1.8/puppet/network/handler/
|
||||||
COMPREPLY=( $( compgen -W "ca filebucket fileserver master \
|
COMPREPLY=( $( compgen -W "ca filebucket fileserver master \
|
||||||
report runner status" -- "$cur" ) )
|
report runner status" -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--digest)
|
--digest)
|
||||||
_puppet_digest
|
_puppet_digest
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--waitforcert)
|
--waitforcert)
|
||||||
COMPREPLY=( $( compgen -W "0 15 30 60 120" -- "$cur" ) )
|
COMPREPLY=( $( compgen -W "0 15 30 60 120" -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
COMPREPLY=( $( compgen -W "--daemonize --no-daemonize \
|
COMPREPLY=( $( compgen -W "--daemonize --no-daemonize \
|
||||||
--debug --detailed-exitcodes --disable --enable \
|
--debug --detailed-exitcodes --disable --enable \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user