Issue #22206 has been updated by Melissa Stone.

Released in Puppet 3.4.0-rc1

----------------------------------------
Feature #22206: Option to disable schedules entirely
https://projects.puppetlabs.com/issues/22206#change-100900

* Author: Greg Sutcliffe
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: schedule
* Target version: 3.4.0
* Affected Puppet version: 
* Keywords: schedules
* Branch: https://github.com/puppetlabs/puppet/pull/1842
----------------------------------------
Currently there's no way to prevent the default schedules from being generated. 
This leads to 6 skipped resources in each report as a minimum. If you're 
emailing or aggregation reports in a central system, that leads to unnecessary 
noise, as what you want is for your nodes to be all zeroes when they performed 
no actions.

I propose a new option to puppet.conf, in [agent], which control this. If 
`disable_schedules=true` then `puppet/type/schedule.rb#def 
self.mkdefaultschedules` will just return an empty array. I've tested this as a 
hack (just adding `return []` to that method) and it seems to work fine.

I'm happy to write this up with the proper config option if this seems like a 
good direction to go in. You'll have to let me know which of the many github 
branches to fork and pull-request to though ;)



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to