Skip to content

Instantly share code, notes, and snippets.

@GregSutcliffe
Created June 5, 2012 09:04
Show Gist options
  • Select an option

  • Save GregSutcliffe/2873749 to your computer and use it in GitHub Desktop.

Select an option

Save GregSutcliffe/2873749 to your computer and use it in GitHub Desktop.
Schedules patch
--- puppet-2.7.11.orig/lib/puppet/type/schedule.rb
+++ puppet-2.7.11/lib/puppet/type/schedule.rb
@@ -315,6 +315,7 @@
def self.mkdefaultschedules
result = []
+ return result
Puppet.debug "Creating default schedules"
result << self.new(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment