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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0343ad16fcbc
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa20bf61dc32
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 18, 2014

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7f2e59a View commit details
  2. Merge branch 'master' of github.com:rubygems/rubygems-infrastructure

    * 'master' of github.com:rubygems/rubygems-infrastructure:
      fix syntax
    Sam Kottler committed Jul 18, 2014

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fa20bf6 View commit details
4 changes: 2 additions & 2 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ GRAPH
redisio (1.7.1)
ulimit (>= 0.1.2)
rsyslog (1.12.2)
rubygems (0.0.23)
rubygems (0.0.24)
ohai (>= 0.0.0)
rubygems-apt (>= 0.0.0)
rubygems-chef (>= 0.0.0)
@@ -239,7 +239,7 @@ GRAPH
rubygems-backups (>= 0.0.0)
rubygems-fail2ban (0.0.2)
fail2ban (>= 0.0.0)
rubygems-hostname (0.1.10)
rubygems-hostname (0.1.11)
chef-vault (>= 0.0.0)
dwradcliffe-dnsimple (>= 0.0.0)
hostname (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-hostname/metadata.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'Set the hostname of RubyGems.org machines using node.name'
version '0.1.10'
version '0.1.11'

depends 'chef-vault'
depends 'dwradcliffe-dnsimple'
4 changes: 0 additions & 4 deletions cookbooks/rubygems-hostname/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -3,8 +3,4 @@
# Recipe:: default
#

node.default['set_fqdn'] = node.name

include_recipe 'hostname'

include_recipe 'rubygems-hostname::dns'
2 changes: 1 addition & 1 deletion cookbooks/rubygems/metadata.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems base recipes'
version '0.0.23'
version '0.0.24'

depends 'rubygems-apt'
depends 'rubygems-chef'
1 change: 1 addition & 0 deletions cookbooks/rubygems/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
include_recipe 'rubygems-apt'
include_recipe 'rubygems-chef'
include_recipe 'rubygems-cloud-init'
include_recipe 'rubygems-hostname'
include_recipe 'rubygems-hosts'
include_recipe 'rubygems-logging'
include_recipe 'rubygems-metrics'