indentation fixes

This commit is contained in:
Guillaume Rousse 2011-02-23 21:24:53 +01:00
parent 4946872a85
commit d9c605b020

View File

@ -111,25 +111,25 @@ _puppet()
case $prev in
--fqdn)
return 0
;;
;;
--logdest)
_puppet_logdest
return 0
;;
;;
--serve)
# From /usr/lib/ruby/1.8/puppet/network/handler/
COMPREPLY=( $( compgen -W "ca filebucket fileserver master \
report runner status" -- "$cur" ) )
return 0
;;
;;
--digest)
_puppet_digest
return 0
;;
;;
--waitforcert)
COMPREPLY=( $( compgen -W "0 15 30 60 120" -- "$cur" ) )
return 0
;;
;;
*)
COMPREPLY=( $( compgen -W "--daemonize --no-daemonize \
--debug --detailed-exitcodes --disable --enable \