summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/config/file.pp2
1 files changed, 1 insertions, 1 deletions
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
}