diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-21 23:47:42 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-21 23:47:42 +0000 |
commit | 70d23799504a2207e0886a60a8403fa2f16377e2 (patch) | |
tree | cb14755624a51f6ad420f02dfeb3df26caf02ccc /bin | |
parent | 1ebb416c4574b28bf56764675714ec66ed199010 (diff) | |
download | puppet-70d23799504a2207e0886a60a8403fa2f16377e2.tar.gz |
Enable passing --parseonly from the command line
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@924 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/puppet | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/puppet b/bin/puppet index 65ca8d8db..9fcbfe372 100755 --- a/bin/puppet +++ b/bin/puppet @@ -92,7 +92,6 @@ debug = false verbose = false noop = false logfile = false -parseonly = false loadclasses = false classfile = nil @@ -177,7 +176,7 @@ begin :Master => server, :Cache => false ) - if parseonly + if Puppet[:parseonly] exit(0) end client.getconfig |