Class: Context::DeployChefConfig

Inherits:
Deploy
  • Object
show all
Includes:
CucumberDeployerHelper, GitDeployerHelper, RubyDeployerHelper
Defined in:
lib/deploy-chef-config.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deploycontext_folder) ⇒ DeployChefConfig

Returns a new instance of DeployChefConfig.



14
15
16
# File 'lib/deploy-chef-config.rb', line 14

def initialize(deploycontext_folder)
  super('deploy-chef-config', deploycontext_folder)
end

Class Method Details

.deployerObject



9
10
11
12
# File 'lib/deploy-chef-config.rb', line 9

def self.deployer
  @deployer = Context::DeployChefConfig.new(Dir.pwd) if @deployer.nil?
  @deployer
end