]> 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 99d9fc327117442989db50edacfde1ea647325d4..37eba8ef0cbc5d151f30048e3df4c03299fa8700 100644 (file)
@@ -1,7 +1,15 @@
 [main]
+<% if @xmpp.count > 0 %>
+reports = store,xmpp
+<% else %>
+reports = store
+<% end %>
 ssldir = <%= @puppet_ssl_path %>
 
+environment = <%= @environment %>
+
 node_terminus = ldap
+certname = <%= @real_hostname %>
 ldapserver = <%= @ldap_server %>
 ldaptls = true
 ldapbase = <%= @ldap_base %>