summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndrew Shafer <andrew@reductivelabs.com>2008-07-03 12:58:30 -0600
committerAndrew Shafer <andrew@reductivelabs.com>2008-07-03 12:58:30 -0600
commit2279acdd30ef84d20be7bae6ca2c862ddc4bf959 (patch)
treed3ed1463bfcfbb8ff26c3c9cab49c120954eeb64 /bin
parent7a6ae299621a16fa7fd8ab0fbd2c05fe723cffa4 (diff)
downloadpuppet-2279acdd30ef84d20be7bae6ca2c862ddc4bf959.tar.gz
puppet-2279acdd30ef84d20be7bae6ca2c862ddc4bf959.tar.xz
puppet-2279acdd30ef84d20be7bae6ca2c862ddc4bf959.zip
Adding changes to config print that were missed in fix for 1183
Diffstat (limited to 'bin')
-rwxr-xr-xbin/filebucket5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/filebucket b/bin/filebucket
index 5790c9460..17e01ed64 100755
--- a/bin/filebucket
+++ b/bin/filebucket
@@ -163,8 +163,9 @@ end
# Now parse the config
Puppet.parse_config
-Puppet.genconfig
-Puppet.genmanifest
+if Puppet.settings.print_configs?
+ exit(Puppet.settings.print_configs ? 0 : 1)
+end
begin
if options[:local] or options[:bucket]