Issue #12435 has been updated by Daniel Pittman.
Randall Hansen wrote: > This is super cool. I've always loved VCSs that allowed me to do this. I'll > get together with James to see it in action. I should clarify: I absolutely support this, and think that adding extension points in the form of "hook" scripts the user can supply on their system is a great way to give them more capabilities than they had before. This is another instance of the same sort of thing, and we do it enough (eg: cloud provisioner, here) that we should start thinking about how it "grows up" to be a first class citizen of extending the system. ---------------------------------------- Feature #12435: Adding alerting support to command line actions https://projects.puppetlabs.com/issues/12435#change-54620 Author: James Turnbull Status: Needs Decision Priority: Normal Assignee: Randall Hansen Category: Faces Target version: Telly Affected Puppet version: Keywords: Branch: https://github.com/jamtur01/puppet/tree/alerting Many Puppet command line functions, for example installing, managing or uninstalling a Puppet module are collaborative actions. You often want to share news of these actions with others. The alerting framework allows you to specify an option, for example `--alert` to a Face (see the puppet module install and uninstall faces in the attached branch) for this) that executes a script that can alert others to the action, for example send an IRC or Campfire notification when a module is installed or uninstalled. -- 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.
