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
Sam Kottler committed Jul 6, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 085f34b commit 03ee0d7
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-repo/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-repo'
maintainer 'RubyGems.org ops team'

version '0.0.16'
version '0.0.19'

depends 'aptly'
depends 'nginx'
7 changes: 7 additions & 0 deletions cookbooks/rubygems-repo/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -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.