R10K::Initializers::BaseInitializer
# File lib/r10k/initializers.rb, line 52 def call with_setting(:baseurl) { |value| PuppetForge.host = value } with_setting(:proxy) { |value| PuppetForge::Connection.proxy = value } end