Method: ChefApply::Config.load

Defined in:
lib/chef_apply/config.rb

.loadObject



82
83
84
85
86
# File 'lib/chef_apply/config.rb', line 82

def load
  if exist?
    from_file(location)
  end
end