From cdbbfd477be98497ca89233ca8b8b1c1e27e184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 22 Mar 2018 11:50:12 +0100 Subject: XMPP notification --- modules/base_installation/templates/puppet/puppet.conf.erb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/base_installation/templates/puppet/puppet.conf.erb') diff --git a/modules/base_installation/templates/puppet/puppet.conf.erb b/modules/base_installation/templates/puppet/puppet.conf.erb index 24e67c8..37eba8e 100644 --- a/modules/base_installation/templates/puppet/puppet.conf.erb +++ b/modules/base_installation/templates/puppet/puppet.conf.erb @@ -1,4 +1,9 @@ [main] +<% if @xmpp.count > 0 %> +reports = store,xmpp +<% else %> +reports = store +<% end %> ssldir = <%= @puppet_ssl_path %> environment = <%= @environment %> -- cgit v1.2.3