summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
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)