summaryrefslogtreecommitdiffstats
path: root/ext/module_puppet
diff options
context:
space:
mode:
Diffstat (limited to 'ext/module_puppet')
-rwxr-xr-xext/module_puppet2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/module_puppet b/ext/module_puppet
index 489cc37ba..ee377446b 100755
--- a/ext/module_puppet
+++ b/ext/module_puppet
@@ -158,7 +158,7 @@ unless setdest
Puppet::Log.newdestination(:syslog)
end
-master[:File] = ARGV.shift
+master[:Manifest] = ARGV.shift
unless ENV.include?("CFALLCLASSES")
$stderr.puts "Cfengine classes must be passed to the module"