Mercurial > repos > other > Puppet
changeset 78:cbe27a97bcd1 puppet-3.6
Fix typo (missing single quote)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 27 Oct 2015 08:53:00 +0000 |
parents | eea672621e7f |
children | edd0e9f8af24 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Mon Oct 26 19:40:00 2015 +0000 +++ b/manifests/templates.pp Tue Oct 27 08:53:00 2015 +0000 @@ -342,7 +342,7 @@ $extra_packages = [ 'policycoreutils-python', # Required for SELinux 'subversion-python', #Required for Trac - 'perl-Sys-Syslog, #Required for Perl SPF checking + 'perl-Sys-Syslog', #Required for Perl SPF checking ] package { $extra_packages: