aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/puppet/puppet.conf.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-17 12:51:33 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-17 12:56:19 +0200
commita7b985dd3cc4af68875733eb135335a31504f472 (patch)
treee680ed9cfa68d7ad720eda1093df919c6d4e2f7b /modules/base_installation/templates/puppet/puppet.conf.erb
parent7dc85dc776e158e26202362f11a72d7491ef07c8 (diff)
downloadPuppet-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/puppet/puppet.conf.erb')
-rw-r--r--modules/base_installation/templates/puppet/puppet.conf.erb2
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