Schofield
2013-Apr-14 21:36 UTC
[Puppet Users] How to kick off integration tests after successful puppet run?
Are there any built in hooks or best practices for puppet around notifying third party tools to execute tasks after a successful puppet run is complete? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
James Glenn
2013-Apr-14 21:44 UTC
Re: [Puppet Users] How to kick off integration tests after successful puppet run?
There is the postrun_command that you can stick in the [agent] section of your puppet.conf # A command to run after every agent run. If this command returns a non-zero # return code, the entire Puppet run will be considered to have failed, even though it might have # performed work during the normal run. # The default value is ''''. # postrun_command Thanks, James Glenn On Sun, Apr 14, 2013 at 4:36 PM, Schofield <dbschofield@gmail.com> wrote:> Are there any built in hooks or best practices for puppet around notifying > third party tools to execute tasks after a successful puppet run is > complete? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.