module ChefCLI::Policyfile::StorageConfigDelegation

def cache_path

def cache_path
  storage_config.cache_path
end

def policyfile_expanded_path

def policyfile_expanded_path
  storage_config.policyfile_expanded_path
end

def policyfile_filename

def policyfile_filename
  storage_config.policyfile_filename
end

def policyfile_lock_expanded_path

def policyfile_lock_expanded_path
  storage_config.policyfile_lock_expanded_path
end

def relative_paths_root

def relative_paths_root
  storage_config.relative_paths_root
end