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