Method: Chef::Resource::Deploy#shared_path
- Defined in:
- lib/chef/resource/deploy.rb
#shared_path ⇒ Object
where shared stuff goes, i.e., logs, tmp, etc. goes here
92 93 94 |
# File 'lib/chef/resource/deploy.rb', line 92 def shared_path @shared_path ||= @deploy_to + "/shared" end |