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

Commit

Permalink
Add sensu repo to get sync'ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jul 6, 2014
1 parent 085f34b commit 03ee0d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -271,7 +271,7 @@ GRAPH
redisio (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-backups (>= 0.0.0)
rubygems-repo (0.0.16)
rubygems-repo (0.0.19)
aptly (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-repo/metadata.rb
@@ -1,7 +1,7 @@
name 'rubygems-repo'
maintainer 'RubyGems.org ops team'

version '0.0.16'
version '0.0.19'

depends 'aptly'
depends 'nginx'
Expand Down
7 changes: 7 additions & 0 deletions cookbooks/rubygems-repo/recipes/default.rb
Expand Up @@ -55,3 +55,10 @@
keyserver 'keys.gnupg.net'
uri 'http://ubuntu.osuosl.org/ubuntu/'
end

aptly_mirror 'sensu' do
action :create
distribution 'sensu'
component 'main'
uri 'http://repos.sensuapp.org/apt'
end

0 comments on commit 03ee0d7

Please sign in to comment.