vendored/puppet/lib/puppet.rb in bolt-0.23.0 vs vendored/puppet/lib/puppet.rb in bolt-0.24.0

- old
+ new

@@ -206,10 +206,11 @@ :http_pool => proc { require 'puppet/network/http' Puppet::Network::HTTP::NoCachePool.new }, :ssl_host => proc { Puppet::SSL::Host.localhost }, - :plugins => proc { Puppet::Plugins::Configuration.load_plugins } + :plugins => proc { Puppet::Plugins::Configuration.load_plugins }, + :rich_data => false } end # A simple set of bindings that is just enough to limp along to # initialization where the {base_context} bindings are put in place