This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade chef-solo-search patch cookbook to v0.5.2
- Loading branch information
1 parent
98a4d7f
commit 5445312
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule chef-solo-search
updated
30 files
+4 −0 | .gitignore | |
+15 −0 | .kitchen.yml | |
+8 −6 | .travis.yml | |
+26 −0 | CHANGELOG | |
+11 −0 | Gemfile | |
+5 −0 | NOTICE | |
+148 −77 | README.md | |
+10 −0 | Rakefile | |
+31 −6 | libraries/search.rb | |
+46 −8 | libraries/search/overrides.rb | |
+2 −3 | libraries/search/parser.rb | |
+35 −0 | metadata.json | |
+1 −1 | metadata.rb | |
+0 −8 | tests/Gemfile | |
+1 −0 | tests/data/data_bags/encrypted_users/jerry.json | |
+1 −0 | tests/data/data_bags/encrypted_users/lea.json | |
+1 −0 | tests/data/data_bags/encrypted_users/mike.json | |
+1 −0 | tests/data/data_bags/encrypted_users/tom.json | |
+1 −1 | tests/data/data_bags/node/without_json_class.json | |
+11 −0 | tests/data/encrypted_data_bag_secret | |
+10 −0 | tests/data/roles/master.json | |
+9 −0 | tests/data/roles/other.rb | |
+10 −0 | tests/data/roles/slave.json | |
+5 −0 | tests/gemfiles/Gemfile.10 | |
+6 −0 | tests/gemfiles/Gemfile.11 | |
+3 −2 | tests/test_data_bags.rb | |
+51 −0 | tests/test_roles.rb | |
+56 −9 | tests/test_search.rb | |
+36 −0 | tests/test_setup.rb | |
+72 −0 | tests/test_whyrun.rb |