try thin_storeconfigs
[mirror/dsa-puppet.git] / modules / debian-org / manifests / init.pp
index 5258dfb..a12ce2d 100644 (file)
@@ -154,6 +154,10 @@ class debian-org {
                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'),
        }