Issue #12934 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0
---------------------------------------- Feature #12934: Allow customizable message for administratively disabled agents https://projects.puppetlabs.com/issues/12934#change-62359 Author: Chris Price Status: Merged - Pending Release Priority: Normal Assignee: Chris Price Category: Target version: 3.0.0 Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/680 This ticket was created from #4836—breaking into two separate tickets because the requested functionality will be targeted at two separate versions of puppet. ---------------------------------------------------------------------- We'd like for <pre> puppet agent --disable </pre> to be able to accept a custom error message, e.g.: <pre> puppet agent —disable "micah is fixing stunnel template” </pre> Then, if you try to run the agent, you will get output that might look like this: <pre> notice: Puppet is administratively disabled because micah is fixing stunnel template; skipping run </pre> Some code that supports this behavior was already written ( https://github.com/puppetlabs/puppet/pull/216 , ticket #4836), but it was reverted because it changes the lockfile semantics which are relied upon by mcollective. We'd like to re-introduce this for 3.x. -- 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.
