summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-08-25 16:03:29 -0400
committerMicah Anderson <micah@riseup.net>2011-08-25 16:03:29 -0400
commit603ed93dc24b3433e09ee564b06c02e19f5b9d23 (patch)
tree8a62290f5cd301333ef5cc336870d3e59eff4fb1
parente7ef4818e866dd4c871b317efae9fe513a43d4ce (diff)
override the location of the dovecot configuration file for Debian's location
-rw-r--r--manifests/debian.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 8946208..03fa7b1 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -2,5 +2,7 @@ class dovecot::debian inherits dovecot::base {
Package['dovecot'] { name => [ 'dovecot-imapd', 'dovecot-pop3d' ] }
+ File['/etc/dovecot.conf'] { path => '/etc/dovecot/dovecot.conf' }
+
}