Add pejacevic dedication
[mirror/dsa-puppet.git] / modules / puppetmaster / manifests / init.pp
index 1aad49c..43432af 100644 (file)
@@ -1,5 +1,10 @@
 class puppetmaster {
 
+       include site::params
+
+       package { 'puppetmaster':
+               ensure => $site::params::puppetversion,
+       }
        file { '/etc/puppet/hiera.yaml':
                source => 'puppet:///modules/puppetmaster/hiera.yaml'
        }