summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/opendkim.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/opendkim.pp b/manifests/opendkim.pp
index aade743..1a30dba 100644
--- a/manifests/opendkim.pp
+++ b/manifests/opendkim.pp
@@ -16,8 +16,8 @@ class mail::opendkim {
owner => root,
group => root,
mode => 0644,
- source => [ "puppet:///modules/mail/opendkim/opendkim.conf",
- "puppet:///modules/site_mail/opendkim/opendkim.conf" ],
+ source => [ "puppet:///modules/site_mail/opendkim/opendkim.conf",
+ "puppet:///modules/mail/opendkim/opendkim.conf" ],
require => Package['opendkim'],
}
@@ -42,8 +42,8 @@ class mail::opendkim {
owner => root,
group => root,
mode => 0644,
- source => [ "puppet:///modules/mail/opendkim/TrustedHosts",
- "puppet:///modules/site_mail/opendkim/TrustedHosts" ],
+ source => [ "puppet:///modules/site_mail/opendkim/TrustedHosts",
+ "puppet:///modules/mail/opendkim/TrustedHosts" ],
require => File['/etc/opendkim'],
}
@@ -52,8 +52,8 @@ class mail::opendkim {
owner => root,
group => root,
mode => 0644,
- source => [ "puppet:///modules/mail/opendkim/KeyTable",
- "puppet:///modules/site_mail/opendkim/KeyTable" ],
+ source => [ "puppet:///modules/site_mail/opendkim/KeyTable",
+ "puppet:///modules/mail/opendkim/KeyTable" ],
require => File['/etc/opendkim'],
}
@@ -62,8 +62,8 @@ class mail::opendkim {
owner => root,
group => root,
mode => 0644,
- source => [ "puppet:///modules/mail/opendkim/SigningTable",
- "puppet:///modules/site_mail/opendkim/SigningTable" ],
+ source => [ "puppet:///modules/site_mail/opendkim/SigningTable",
+ "puppet:///modules/mail/opendkim/SigningTable" ],
require => File['/etc/opendkim'],
}