diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-06 01:33:44 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-06 01:33:44 +0000 |
commit | a4db424604ccdebc24b315207089c1a812e725ab (patch) | |
tree | aaa1712a5c8f708e5f85cb1654df1c439142098f /modules | |
parent | b309e0a88744cd22589f8b29b7dc76036c0067a5 (diff) | |
download | puppet-a4db424604ccdebc24b315207089c1a812e725ab.tar puppet-a4db424604ccdebc24b315207089c1a812e725ab.tar.gz puppet-a4db424604ccdebc24b315207089c1a812e725ab.tar.bz2 puppet-a4db424604ccdebc24b315207089c1a812e725ab.tar.xz puppet-a4db424604ccdebc24b315207089c1a812e725ab.zip |
- use root instead of reports@, for migration to a ml
Diffstat (limited to 'modules')
-rw-r--r-- | modules/puppet/templates/puppet.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index 294cd982..c74b08f9 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -33,7 +33,8 @@ splay = true report = true - + reportfrom = root@<%= domain %> + # 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`` |