deploy ssl certificate for rtc.debian.org
[mirror/dsa-puppet.git] / modules / puppetmaster / manifests / init.pp
index 1aad49c..f1c567d 100644 (file)
@@ -1,5 +1,8 @@
 class puppetmaster {
 
+       package { 'puppetmaster':
+               ensure => installed,
+       }
        file { '/etc/puppet/hiera.yaml':
                source => 'puppet:///modules/puppetmaster/hiera.yaml'
        }