]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/base_installation/templates/puppet/puppet.conf.erb
XMPP notification
[perso/Immae/Projets/Puppet.git] / modules / base_installation / templates / puppet / puppet.conf.erb
CommitLineData
54806111 1[main]
cdbbfd47
IB
2<% if @xmpp.count > 0 %>
3reports = store,xmpp
4<% else %>
5reports = store
6<% end %>
54806111
IB
7ssldir = <%= @puppet_ssl_path %>
8
85abd2fd
IB
9environment = <%= @environment %>
10
54806111 11node_terminus = ldap
85abd2fd 12certname = <%= @real_hostname %>
54806111
IB
13ldapserver = <%= @ldap_server %>
14ldaptls = true
15ldapbase = <%= @ldap_base %>
16ldapuser = <%= @ldap_dn %>
17ldappassword = <%= @ldap_password %>
18ldapclassattrs = puppetClass
19ldapparentattr = parentNode
20ldapstackedattrs = puppetVar