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"],
|
before => File["/etc/puppet/puppet.conf"],
|
||||||
}
|
}
|
||||||
|
|
||||||
include mongrel
|
include ::mongrel
|
||||||
include ldap::client::ruby
|
include ldap::client::ruby
|
||||||
|
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
|
@ -282,7 +282,7 @@ class puppet::server::mongrel inherits puppet::client {
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
hasstatus => true,
|
hasstatus => true,
|
||||||
require => Package["puppetmaster"],
|
require => Package["puppetmaster", "mongrel"],
|
||||||
subscribe => File["/etc/puppet/puppet.conf"],
|
subscribe => File["/etc/puppet/puppet.conf"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue