comparison manifests/templates.pp @ 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
comparison
equal deleted inserted replaced
76:a11219498f19 77:eea672621e7f
339 $mysqlpackage = 'mariadb' 339 $mysqlpackage = 'mariadb'
340 $mysqlsuffix = '' 340 $mysqlsuffix = ''
341 341
342 $extra_packages = [ 342 $extra_packages = [
343 'policycoreutils-python', # Required for SELinux 343 'policycoreutils-python', # Required for SELinux
344 'subversion-python' #Required for Trac 344 'subversion-python', #Required for Trac
345 'perl-Sys-Syslog, #Required for Perl SPF checking
345 ] 346 ]
346 347
347 package { $extra_packages: 348 package { $extra_packages:
348 ensure => installed 349 ensure => installed
349 } 350 }