Mercurial > repos > other > Puppet
changeset 163:4e53d77fa586 puppet-3.6
Manage SpamAssassin local config
Should have been done earlier, because we already add a module!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 12 Apr 2017 17:16:26 +0100 |
parents | db83ec9fc9c8 |
children | 97694fd52c11 |
files | manifests/templates.pp |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Tue Apr 04 19:48:44 2017 +0100 +++ b/manifests/templates.pp Wed Apr 12 17:16:26 2017 +0100 @@ -681,6 +681,11 @@ source => 'puppet:///private/postfix/amavisd.conf', tag => 'av', } + file { '/etc/mail/spamassassin/local.cf': + ensure => present, + source => 'puppet:///private/postfix/spamassassin-local.cf', + tag => 'av', + } file { '/etc/mail/spamassassin/ole2macro.cf': ensure => present, source => 'puppet:///common/ole2macro.cf',