Fix logic
[mirror/dsa-puppet.git] / modules / puppetmaster / manifests / init.pp
index 8533a68..43432af 100644 (file)
@@ -4,12 +4,7 @@ class puppetmaster {
 
        package { 'puppetmaster':
                ensure => $site::params::puppetversion,
-               notify => Service['puppetmaster']
        }
-       service { 'puppetmaster':
-               ensure => running,
-       }
-
        file { '/etc/puppet/hiera.yaml':
                source => 'puppet:///modules/puppetmaster/hiera.yaml'
        }