aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r--modules/postfix/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index afe66e41..1a72e04c 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -33,7 +33,7 @@ class postfix {
class simple_relay inherits base {
file { '/etc/postfix/main.cf':
- content => template("postfix/simple_relay_main.conf"),
+ content => template("postfix/simple_relay_main.cf"),
}
}
}