Skip to content

Commit

Permalink
replace librarian-chef with berkshelf
Browse files Browse the repository at this point in the history
librarian-chef currently fails to resolve our dependencies. This
seems to have something to do with it's graph for erlang and various yum*
cookbook dependencies but I haven't been able to zero in on a satisfactory
cause.
  • Loading branch information
cwjohnston committed Sep 22, 2016
1 parent e1ff7c3 commit d9d0c17
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -7,11 +7,8 @@ examples/ssl/sensu_ca
.vagrant
\#*
.bundle/
.librarian/
.kitchen/
.kitchen.local.yml
tmp
Berksfile
test/integration/enterprise/data_bags/sensu/enterprise.json
test/integration/enterprise-dashboard/data_bags/sensu/enterprise.json
.envrc
6 changes: 6 additions & 0 deletions Berksfile
@@ -0,0 +1,6 @@
source 'https://supermarket.chef.io'
metadata

group :integration do
cookbook "sensu-test", path: "test/cookbooks/sensu-test"
end
4 changes: 0 additions & 4 deletions Cheffile

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :develop do
gem "chef", "~> 12.9"
gem "chefspec", "~> 4.5"
gem "emeril", "~> 0.8"
gem "librarian-chef"
gem "berkshelf"
gem "rake"
gem "guard"
gem "guard-foodcritic"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/spec_helper.rb
@@ -1,5 +1,5 @@
require 'chefspec'
require 'chefspec/librarian'
require 'chefspec/berkshelf'

ChefSpec::Coverage.start!

Expand Down

0 comments on commit d9d0c17

Please sign in to comment.