Method: ChefApply::Config.using_default_location?

Defined in:
lib/chef_apply/config.rb

.using_default_location?Boolean

Returns:

  • (Boolean)


74
75
76
# File 'lib/chef_apply/config.rb', line 74

def using_default_location?
  @custom_location.nil?
end