]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blob - 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
1 [main]
2 <%
3 reports = ["store_changed", "cat_files"]
4 if @xmpp.count > 0
5 reports << "xmpp"
6 end
7 if @slack.count > 0
8 reports << "slack"
9 end
10 %>
11 reports = <%= reports.join(",") %>
12
13 basemodulepath = <%= @puppet_code_path %>/modules:<%= @puppet_code_path %>/external_modules
14
15 ssldir = <%= @puppet_ssl_path %>
16
17 environment = <%= @environment %>
18
19 node_terminus = ldap
20 certname = <%= @real_hostname %>
21 ldapserver = <%= @ldap_server %>
22 ldaptls = true
23 ldapbase = <%= @ldap_base %>
24 ldapuser = <%= @ldap_dn %>
25 ldappassword = <%= @ldap_password %>
26 ldapclassattrs = puppetClass
27 ldapparentattr = parentNode
28 ldapstackedattrs = puppetVar