Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Fix chef-server-url, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
viglesiasce committed Aug 16, 2014
1 parent 3f5cac6 commit 1c70271
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
default['deployer']['chef-server'] = 'https://10.111.4.101'
default['deployer']['chef-server-url'] = 'https://10.111.4.101'
default['deployer']['default-password'] = 'foobar'
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2'
description 'Installs/Configures Deployer jenkins instance'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
version '0.1.1'
depends 'python'
depends 'rbenv'
depends 'ntp'
2 changes: 1 addition & 1 deletion templates/default/knife.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ node_name 'admin'
client_key '/etc/chef-server/admin.pem'
validation_client_name 'chef-validator'
validation_key '/etc/chef-server/chef-validator.pem'
chef_server_url '<%= node['deployer']['chef-server'] %>'
chef_server_url '<%= node['deployer']['chef-server-url'] %>'
cookbook_path '/root/cookbooks'
2 changes: 1 addition & 1 deletion templates/default/motherbrain.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"ssh": {
"user": "root",
"password": "foobar",
"password": "<%= node['deployer']['default-password'] %>",
"keys": ["/root/.ssh/id_rsa"],
"sudo": false,
"timeout": 10.0,
Expand Down

0 comments on commit 1c70271

Please sign in to comment.