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

Commit

Permalink
Just point the monitoring CNAME to the fqdn for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jul 10, 2014
1 parent b27b9bc commit f55b253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -249,7 +249,7 @@ GRAPH
collectd (>= 0.0.0)
collectd-librato (>= 0.0.0)
collectd_plugins (>= 0.0.0)
rubygems-monitoring (0.0.9)
rubygems-monitoring (0.0.10)
chef-vault (>= 0.0.0)
dwradcliffe-dnsimple (>= 0.0.0)
nginx (>= 0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-monitoring/metadata.rb
@@ -1,7 +1,7 @@
name 'rubygems-monitoring'
maintainer 'RubyGems.org ops team'

version '0.0.9'
version '0.0.10'

depends 'chef-vault'
depends 'dwradcliffe-dnsimple'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-monitoring/recipes/default.rb
Expand Up @@ -11,7 +11,7 @@

dwradcliffe_dnsimple_record "create CNAME point monitoring.rubygems.org to #{node.name}" do
name 'monitoring.rubygems.org'
content node['cloud_v2']['public_hostname']
content node['fqdn']
type 'CNAME'
domain 'rubygems.org'
username dnsimple_credentials['username']
Expand Down

0 comments on commit f55b253

Please sign in to comment.