diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-05 18:58:30 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-05 18:58:30 +0000 |
commit | 716e45e75a8cd994c701f91d20834719c2024ad6 (patch) | |
tree | 449227dc5b473f4b97c8a12408814383579becf1 | |
parent | 8974a274b1169798dced09725fc98fb46d36a87a (diff) | |
download | puppet-716e45e75a8cd994c701f91d20834719c2024ad6.tar puppet-716e45e75a8cd994c701f91d20834719c2024ad6.tar.gz puppet-716e45e75a8cd994c701f91d20834719c2024ad6.tar.bz2 puppet-716e45e75a8cd994c701f91d20834719c2024ad6.tar.xz puppet-716e45e75a8cd994c701f91d20834719c2024ad6.zip |
- enable reporting, as explained on http://projects.puppetlabs.com/projects/1/wiki/Reports_And_Reporting
-rw-r--r-- | modules/puppet/templates/puppet.conf | 2 | ||||
-rw-r--r-- | modules/puppet/templates/tagmail.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index 9fb184c1..ad8aa15a 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -13,10 +13,12 @@ [master] certname = puppetmaster.<%= domain %> + reports = tagmail [agent] server = puppetmaster.<%= domain %> + report = true # The file in which puppetd stores a list of the classes # associated with the retrieved configuratiion. Can be loaded in # the separate ``puppet`` executable using the ``--loadclasses`` diff --git a/modules/puppet/templates/tagmail.conf b/modules/puppet/templates/tagmail.conf new file mode 100644 index 00000000..cf988123 --- /dev/null +++ b/modules/puppet/templates/tagmail.conf @@ -0,0 +1 @@ +err: mageia-sysadm@<%= domain %> |