Method: CachedDeploy#initialize

Defined in:
lib/chef-deploy/cached_deploy.rb

#initialize(opts = {}) ⇒ CachedDeploy

:repository_cache :shared_path :repository :release_path :copy_exclude :revision :user :group



186
187
188
189
# File 'lib/chef-deploy/cached_deploy.rb', line 186

def initialize(opts={})
  @configuration = opts
  @configuration[:shared_path] = "#{@configuration[:deploy_to]}/shared"
end