summaryrefslogtreecommitdiff
path: root/manifests/expire.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/expire.pp')
-rw-r--r--manifests/expire.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/expire.pp b/manifests/expire.pp
index 8cdf17f..66c8a2e 100644
--- a/manifests/expire.pp
+++ b/manifests/expire.pp
@@ -3,8 +3,8 @@ class dovecot::expire {
file{'/etc/dovecot-expire.conf':
source => [ "puppet://$server/modules/site-dovecot/expire/${fqdn}/dovecot-expire.conf",
"puppet://$server/modules/site-dovecot/expire/dovecot-expire.conf",
- "puppet://$server/modules/site/expire/${operatingsystem}/dovecot-expire.conf",
- "puppet://$server/modules/site/expire/dovecot-expire.conf" ],
+ "puppet://$server/modules/dovecot/expire/${operatingsystem}/dovecot-expire.conf",
+ "puppet://$server/modules/dovecot/expire/dovecot-expire.conf" ],
require => Package['dovecot'],
notify => Service['dovecot'],
owner => root, group => 0, mode => 0600;