Bump puppetlabs-apache to 1.11.0

Change-Id: I3d7930999b9548090c4a094352c9a1cff16e62a3
Closes-Bug: #1653107
This commit is contained in:
Sergii Golovatiuk 2016-12-21 12:49:24 +01:00 committed by Mykyta Karpin
parent 6e8686fdd0
commit 765f9f91a4
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ mod 'ntp',
# Pull in puppetlabs-apache
mod 'apache',
:git => 'https://github.com/fuel-infra/puppetlabs-apache.git',
:ref => '1.9.0'
:ref => '1.11.0'
# Pull in puppetlabs-apt
mod 'apt',

View File

@ -64,7 +64,7 @@ class cobbler::server (
notify => Service['xinetd'],
}
file { '/etc/httpd/conf.d/ssl.conf':
File<| title == '/etc/httpd/conf.d/ssl.conf' |> {
ensure => absent
}