Class: R10K::Initializers::DeployInitializer

Inherits:
BaseInitializer show all
Defined in:
lib/r10k/initializers.rb

Constant Summary

Constants included from Logging

Logging::LOG_LEVELS

Instance Method Summary collapse

Methods inherited from BaseInitializer

#initialize

Methods included from Logging

debug_formatter, default_formatter, default_outputter, #logger, #logger_name, parse_level

Constructor Details

This class inherits a constructor from R10K::Initializers::BaseInitializer

Instance Method Details

#callObject



45
46
47
48
# File 'lib/r10k/initializers.rb', line 45

def call
  with_setting(:puppet_path) { |value| R10K::Settings.puppet_path = value }
  with_setting(:puppet_conf) { |value| R10K::Settings.puppet_conf = value }
end