[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r310: Add email reporting on Puppet changes on hosts.

Jeff Licquia licquia at linuxfoundation.org
Tue Jun 26 22:44:44 UTC 2012


------------------------------------------------------------
revno: 310
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2012-06-26 17:44:44 -0500
message:
  Add email reporting on Puppet changes on hosts.
  
  Set to only go to me for now, for testing purposes.
added:
  tagmail.conf
modified:
  modules/puppet/files/puppet.conf
  puppet.conf
-------------- next part --------------
=== modified file 'modules/puppet/files/puppet.conf'
--- a/modules/puppet/files/puppet.conf	2012-01-22 19:07:47 +0000
+++ b/modules/puppet/files/puppet.conf	2012-06-26 22:44:44 +0000
@@ -27,3 +27,5 @@
     # The default value is '$confdir/localconfig'.
     localconfig = $vardir/localconfig
 
+    report = true
+

=== modified file 'puppet.conf'
--- a/puppet.conf	2012-01-29 00:09:20 +0000
+++ b/puppet.conf	2012-06-26 22:44:44 +0000
@@ -27,5 +27,9 @@
     # The default value is '$confdir/localconfig'.
     localconfig = $vardir/localconfig
 
+    report = true
+
 [master]
+    reports = tagmail
+    reportfrom = puppet at linuxbase.org
     modulepath = /etc/puppet/modules:/etc/puppet-secret/modules

=== added file 'tagmail.conf'
--- a/tagmail.conf	1970-01-01 00:00:00 +0000
+++ b/tagmail.conf	2012-06-26 22:44:44 +0000
@@ -0,0 +1,1 @@
+all: licquia at linuxfoundation.org



More information about the lsb-messages mailing list