aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/puppet/puppet.conf.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-11-11 10:19:30 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-11-11 10:19:30 +0100
commitd2f44681018c172f33ea63e893fbe0cfb5ed3289 (patch)
treeab2fe4892240a056bf2166a3e1d13cb0dddd8b5a /modules/base_installation/templates/puppet/puppet.conf.erb
parentdbf7728ee89906ab00264ae7705d21fb8949740c (diff)
parent97e618665a5df3c5c209620ea1c8cd36d9747ae3 (diff)
downloadPuppet-d2f44681018c172f33ea63e893fbe0cfb5ed3289.tar.gz
Puppet-d2f44681018c172f33ea63e893fbe0cfb5ed3289.tar.zst
Puppet-d2f44681018c172f33ea63e893fbe0cfb5ed3289.zip
Merge branch 'dev'
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 38a0c1b..4277714 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", "cat_files"] 3 reports = ["store_changed", "cat_files"]
4 if @xmpp.count > 0 4 if @xmpp.count > 0
5 reports << "xmpp" 5 reports << "xmpp"
6 end 6 end