class R10K::Initializers::DeployInitializer

Public Instance Methods

call() click to toggle source
# File lib/r10k/initializers.rb, line 59
def call
  with_setting(:puppet_path) { |value| R10K::Settings.puppet_path = value }
  with_setting(:puppet_conf) { |value| R10K::Settings.puppet_conf = value }
end