From 603ed93dc24b3433e09ee564b06c02e19f5b9d23 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Aug 2011 16:03:29 -0400 Subject: override the location of the dovecot configuration file for Debian's location --- manifests/debian.pp | 2 ++ 1 file changed, 2 insertions(+) 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' } + } -- cgit v1.2.3