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

Commit

Permalink
Disable apt bootstrap globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed Jul 7, 2014
1 parent fb499c8 commit ab5cbdb
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 @@ -205,7 +205,7 @@ GRAPH
runit (>= 0.0.0)
unicorn (>= 0.0.0)
user (>= 0.0.0)
rubygems-apt (0.0.8)
rubygems-apt (0.0.9)
apt (>= 0.0.0)
rubygems-backups (0.0.14)
chef-vault (>= 0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-apt/metadata.rb
@@ -1,7 +1,7 @@
name 'rubygems-apt'
maintainer 'RubyGems.org ops team'

version '0.0.8'
version '0.0.9'

depends 'apt'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-apt/recipes/default.rb
@@ -1,4 +1,4 @@
node.default['apt']['bootstrap'] = true
node.default['apt']['bootstrap'] = false

# We use /etc/apt/sources.list.d/ for everything.
file '/etc/apt/sources.list' do
Expand Down

0 comments on commit ab5cbdb

Please sign in to comment.