Skip to content

Commit

Permalink
Dont't need to determine cookbook name. We do a git clone and specify…
Browse files Browse the repository at this point in the history
… the target dir to ensure it's eucalyptus-cookbook. This results in less code changes.
  • Loading branch information
tbeckham committed May 5, 2015
1 parent 68b8b44 commit 992e0b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eucadeploy/componentdeployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def __init__(self, password, environment_file='environment.yml',
self.config_file = config_file
self.config = self.read_config()
self.chef_repo_dir = 'chef-repo'
self.cookbook_dir = cookbook.rsplit('/',1)[1]
ChefManager.create_chef_repo()
if debug:
self.hidden_outputs = []
Expand Down

0 comments on commit 992e0b0

Please sign in to comment.