Mercurial > repos > other > Puppet
changeset 77:eea672621e7f puppet-3.6
Add required package for email SPF checking
(CentOS 7 split it out from the main Perl package)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 26 Oct 2015 19:40:00 +0000 |
parents | a11219498f19 |
children | cbe27a97bcd1 |
files | manifests/templates.pp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Mon Oct 26 08:46:22 2015 +0000 +++ b/manifests/templates.pp Mon Oct 26 19:40:00 2015 +0000 @@ -341,7 +341,8 @@ $extra_packages = [ 'policycoreutils-python', # Required for SELinux - 'subversion-python' #Required for Trac + 'subversion-python', #Required for Trac + 'perl-Sys-Syslog, #Required for Perl SPF checking ] package { $extra_packages: