diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-25 11:52:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-25 11:52:56 -0300 |
commit | 06c6f1bfa35b0fe2b3c8e2d28c5f3ed718bb1c1c (patch) | |
tree | 704d078f60d397e2115518b34d8c9c806d7d7950 /manifests | |
parent | bf49d26c2b34bcab5472e69f68d970d66a748e9c (diff) | |
download | puppet-mail-06c6f1bfa35b0fe2b3c8e2d28c5f3ed718bb1c1c.tar.gz puppet-mail-06c6f1bfa35b0fe2b3c8e2d28c5f3ed718bb1c1c.tar.bz2 |
Postfix logrotation (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index 2fd4662..e24c5cc 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -46,7 +46,7 @@ class mail::system( owner => 'root', group => 'root', mode => '0644', - source => 'puppet:///modules/postfix/postfix/logrotate', + source => 'puppet:///modules/mail/postfix/logrotate', alias => 'alias', } |