]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_installation/templates/puppet/puppet.conf.erb
XMPP notification
[perso/Immae/Projets/Puppet.git] / modules / base_installation / templates / puppet / puppet.conf.erb
index 24e67c85c4d5c697f3365640e62c6fa5c9b338b5..37eba8ef0cbc5d151f30048e3df4c03299fa8700 100644 (file)
@@ -1,4 +1,9 @@
 [main]
+<% if @xmpp.count > 0 %>
+reports = store,xmpp
+<% else %>
+reports = store
+<% end %>
 ssldir = <%= @puppet_ssl_path %>
 
 environment = <%= @environment %>