dovecot: Removed redundant dependencies

This commit is contained in:
Ossi Salmi 2013-07-29 16:54:30 +03:00
parent 49fe3a8932
commit ede7c42a11

View file

@ -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":