From 4694e77991dadf1bcc54fd9ff5b7651fcc6fc87d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 13 Nov 2011 12:23:45 -0500 Subject: set a default destination --- manifests/config/file.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/config/file.pp b/manifests/config/file.pp index 78e6a28..fe93500 100644 --- a/manifests/config/file.pp +++ b/manifests/config/file.pp @@ -11,7 +11,7 @@ define dovecot::config::file ( # implement different locations, we can trigger here off of operatingsystem # and change the 'config_dir' path in base.pp to just be /etc/dovecot $real_destination = $destination ? { - 'absent' => "${config_dir}/${name}", + 'absent' => "/etc/dovecot/conf.d/${name}", default => $destination } -- cgit v1.2.3