diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-17 12:51:33 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-17 12:56:19 +0200 |
commit | a7b985dd3cc4af68875733eb135335a31504f472 (patch) | |
tree | e680ed9cfa68d7ad720eda1093df919c6d4e2f7b /modules/base_installation/templates | |
parent | 7dc85dc776e158e26202362f11a72d7491ef07c8 (diff) | |
download | Puppet-a7b985dd3cc4af68875733eb135335a31504f472.tar.gz Puppet-a7b985dd3cc4af68875733eb135335a31504f472.tar.zst Puppet-a7b985dd3cc4af68875733eb135335a31504f472.zip |
Add cat_files report to notify of important changes
Diffstat (limited to 'modules/base_installation/templates')
-rw-r--r-- | modules/base_installation/templates/puppet/puppet.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base_installation/templates/puppet/puppet.conf.erb b/modules/base_installation/templates/puppet/puppet.conf.erb index da39468..38a0c1b 100644 --- a/modules/base_installation/templates/puppet/puppet.conf.erb +++ b/modules/base_installation/templates/puppet/puppet.conf.erb | |||
@@ -1,6 +1,6 @@ | |||
1 | [main] | 1 | [main] |
2 | <% | 2 | <% |
3 | reports = ["store"] | 3 | reports = ["store", "cat_files"] |
4 | if @xmpp.count > 0 | 4 | if @xmpp.count > 0 |
5 | reports << "xmpp" | 5 | reports << "xmpp" |
6 | end | 6 | end |