Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Switch over the private chef server
Browse files Browse the repository at this point in the history
Sam Kottler committed Sep 9, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f2147eb commit 7a0e815
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .berkshelf/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ssl": {
"verify": false
}
}
2 changes: 1 addition & 1 deletion .chef/knife.rb
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
client_key "#{current_dir}/#{chef_username}.pem"
validation_client_name "rubygems-validator"
validation_key "#{current_dir}/rubygems-validator.pem"
chef_server_url "https://api.opscode.com/organizations/rubygems"
chef_server_url "https://chef.common.rubygems.org/organizations/rubygems"

cookbook_path "#{current_dir}/../cookbooks"
environment_path "#{current_dir}/../environments"
6 changes: 3 additions & 3 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ GRAPH
redisio (1.7.1)
ulimit (>= 0.1.2)
rsyslog (1.12.2)
rubygems (0.0.26)
rubygems (0.0.27)
ohai (>= 0.0.0)
rubygems-apt (>= 0.0.0)
rubygems-chef (>= 0.0.0)
@@ -209,7 +209,7 @@ GRAPH
rubygems-backups (0.0.18)
chef-vault (>= 0.0.0)
rubygems-ruby (>= 0.0.0)
rubygems-balancer (0.0.28)
rubygems-balancer (0.0.29)
chef-vault (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
@@ -280,7 +280,7 @@ GRAPH
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.3)
rubygems-sensu (0.0.81)
rubygems-sensu (0.0.97)
chef-vault (>= 0.0.0)
cpan (>= 0.0.0)
sensu (= 1.0.0)

0 comments on commit 7a0e815

Please sign in to comment.