]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/base_installation/templates/puppet/puppet.conf.erb
Store only changed reports
[perso/Immae/Projets/Puppet.git] / modules / base_installation / templates / puppet / puppet.conf.erb
CommitLineData
54806111 1[main]
c8511b20 2<%
97e61866 3 reports = ["store_changed", "cat_files"]
c8511b20
IB
4 if @xmpp.count > 0
5 reports << "xmpp"
6 end
7 if @slack.count > 0
8 reports << "slack"
9 end
10%>
11reports = <%= reports.join(",") %>
bfd8ca3f
IB
12
13basemodulepath = <%= @puppet_code_path %>/modules:<%= @puppet_code_path %>/external_modules
14
54806111
IB
15ssldir = <%= @puppet_ssl_path %>
16
85abd2fd
IB
17environment = <%= @environment %>
18
54806111 19node_terminus = ldap
85abd2fd 20certname = <%= @real_hostname %>
54806111
IB
21ldapserver = <%= @ldap_server %>
22ldaptls = true
23ldapbase = <%= @ldap_base %>
24ldapuser = <%= @ldap_dn %>
25ldappassword = <%= @ldap_password %>
26ldapclassattrs = puppetClass
27ldapparentattr = parentNode
28ldapstackedattrs = puppetVar