Class R10K::Deployment::Config::Loader
In: lib/r10k/deployment/config/loader.rb
Parent: Object

Methods

new   search  

Included Modules

R10K::Logging

Constants

CONFIG_FILE = 'r10k.yaml'
DEFAULT_LOCATION = File.join('/etc/puppetlabs/r10k', CONFIG_FILE)
OLD_DEFAULT_LOCATION = File.join('/etc', CONFIG_FILE)

Attributes

loadpath  [R] 

Public Class methods

Search for a deployment configuration file (r10k.yaml) in several locations

Public Instance methods

@return [String] The path to the first valid configfile

[Validate]