Method: ChefApply::Config.default_location

Defined in:
lib/chef_apply/config.rb

.default_locationObject



45
46
47
# File 'lib/chef_apply/config.rb', line 45

def default_location
  File.join(WS_BASE_PATH, "config.toml")
end