summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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]