aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-05 18:58:30 +0000
committerMichael Scherer <misc@mageia.org>2010-11-05 18:58:30 +0000
commit716e45e75a8cd994c701f91d20834719c2024ad6 (patch)
tree449227dc5b473f4b97c8a12408814383579becf1 /modules/puppet/templates
parent8974a274b1169798dced09725fc98fb46d36a87a (diff)
downloadpuppet-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
Diffstat (limited to 'modules/puppet/templates')
-rw-r--r--modules/puppet/templates/puppet.conf2
-rw-r--r--modules/puppet/templates/tagmail.conf1
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 %>