Skip to content

Commit

Permalink
change geoshape's vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Ami Rahav committed Dec 15, 2014
1 parent 07693d6 commit 51b3dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbooks/rogue/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include_recipe 'chef-vault'
rogue_os_auth_info = chef_vault_item("rogue_geonode", "rogue_os")
$rogue_os_pwd = rogue_os_auth_info['password']
$rogue_os_usr = rogue_os_auth_info['username']
geoshape_os_auth_info = chef_vault_item("geoshape_geonode", "geoshape_os")
$rogue_os_pwd = geoshape_os_auth_info['password']
$rogue_os_usr = geoshape_os_auth_info['username']

unison_os_auth_info = chef_vault_item("rogue_geonode", "unison_os")
unison_os_auth_info = chef_vault_item("geoshape_geonode", "unison_os")
$unison_os_pwd = unison_os_auth_info['password']
$unison_os_usr = unison_os_auth_info['username']

Expand Down

0 comments on commit 51b3dce

Please sign in to comment.