--- puppet/modules/postfix/manifests/init.pp 2010/10/27 10:38:10 35 +++ puppet/modules/postfix/manifests/init.pp 2010/10/27 10:41:24 36 @@ -33,7 +33,7 @@ class simple_relay inherits base { file { '/etc/postfix/main.cf': - content => template("postfix/simple_relay_main.conf"), + content => template("postfix/simple_relay_main.cf"), } } }