This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #314 from paulczar/master
Massive PR to turn into Library Cookbook
- Loading branch information
Showing
73 changed files
with
2,471 additions
and
1,320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ vendor/ | |
.kitchen/ | ||
.kitchen.local.yml | ||
.bundle/ | ||
bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
language: ruby | ||
gemfile: | ||
- test/support/Gemfile | ||
rvm: | ||
- 1.9.3 | ||
install: BUNDLE_GEMFILE=$PWD/test/support/Gemfile bundle install | ||
script: BUNDLE_GEMFILE=$PWD/test/support/Gemfile bundle exec rake strainer | ||
env: | ||
- USE_SYSTEM_GECODE=1 | ||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install libgecode-dev | ||
install: | ||
- bundle install --path vendor --binstubs | ||
script: | ||
- bin/berks install | ||
- bin/rake style spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# Encoding: utf-8 | ||
|
||
source 'https://api.berkshelf.com' if Gem::Version.new(Berkshelf::VERSION) > Gem::Version.new('3') | ||
|
||
metadata | ||
|
||
cookbook 'rabbitmq', git: 'git://github.com/opscode-cookbooks/rabbitmq.git' | ||
cookbook 'java' | ||
cookbook 'curl' | ||
cookbook 'ark' | ||
|
||
cookbook 'pleaserun', git: 'https://github.com/paulczar/chef-pleaserun.git' | ||
|
||
group :test do | ||
cookbook 'minitest-handler', git: 'git://github.com/btm/minitest-handler-cookbook.git' | ||
cookbook 'elasticsearch', git: 'git://github.com/elasticsearch/cookbook-elasticsearch.git' | ||
cookbook 'kibana', git: 'git://github.com/lusis/chef-kibana.git' | ||
cookbook 'curl' | ||
cookbook 'ark' | ||
cookbook 'minitest-handler', git: 'https://github.com/btm/minitest-handler-cookbook.git' | ||
cookbook 'elasticsearch', git: 'https://github.com/elasticsearch/cookbook-elasticsearch.git' | ||
cookbook 'kibana', git: 'https://github.com/lusis/chef-kibana.git' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.