forked from matschaffer/knife-solo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Manifest.txt
116 lines (116 loc) · 4.9 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.coveralls.yml
CHANGELOG.md
LICENSE
README.rdoc
Rakefile
lib/chef/knife/bootstrap_solo.rb
lib/chef/knife/cook.rb
lib/chef/knife/kitchen.rb
lib/chef/knife/prepare.rb
lib/chef/knife/solo_bootstrap.rb
lib/chef/knife/solo_clean.rb
lib/chef/knife/solo_cook.rb
lib/chef/knife/solo_init.rb
lib/chef/knife/solo_prepare.rb
lib/chef/knife/wash_up.rb
lib/knife-solo.rb
lib/knife-solo/berkshelf.rb
lib/knife-solo/bootstraps.rb
lib/knife-solo/bootstraps/darwin.rb
lib/knife-solo/bootstraps/freebsd.rb
lib/knife-solo/bootstraps/linux.rb
lib/knife-solo/bootstraps/sun_os.rb
lib/knife-solo/cookbook_manager.rb
lib/knife-solo/cookbook_manager_selector.rb
lib/knife-solo/deprecated_command.rb
lib/knife-solo/gitignore.rb
lib/knife-solo/info.rb
lib/knife-solo/librarian.rb
lib/knife-solo/node_config_command.rb
lib/knife-solo/resources/knife.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search
lib/knife-solo/resources/solo.rb.erb
lib/knife-solo/ssh_command.rb
lib/knife-solo/ssh_connection.rb
lib/knife-solo/tools.rb
test/bootstraps_test.rb
test/deprecated_command_test.rb
test/gemfiles/Gemfile.chef-10
test/gemfiles/Gemfile.chef-11
test/gemfiles/Gemfile.chef-master
test/gitignore_test.rb
test/integration/amazon_linux_2012_09_bootstrap_test.rb
test/integration/cases/apache2_bootstrap.rb
test/integration/cases/apache2_cook.rb
test/integration/cases/cache_path_usage.rb
test/integration/cases/empty_cook.rb
test/integration/cases/encrypted_data_bag.rb
test/integration/cases/environment.rb
test/integration/cases/knife_bootstrap.rb
test/integration/centos5_8_test.rb
test/integration/centos6_3_test.rb
test/integration/debian6_bootstrap_test.rb
test/integration/debian7_knife_bootstrap_test.rb
test/integration/gentoo2011_test.rb
test/integration/omnios_r151004_test.rb
test/integration/scientific_linux_63_test.rb
test/integration/sles_11_test.rb
test/integration/ubuntu10_04_test.rb
test/integration/ubuntu12_04_bootstrap_test.rb
test/integration/ubuntu12_04_test.rb
test/integration_helper.rb
test/knife_bootstrap_test.rb
test/minitest/parallel.rb
test/node_config_command_test.rb
test/performance/ssh_performance_test.rb
test/solo_bootstrap_test.rb
test/solo_clean_test.rb
test/solo_cook_test.rb
test/solo_init_test.rb
test/solo_prepare_test.rb
test/ssh_command_test.rb
test/support/cache_using_cookbook/metadata.rb
test/support/cache_using_cookbook/recipes/default.rb
test/support/config.yml.example
test/support/data_bag_key
test/support/ec2_runner.rb
test/support/environment_cookbook/attributes/default.rb
test/support/environment_cookbook/metadata.rb
test/support/environment_cookbook/recipes/default.rb
test/support/integration_test.rb
test/support/issue_files/gentoo2011
test/support/issue_files/sles11-sp1
test/support/issue_files/ubuntu
test/support/kitchen_helper.rb
test/support/loggable.rb
test/support/secret_cookbook/metadata.rb
test/support/secret_cookbook/recipes/default.rb
test/support/ssh_config
test/support/test_case.rb
test/support/test_environment.json
test/support/validation_helper.rb
test/test_helper.rb
test/tools_test.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/.travis.yml
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/CHANGELOG
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/LICENSE
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/NOTICE
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/README.md
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/search.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/search/overrides.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/search/parser.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/lucene.treetop
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/lucene_nodes.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/query_transform.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/metadata.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/recipes/default.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/Gemfile
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/node/alpha.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/node/beta.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/node/without_json_class.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/users/jerry.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/users/lea.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/users/mike.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/data/data_bags/users/tom.json
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/test_data_bags.rb
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/test_search.rb