Skip to content

Commit

Permalink
Merge pull request #42 from joshbronson/master_patches
Browse files Browse the repository at this point in the history
Master patches
  • Loading branch information
joshbronson committed Jul 23, 2014
2 parents e6fe379 + 3216b8c commit 7246331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/cloud_utils/attributes/default.rb
@@ -1 +1 @@
default[:cloud_utils][:srp][:environment] = 'release_7'
default[:cloud_utils][:srp][:environment] = 'release_6.1'
4 changes: 3 additions & 1 deletion cookbooks/cloud_utils/recipes/srp_repo.rb
Expand Up @@ -10,9 +10,11 @@
end
elsif platform_family?('rhel')
yum_repository "srp-rhel" do
name "infochimps-#{environment}"
name "srp-rhel"
gpgcheck false
url "https://s3.amazonaws.com/srp-rhel.chimpy.us/#{environment}/"
# key "RPM-GPG-KEY-chimps"
action :add
end
Chef::Config[:yum_timeout] = 2400 # set yum timeout to 40 mins while we're in here
end

0 comments on commit 7246331

Please sign in to comment.