From fef7d4bbfff0bffd82fbc80c8c8a315c183f95e2 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 22 Apr 2017 22:58:56 +0100 Subject: Try to fix previous commit --- modules/postfix/manifests/simple_relay.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/postfix/manifests/simple_relay.pp b/modules/postfix/manifests/simple_relay.pp index 1decbec3..8911f781 100644 --- a/modules/postfix/manifests/simple_relay.pp +++ b/modules/postfix/manifests/simple_relay.pp @@ -2,7 +2,8 @@ class postfix::simple_relay inherits postfix { File['/etc/postfix/main.cf'] { content => template('postfix/simple_relay_main.cf'), } - File['/etc/postfix/sympa_aliases'] { - content => template('postfix/sympa_aliases'), + file { + '/etc/postfix/sympa_aliases': + content => template('postfix/sympa_aliases'); } } -- cgit v1.2.1