class R10K::Initializers::ForgeInitializer
Public Instance Methods
call()
click to toggle source
# File lib/r10k/initializers.rb, line 50 def call with_setting(:baseurl) { |value| PuppetForge.host = value } with_setting(:proxy) { |value| PuppetForge::Connection.proxy = value } end