diff options
author | Ian Taylor <ian@lorf.org> | 2009-06-05 12:38:35 -0400 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-06 09:11:28 +1000 |
commit | 41ce18cc8ea239d1633fc6cd9e9f599957a82e74 (patch) | |
tree | 9d398b4e3e6d726a174b5b57094c7dd6749ccf0e /ext/module_puppet | |
parent | f3b40923605420f774dac298fb1708de180c0a81 (diff) | |
download | puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.tar.gz puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.tar.xz puppet-41ce18cc8ea239d1633fc6cd9e9f599957a82e74.zip |
Changed tabs to spaces without interfering with indentation or alignment
Diffstat (limited to 'ext/module_puppet')
-rwxr-xr-x | ext/module_puppet | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/module_puppet b/ext/module_puppet index 4ee273451..5834627e2 100755 --- a/ext/module_puppet +++ b/ext/module_puppet @@ -52,12 +52,12 @@ require 'puppet/network/client' require 'getoptlong' options = [ - [ "--debug", "-d", GetoptLong::NO_ARGUMENT ], - [ "--help", "-h", GetoptLong::NO_ARGUMENT ], - [ "--logdest", "-l", GetoptLong::REQUIRED_ARGUMENT ], - [ "--verbose", "-v", GetoptLong::NO_ARGUMENT ], - [ "--use-nodes", GetoptLong::NO_ARGUMENT ], - [ "--version", "-V", GetoptLong::NO_ARGUMENT ] + [ "--debug", "-d", GetoptLong::NO_ARGUMENT ], + [ "--help", "-h", GetoptLong::NO_ARGUMENT ], + [ "--logdest", "-l", GetoptLong::REQUIRED_ARGUMENT ], + [ "--verbose", "-v", GetoptLong::NO_ARGUMENT ], + [ "--use-nodes", GetoptLong::NO_ARGUMENT ], + [ "--version", "-V", GetoptLong::NO_ARGUMENT ] ] # Add all of the config parameters as valid options. |