diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-04-22 22:54:30 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-04-22 22:54:30 +0100 |
commit | b96026a3e1c80ade6685fffb0bc3eca655444af8 (patch) | |
tree | 1a9595222bd5d45978bbe446ba9d65ace80087af /modules/postfix/manifests/simple_relay.pp | |
parent | 0022b98ebb799ee451b3fbafd5ef6a318f90dfc9 (diff) | |
download | puppet-b96026a3e1c80ade6685fffb0bc3eca655444af8.tar puppet-b96026a3e1c80ade6685fffb0bc3eca655444af8.tar.gz puppet-b96026a3e1c80ade6685fffb0bc3eca655444af8.tar.bz2 puppet-b96026a3e1c80ade6685fffb0bc3eca655444af8.tar.xz puppet-b96026a3e1c80ade6685fffb0bc3eca655444af8.zip |
Add sympa aliases to sucuk
Diffstat (limited to 'modules/postfix/manifests/simple_relay.pp')
-rw-r--r-- | modules/postfix/manifests/simple_relay.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/postfix/manifests/simple_relay.pp b/modules/postfix/manifests/simple_relay.pp index 265960ae..1decbec3 100644 --- a/modules/postfix/manifests/simple_relay.pp +++ b/modules/postfix/manifests/simple_relay.pp @@ -2,4 +2,7 @@ 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'), + } } |