Module: Dapp::Dapp::Chef

Included in:
Dapp::Dapp
Defined in:
lib/dapp/dapp/chef.rb

Instance Method Summary collapse

Instance Method Details

#builder_cookbook_pathObject



12
13
14
# File 'lib/dapp/dapp/chef.rb', line 12

def builder_cookbook_path
  path('.dapp_chef')
end

#local_git_artifact_exclude_paths(&blk) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/dapp/dapp/chef.rb', line 4

def local_git_artifact_exclude_paths(&blk)
  super do |exclude_paths|
    exclude_paths << '.dapp_chef'

    yield exclude_paths if block_given?
  end
end