Issue #5856 has been updated by Nigel Kersten. Subject changed from Schedule behaviour to Classes should support schedules Status changed from Needs Decision to Accepted Assignee deleted (Nigel Kersten) Target version set to Statler
---------------------------------------- Feature #5856: Classes should support schedules https://projects.puppetlabs.com/issues/5856 Author: Yuri Arabadji Status: Accepted Priority: Normal Assignee: Category: Target version: Statler Affected Puppet version: 2.6.4 Keywords: Branch: * It looks like schedules don't work for classes. This is really sad. What I want here is just a simple propagation down to every defined resource in the class, but not past the other included classes. <pre> schedule { 'once': period => daily, repeat => 1, } class ca { notify { 'RUN': } } node 'default' { class { 'ca': schedule => once } } </pre> * The documentation needs to be updated for either types or metaparams or both and explicitly stated that schedule doesn't apply to class resources (yet). * Make it clear in docs that "puppet apply" can't honor schedules and that --ignoreschedules should be used to toggle the "[off]/[not working]" switch. Thank you. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
