Module: ChefDK::Policyfile::StorageConfigDelegation
- Included in:
- Command::Diff, CookbookLocationSpecification, CookbookLock, DSL, ChefDK::PolicyfileLock, ChefDK::PolicyfileServices::ExportRepo, ChefDK::PolicyfileServices::Install, ChefDK::PolicyfileServices::Push, ChefDK::PolicyfileServices::UpdateAttributes
- Defined in:
- lib/chef-dk/policyfile/storage_config.rb
Instance Method Summary collapse
- #cache_path ⇒ Object
- #policyfile_expanded_path ⇒ Object
- #policyfile_filename ⇒ Object
- #policyfile_lock_expanded_path ⇒ Object
- #relative_paths_root ⇒ Object
Instance Method Details
#cache_path ⇒ Object
76 77 78 |
# File 'lib/chef-dk/policyfile/storage_config.rb', line 76 def cache_path storage_config.cache_path end |
#policyfile_expanded_path ⇒ Object
88 89 90 |
# File 'lib/chef-dk/policyfile/storage_config.rb', line 88 def storage_config. end |
#policyfile_filename ⇒ Object
84 85 86 |
# File 'lib/chef-dk/policyfile/storage_config.rb', line 84 def policyfile_filename storage_config.policyfile_filename end |
#policyfile_lock_expanded_path ⇒ Object
92 93 94 |
# File 'lib/chef-dk/policyfile/storage_config.rb', line 92 def storage_config. end |
#relative_paths_root ⇒ Object
80 81 82 |
# File 'lib/chef-dk/policyfile/storage_config.rb', line 80 def relative_paths_root storage_config.relative_paths_root end |