From 955c8ce0473ba2fc622d385d7d135c0ced11507c Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Sun, 17 Apr 2011 15:36:51 +0300 Subject: [PATCH] Fixed including mongrel in puppet::server::mongrel --- puppet/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/manifests/init.pp b/puppet/manifests/init.pp index 8ed373b..de22122 100644 --- a/puppet/manifests/init.pp +++ b/puppet/manifests/init.pp @@ -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"], }