summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-30 19:41:18 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-04-30 19:41:18 +0000
commit483c25e04314f66e48290c9e3141000872b23145 (patch)
treed506304c1ce32dcce86087606b582a4690aa4e5c /lib/puppet.rb
parentc369c6a81141c2b32a08112155cc85d2f3b67f3f (diff)
downloadpuppet-483c25e04314f66e48290c9e3141000872b23145.tar.gz
puppet-483c25e04314f66e48290c9e3141000872b23145.tar.xz
puppet-483c25e04314f66e48290c9e3141000872b23145.zip
Switching the simpler features to a single file, so it is easier to add new features
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2441 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index f1b080b35..7e40233bb 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -65,6 +65,9 @@ module Puppet
# The feature collection
@features = Puppet::Util::Feature.new('puppet/feature')
+ # Load the base features.
+ require 'puppet/feature/base'
+
# Store a new default value.
def self.setdefaults(section, hash)
@@config.setdefaults(section, hash)