Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ssl/files/
modules/dacs/files/private
modules/hiera-puppet
+modules/puppetmaster/manifests/db.pp
*.swp
*~
source => 'puppet:///modules/debian-org/timezone',
notify => Exec['dpkg-reconfigure tzdata -pcritical -fnoninteractive'],
}
+ if $::hostname == handel {
+ include puppetmaster::db
+ $dbpassword = $puppetmaster::db::password
+ }
file { '/etc/puppet/puppet.conf':
content => template('debian-org/puppet.conf.erb'),
}
reports = store, http
reporturl = http://puppet-dashboard.debian.org:3000/reports/upload
config_version = cat /etc/puppet/.config-version
+thin_storeconfigs = true
+dbadapter=mysql
+dbuser=puppet
+dbpassword=<% scope.lookupvar('dbpassword') %>
+dbserver=localhost
<%- end -%>
[agent]