Fixed including mongrel in puppet::server::mongrel
This commit is contained in:
parent
a0d4186d0b
commit
955c8ce047
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ class puppet::server::mongrel inherits puppet::client {
|
|||
before => File["/etc/puppet/puppet.conf"],
|
||||
}
|
||||
|
||||
include mongrel
|
||||
include ::mongrel
|
||||
include ldap::client::ruby
|
||||
|
||||
case $operatingsystem {
|
||||
|
@ -282,7 +282,7 @@ class puppet::server::mongrel inherits puppet::client {
|
|||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
require => Package["puppetmaster"],
|
||||
require => Package["puppetmaster", "mongrel"],
|
||||
subscribe => File["/etc/puppet/puppet.conf"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue