summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-21 23:47:42 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-21 23:47:42 +0000
commit70d23799504a2207e0886a60a8403fa2f16377e2 (patch)
treecb14755624a51f6ad420f02dfeb3df26caf02ccc /bin
parent1ebb416c4574b28bf56764675714ec66ed199010 (diff)
downloadpuppet-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-xbin/puppet3
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