summaryrefslogtreecommitdiffstats
path: root/bin/puppet
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-06 05:42:53 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-06 05:42:53 +0000
commit494675b1dbf2f7141c201d203b197e03a30b72e3 (patch)
tree0fc130b012161966829f907eb19f9b149ef5afd0 /bin/puppet
parent1f8de9d0c211ac5641f5ad827a0f478fff6bd223 (diff)
downloadpuppet-494675b1dbf2f7141c201d203b197e03a30b72e3.tar.gz
puppet-494675b1dbf2f7141c201d203b197e03a30b72e3.tar.xz
puppet-494675b1dbf2f7141c201d203b197e03a30b72e3.zip
Fixing #206 and #422. Executables will still look for the deprecated config files and load them using the old parse method, but they now prefer a single configuration file, and files can set parameters (owner, mode, group) in brackets on the same line.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2464 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppet')
-rwxr-xr-xbin/puppet2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/puppet b/bin/puppet
index 0e3ca0f0a..241bac785 100755
--- a/bin/puppet
+++ b/bin/puppet
@@ -132,6 +132,8 @@ rescue GetoptLong::InvalidOption => detail
exit(1)
end
+Puppet.parse_config
+
unless logset
Puppet::Util::Log.newdestination(:console)
end