Skip to content

Instantly share code, notes, and snippets.

@kmr
Created November 27, 2013 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmr/7672648 to your computer and use it in GitHub Desktop.
Save kmr/7672648 to your computer and use it in GitHub Desktop.
puppet/lib/puppet/run.rb fix.
@@ -24,6 +24,11 @@
@background = options[:background]
options.delete(:background)
end
+ if options.include?(:status)
+ @status = options[:status]
+ options.delete(:status)
+ end
+
valid_options = [:tags, :ignoreschedules, :pluginsync]
options.each do |key, value|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment