diff --git a/dovecot/manifests/init.pp b/dovecot/manifests/init.pp index 199ac83..e5022cb 100644 --- a/dovecot/manifests/init.pp +++ b/dovecot/manifests/init.pp @@ -49,10 +49,8 @@ class dovecot::server inherits dovecot::common { } service { "dovecot": - ensure => running, - enable => true, - require => File["/etc/dovecot/conf.d/98-puppet.conf", - "/etc/dovecot/conf.d/99-local.conf"], + ensure => running, + enable => true, } file { "/etc/dovecot/conf.d/98-puppet.conf":