X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fbase_installation%2Ftemplates%2Fpuppet%2Fpuppet.conf.erb;h=37eba8ef0cbc5d151f30048e3df4c03299fa8700;hb=cdbbfd477be98497ca89233ca8b8b1c1e27e184b;hp=24e67c85c4d5c697f3365640e62c6fa5c9b338b5;hpb=5a1aab82ab45c14db40026bb7b1f19d0ee8a3cb3;p=perso%2FImmae%2FProjets%2FPuppet.git 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 %>