summaryrefslogtreecommitdiffstats
path: root/lib/puppet/feature
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-14 03:39:23 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-14 03:39:23 +0000
commitc67e01653b53bdb35b8b136fd7c91a838d906e36 (patch)
tree98c8d55a7e98f13c8799d3821e358f97cd4c7c0c /lib/puppet/feature
parent399c37bf45dab52606b20454a8d6a766193b02a1 (diff)
downloadpuppet-c67e01653b53bdb35b8b136fd7c91a838d906e36.tar.gz
puppet-c67e01653b53bdb35b8b136fd7c91a838d906e36.tar.xz
puppet-c67e01653b53bdb35b8b136fd7c91a838d906e36.zip
A few small fixes here and there, and the rest of the zones commit
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2577 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/feature')
-rw-r--r--lib/puppet/feature/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/feature/base.rb b/lib/puppet/feature/base.rb
index 98c285148..97200cb39 100644
--- a/lib/puppet/feature/base.rb
+++ b/lib/puppet/feature/base.rb
@@ -18,6 +18,6 @@ Puppet.features.add(:libshadow, :libs => ["shadow"])
Puppet.features.add(:root) { require 'puppet/util/suidmanager'; Puppet::Util::SUIDManager.uid == 0 }
# We've got mongrel available
-Puppet.features.add(:mongrel, :libs => %w{rubygems mongrel})
+Puppet.features.add(:mongrel, :libs => %w{rubygems mongrel puppet/network/server/mongrel})
# $Id$