chef 11.12.8-x86-mingw32 → 11.14.0.alpha.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +4 -2
- data/distro/common/html/_sources/index.txt +6 -0
- data/distro/common/html/_sources/knife_ssl_check.txt +41 -0
- data/distro/common/html/_sources/knife_ssl_fetch.txt +41 -0
- data/distro/common/html/_static/basic.css +2 -5
- data/distro/common/html/_static/doctools.js +5 -14
- data/distro/common/html/_static/jquery.js +2 -154
- data/distro/common/html/_static/pygments.css +2 -2
- data/distro/common/html/_static/searchtools.js +212 -150
- data/distro/common/html/_static/underscore.js +29 -21
- data/distro/common/html/_static/websupport.js +1 -1
- data/distro/common/html/ctl_chef_client.html +15 -18
- data/distro/common/html/ctl_chef_server.html +7 -7
- data/distro/common/html/ctl_chef_shell.html +6 -6
- data/distro/common/html/ctl_chef_solo.html +7 -8
- data/distro/common/html/index.html +34 -24
- data/distro/common/html/knife.html +23 -24
- data/distro/common/html/knife_bootstrap.html +13 -9
- data/distro/common/html/knife_client.html +10 -11
- data/distro/common/html/knife_common_options.html +6 -7
- data/distro/common/html/knife_configure.html +3 -4
- data/distro/common/html/knife_cookbook.html +18 -11
- data/distro/common/html/knife_cookbook_site.html +14 -14
- data/distro/common/html/knife_data_bag.html +24 -23
- data/distro/common/html/knife_delete.html +4 -5
- data/distro/common/html/knife_deps.html +4 -5
- data/distro/common/html/knife_diff.html +6 -7
- data/distro/common/html/knife_download.html +12 -13
- data/distro/common/html/knife_edit.html +4 -5
- data/distro/common/html/knife_environment.html +8 -9
- data/distro/common/html/knife_exec.html +9 -10
- data/distro/common/html/knife_index_rebuild.html +4 -5
- data/distro/common/html/knife_list.html +8 -9
- data/distro/common/html/knife_node.html +34 -33
- data/distro/common/html/knife_raw.html +2 -3
- data/distro/common/html/knife_recipe_list.html +3 -4
- data/distro/common/html/knife_role.html +30 -29
- data/distro/common/html/knife_search.html +7 -7
- data/distro/common/html/knife_show.html +4 -5
- data/distro/common/html/knife_ssh.html +2 -3
- data/distro/common/html/knife_ssl_check.html +148 -0
- data/distro/common/html/knife_ssl_fetch.html +152 -0
- data/distro/common/html/knife_status.html +4 -5
- data/distro/common/html/knife_tag.html +2 -3
- data/distro/common/html/knife_upload.html +5 -6
- data/distro/common/html/knife_user.html +9 -10
- data/distro/common/html/knife_using.html +12 -12
- data/distro/common/html/knife_xargs.html +11 -12
- data/distro/common/html/search.html +1 -2
- data/distro/common/html/searchindex.js +1 -1
- data/distro/common/man/man1/chef-shell.1 +19 -11
- data/distro/common/man/man1/knife-bootstrap.1 +35 -19
- data/distro/common/man/man1/knife-client.1 +111 -28
- data/distro/common/man/man1/knife-configure.1 +30 -14
- data/distro/common/man/man1/knife-cookbook-site.1 +105 -22
- data/distro/common/man/man1/knife-cookbook.1 +164 -23
- data/distro/common/man/man1/knife-data-bag.1 +157 -33
- data/distro/common/man/man1/knife-delete.1 +21 -17
- data/distro/common/man/man1/knife-deps.1 +60 -16
- data/distro/common/man/man1/knife-diff.1 +37 -17
- data/distro/common/man/man1/knife-download.1 +68 -24
- data/distro/common/man/man1/knife-edit.1 +19 -15
- data/distro/common/man/man1/knife-environment.1 +105 -17
- data/distro/common/man/man1/knife-exec.1 +78 -18
- data/distro/common/man/man1/knife-index-rebuild.1 +16 -8
- data/distro/common/man/man1/knife-list.1 +39 -23
- data/distro/common/man/man1/knife-node.1 +170 -22
- data/distro/common/man/man1/knife-raw.1 +33 -13
- data/distro/common/man/man1/knife-recipe-list.1 +17 -5
- data/distro/common/man/man1/knife-role.1 +86 -18
- data/distro/common/man/man1/knife-search.1 +80 -16
- data/distro/common/man/man1/knife-show.1 +30 -14
- data/distro/common/man/man1/knife-ssh.1 +54 -14
- data/distro/common/man/man1/knife-ssl-check.1 +207 -0
- data/distro/common/man/man1/knife-ssl-fetch.1 +207 -0
- data/distro/common/man/man1/knife-status.1 +48 -12
- data/distro/common/man/man1/knife-tag.1 +30 -10
- data/distro/common/man/man1/knife-upload.1 +72 -20
- data/distro/common/man/man1/knife-user.1 +79 -23
- data/distro/common/man/man1/knife-xargs.1 +61 -53
- data/distro/common/man/man8/chef-client.8 +87 -29
- data/distro/common/man/man8/chef-solo.8 +36 -15
- data/lib/chef/application.rb +19 -14
- data/lib/chef/application/client.rb +5 -0
- data/lib/chef/application/solo.rb +5 -0
- data/lib/chef/application/windows_service_manager.rb +3 -0
- data/lib/chef/chef_fs/chef_fs_data_store.rb +72 -24
- data/lib/chef/chef_fs/file_system/chef_repository_file_system_cookbook_dir.rb +20 -4
- data/lib/chef/chef_fs/file_system/chef_repository_file_system_cookbooks_dir.rb +20 -1
- data/lib/chef/chef_fs/file_system/file_system_entry.rb +10 -2
- data/lib/chef/client.rb +2 -3
- data/lib/chef/config.rb +34 -8
- data/lib/chef/cookbook/cookbook_version_loader.rb +45 -4
- data/lib/chef/cookbook_version.rb +38 -30
- data/lib/chef/dsl/recipe.rb +4 -1
- data/lib/chef/event_dispatch/base.rb +14 -0
- data/lib/chef/event_dispatch/events_output_stream.rb +29 -0
- data/lib/chef/exceptions.rb +8 -0
- data/lib/chef/formatters/base.rb +16 -45
- data/lib/chef/formatters/doc.rb +51 -26
- data/lib/chef/formatters/indentable_output_stream.rb +165 -0
- data/lib/chef/knife/node_environment_set.rb +54 -0
- data/lib/chef/knife/user_create.rb +1 -1
- data/lib/chef/monkey_patches/pathname.rb +32 -0
- data/lib/chef/node.rb +1 -1
- data/lib/chef/platform/provider_mapping.rb +345 -338
- data/lib/chef/policy_builder/expand_node_object.rb +1 -1
- data/lib/chef/policy_builder/policyfile.rb +1 -1
- data/lib/chef/provider.rb +1 -0
- data/lib/chef/provider/git.rb +1 -1
- data/lib/chef/provider/link.rb +2 -2
- data/lib/chef/provider/remote_file/content.rb +1 -1
- data/lib/chef/provider/remote_file/local_file.rb +8 -2
- data/lib/chef/provider/service/arch.rb +0 -1
- data/lib/chef/provider/service/debian.rb +0 -2
- data/lib/chef/provider/service/freebsd.rb +2 -1
- data/lib/chef/provider/service/gentoo.rb +1 -1
- data/lib/chef/provider/service/init.rb +0 -1
- data/lib/chef/provider/service/insserv.rb +0 -2
- data/lib/chef/provider/service/invokercd.rb +0 -2
- data/lib/chef/provider/service/macosx.rb +2 -1
- data/lib/chef/provider/service/redhat.rb +0 -1
- data/lib/chef/provider/service/simple.rb +1 -0
- data/lib/chef/provider/service/solaris.rb +1 -0
- data/lib/chef/provider/service/systemd.rb +1 -1
- data/lib/chef/provider/service/upstart.rb +1 -1
- data/lib/chef/provider/user.rb +9 -9
- data/lib/chef/provider/user/solaris.rb +2 -0
- data/lib/chef/resource.rb +1 -0
- data/lib/chef/resource/remote_file.rb +32 -6
- data/lib/chef/run_context.rb +22 -0
- data/lib/chef/run_lock.rb +43 -4
- data/lib/chef/version.rb +2 -2
- data/spec/functional/http/simple_spec.rb +84 -0
- data/spec/functional/resource/remote_file_spec.rb +107 -43
- data/spec/functional/rest_spec.rb +94 -0
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/functional/win32/service_manager_spec.rb +6 -0
- data/spec/integration/knife/chef_fs_data_store_spec.rb +2 -0
- data/spec/integration/recipes/lwrp_inline_resources_spec.rb +76 -0
- data/spec/spec_helper.rb +2 -0
- data/spec/support/mock/platform.rb +7 -0
- data/spec/support/pedant/pedant_config.rb +121 -0
- data/spec/support/pedant/run_pedant.rb +63 -0
- data/spec/support/pedant/stickywicket.pem +27 -0
- data/spec/support/shared/functional/http.rb +242 -0
- data/spec/support/shared/unit/api_error_inspector.rb +2 -2
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/client_spec.rb +6 -1
- data/spec/unit/application/knife_spec.rb +4 -0
- data/spec/unit/application/solo_spec.rb +2 -0
- data/spec/unit/application_spec.rb +7 -0
- data/spec/unit/client_spec.rb +16 -0
- data/spec/unit/config_spec.rb +3 -20
- data/spec/unit/cookbook_version_spec.rb +224 -122
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +2 -2
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +2 -2
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +2 -2
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +2 -2
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +2 -2
- data/spec/unit/handler_spec.rb +0 -1
- data/spec/unit/knife/client_bulk_delete_spec.rb +3 -0
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +2 -0
- data/spec/unit/knife/cookbook_metadata_spec.rb +2 -2
- data/spec/unit/knife/cookbook_site_install_spec.rb +3 -1
- data/spec/unit/knife/cookbook_upload_spec.rb +10 -10
- data/spec/unit/knife/node_environment_set_spec.rb +80 -0
- data/spec/unit/knife/user_create_spec.rb +6 -4
- data/spec/unit/knife/user_edit_spec.rb +5 -0
- data/spec/unit/knife_spec.rb +3 -0
- data/spec/unit/mixin/securable_spec.rb +18 -20
- data/spec/unit/node/attribute_spec.rb +15 -2
- data/spec/unit/node/immutable_collections_spec.rb +4 -4
- data/spec/unit/provider/cron_spec.rb +14 -14
- data/spec/unit/provider/git_spec.rb +4 -4
- data/spec/unit/provider/group_spec.rb +1 -1
- data/spec/unit/provider/ohai_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +58 -35
- data/spec/unit/provider/remote_file/local_file_spec.rb +23 -0
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/resource/mount_spec.rb +0 -1
- data/spec/unit/resource/remote_file_spec.rb +29 -0
- data/spec/unit/resource_spec.rb +1 -1
- data/spec/unit/run_context_spec.rb +7 -0
- data/spec/unit/run_lock_spec.rb +98 -0
- data/spec/unit/version_constraint_spec.rb +1 -1
- metadata +166 -153
- data/distro/common/html/_static/chef.css +0 -507
- data/distro/common/html/_static/chef_logo.png +0 -0
- data/lib/chef/checksum/storage.rb +0 -18
- data/lib/chef/checksum/storage/filesystem.rb +0 -56
- data/spec/unit/checksum/storage/filesystem_spec.rb +0 -70
@@ -45,6 +45,13 @@ describe Chef::RunContext do
|
|
45
45
|
|
46
46
|
describe "loading cookbooks for a run list" do
|
47
47
|
before do
|
48
|
+
|
49
|
+
# Each invocation reloads LWRPs, which triggers constant redefinition
|
50
|
+
# warnings. In real usage this isn't an issue because of fork mode.
|
51
|
+
if Chef::Provider.const_defined?(:TestProvider)
|
52
|
+
Chef::Provider.send(:remove_const, :TestProvider)
|
53
|
+
end
|
54
|
+
|
48
55
|
@node.run_list << "test" << "test::one" << "test::two"
|
49
56
|
@node.should_receive(:loaded_recipe).with(:test, "default")
|
50
57
|
@node.should_receive(:loaded_recipe).with(:test, "one")
|
data/spec/unit/run_lock_spec.rb
CHANGED
@@ -35,6 +35,104 @@ describe Chef::RunLock do
|
|
35
35
|
end
|
36
36
|
end
|
37
37
|
|
38
|
+
describe "acquire" do
|
39
|
+
let(:lockfile) { "/tmp/chef-client-running.pid" }
|
40
|
+
subject(:runlock) { Chef::RunLock.new(lockfile) }
|
41
|
+
|
42
|
+
def stub_unblocked_run
|
43
|
+
runlock.stub(:test).and_return(true)
|
44
|
+
end
|
45
|
+
|
46
|
+
def stub_blocked_run(duration)
|
47
|
+
runlock.stub(:test).and_return(false)
|
48
|
+
runlock.stub(:wait) { sleep(duration) }
|
49
|
+
runlock.stub(:runpid).and_return(666) # errors read blocking pid
|
50
|
+
end
|
51
|
+
|
52
|
+
describe "when Chef::Config[:run_lock_timeout] is not set (set to default)" do
|
53
|
+
describe "and the lockfile is not locked by another client run" do
|
54
|
+
it "should not wait" do
|
55
|
+
stub_unblocked_run
|
56
|
+
Chef::RunLock.any_instance.should_not_receive(:wait)
|
57
|
+
runlock.acquire
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
describe "and the lockfile is locked by another client run" do
|
62
|
+
it "should wait for the lock to be released" do
|
63
|
+
stub_blocked_run(0.001)
|
64
|
+
runlock.should_receive(:wait)
|
65
|
+
runlock.acquire
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
describe "when Chef::Config[:run_lock_timeout] is set to 0" do
|
71
|
+
before(:each) do
|
72
|
+
@default_timeout = Chef::Config[:run_lock_timeout]
|
73
|
+
Chef::Config[:run_lock_timeout] = 0
|
74
|
+
end
|
75
|
+
|
76
|
+
after(:each) do
|
77
|
+
Chef::Config[:run_lock_timeout] = @default_timeout
|
78
|
+
end
|
79
|
+
|
80
|
+
describe "and the lockfile is not locked by another client run" do
|
81
|
+
it "should acquire the lock" do
|
82
|
+
stub_unblocked_run
|
83
|
+
runlock.should_not_receive(:wait)
|
84
|
+
runlock.acquire
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
describe "and the lockfile is locked by another client run" do
|
89
|
+
it "should raise Chef::Exceptions::RunLockTimeout" do
|
90
|
+
stub_blocked_run(0.001)
|
91
|
+
runlock.should_not_receive(:wait)
|
92
|
+
expect{ runlock.acquire }.to raise_error(Chef::Exceptions::RunLockTimeout)
|
93
|
+
end
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
describe "when Chef::Config[:run_lock_timeout] is set to >0" do
|
98
|
+
before(:each) do
|
99
|
+
@default_timeout = Chef::Config[:run_lock_timeout]
|
100
|
+
@timeout = 0.1
|
101
|
+
Chef::Config[:run_lock_timeout] = @timeout
|
102
|
+
end
|
103
|
+
|
104
|
+
after(:each) do
|
105
|
+
Chef::Config[:run_lock_timeout] = @default_timeout
|
106
|
+
end
|
107
|
+
|
108
|
+
describe "and the lockfile is not locked by another client run" do
|
109
|
+
it "should acquire the lock" do
|
110
|
+
stub_unblocked_run
|
111
|
+
runlock.should_not_receive(:wait)
|
112
|
+
runlock.acquire
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
describe "and the lockfile is locked by another client run" do
|
117
|
+
describe "and the lock is released before the timeout expires" do
|
118
|
+
it "should acquire the lock" do
|
119
|
+
stub_blocked_run(@timeout/2.0)
|
120
|
+
runlock.should_receive(:wait)
|
121
|
+
expect{ runlock.acquire }.not_to raise_error
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
describe "and the lock is not released before the timeout expires" do
|
126
|
+
it "should raise a RunLockTimeout exception" do
|
127
|
+
stub_blocked_run(2.0)
|
128
|
+
runlock.should_receive(:wait)
|
129
|
+
expect{ runlock.acquire }.to raise_error(Chef::Exceptions::RunLockTimeout)
|
130
|
+
end
|
131
|
+
end
|
132
|
+
end
|
133
|
+
end
|
134
|
+
end
|
135
|
+
|
38
136
|
# See also: spec/functional/run_lock_spec
|
39
137
|
|
40
138
|
end
|
@@ -76,7 +76,7 @@ describe Chef::VersionConstraint do
|
|
76
76
|
@vc.should include Chef::Version.new("1.4")
|
77
77
|
end
|
78
78
|
it "Chef::CookbookVersion" do
|
79
|
-
cv = Chef::CookbookVersion.new("alice")
|
79
|
+
cv = Chef::CookbookVersion.new("alice", '/tmp/blah.txt')
|
80
80
|
cv.version = "1.4"
|
81
81
|
@vc.should include cv
|
82
82
|
end
|
metadata
CHANGED
@@ -1,365 +1,365 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.
|
4
|
+
version: 11.14.0.alpha.2
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Adam Jacob
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-config
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '2.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '2.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: mixlib-cli
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '1.4'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.4'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: mixlib-log
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ~>
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '1.3'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.3'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: mixlib-authentication
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '1.3'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.3'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: mixlib-shellout
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '1.4'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '1.4'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: ohai
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ~>
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 7.0
|
89
|
+
version: '7.0'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ~>
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 7.0
|
96
|
+
version: '7.0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rest-client
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - '>='
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 1.0.4
|
104
|
-
- -
|
104
|
+
- - <
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: 1.7.0
|
107
107
|
type: :runtime
|
108
108
|
prerelease: false
|
109
109
|
version_requirements: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
|
-
- -
|
111
|
+
- - '>='
|
112
112
|
- !ruby/object:Gem::Version
|
113
113
|
version: 1.0.4
|
114
|
-
- -
|
114
|
+
- - <
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: 1.7.0
|
117
117
|
- !ruby/object:Gem::Dependency
|
118
118
|
name: mime-types
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
120
120
|
requirements:
|
121
|
-
- -
|
121
|
+
- - ~>
|
122
122
|
- !ruby/object:Gem::Version
|
123
123
|
version: '1.16'
|
124
124
|
type: :runtime
|
125
125
|
prerelease: false
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
|
-
- -
|
128
|
+
- - ~>
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: '1.16'
|
131
131
|
- !ruby/object:Gem::Dependency
|
132
132
|
name: json
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|
134
134
|
requirements:
|
135
|
-
- -
|
135
|
+
- - '>='
|
136
136
|
- !ruby/object:Gem::Version
|
137
137
|
version: 1.4.4
|
138
|
-
- -
|
138
|
+
- - <=
|
139
139
|
- !ruby/object:Gem::Version
|
140
140
|
version: 1.8.1
|
141
141
|
type: :runtime
|
142
142
|
prerelease: false
|
143
143
|
version_requirements: !ruby/object:Gem::Requirement
|
144
144
|
requirements:
|
145
|
-
- -
|
145
|
+
- - '>='
|
146
146
|
- !ruby/object:Gem::Version
|
147
147
|
version: 1.4.4
|
148
|
-
- -
|
148
|
+
- - <=
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: 1.8.1
|
151
151
|
- !ruby/object:Gem::Dependency
|
152
152
|
name: yajl-ruby
|
153
153
|
requirement: !ruby/object:Gem::Requirement
|
154
154
|
requirements:
|
155
|
-
- -
|
155
|
+
- - ~>
|
156
156
|
- !ruby/object:Gem::Version
|
157
157
|
version: '1.1'
|
158
158
|
type: :runtime
|
159
159
|
prerelease: false
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
161
161
|
requirements:
|
162
|
-
- -
|
162
|
+
- - ~>
|
163
163
|
- !ruby/object:Gem::Version
|
164
164
|
version: '1.1'
|
165
165
|
- !ruby/object:Gem::Dependency
|
166
166
|
name: net-ssh
|
167
167
|
requirement: !ruby/object:Gem::Requirement
|
168
168
|
requirements:
|
169
|
-
- -
|
169
|
+
- - ~>
|
170
170
|
- !ruby/object:Gem::Version
|
171
171
|
version: '2.6'
|
172
172
|
type: :runtime
|
173
173
|
prerelease: false
|
174
174
|
version_requirements: !ruby/object:Gem::Requirement
|
175
175
|
requirements:
|
176
|
-
- -
|
176
|
+
- - ~>
|
177
177
|
- !ruby/object:Gem::Version
|
178
178
|
version: '2.6'
|
179
179
|
- !ruby/object:Gem::Dependency
|
180
180
|
name: net-ssh-multi
|
181
181
|
requirement: !ruby/object:Gem::Requirement
|
182
182
|
requirements:
|
183
|
-
- -
|
183
|
+
- - ~>
|
184
184
|
- !ruby/object:Gem::Version
|
185
185
|
version: '1.1'
|
186
186
|
type: :runtime
|
187
187
|
prerelease: false
|
188
188
|
version_requirements: !ruby/object:Gem::Requirement
|
189
189
|
requirements:
|
190
|
-
- -
|
190
|
+
- - ~>
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '1.1'
|
193
193
|
- !ruby/object:Gem::Dependency
|
194
194
|
name: highline
|
195
195
|
requirement: !ruby/object:Gem::Requirement
|
196
196
|
requirements:
|
197
|
-
- -
|
197
|
+
- - ~>
|
198
198
|
- !ruby/object:Gem::Version
|
199
199
|
version: '1.6'
|
200
|
-
- -
|
200
|
+
- - '>='
|
201
201
|
- !ruby/object:Gem::Version
|
202
202
|
version: 1.6.9
|
203
203
|
type: :runtime
|
204
204
|
prerelease: false
|
205
205
|
version_requirements: !ruby/object:Gem::Requirement
|
206
206
|
requirements:
|
207
|
-
- -
|
207
|
+
- - ~>
|
208
208
|
- !ruby/object:Gem::Version
|
209
209
|
version: '1.6'
|
210
|
-
- -
|
210
|
+
- - '>='
|
211
211
|
- !ruby/object:Gem::Version
|
212
212
|
version: 1.6.9
|
213
213
|
- !ruby/object:Gem::Dependency
|
214
214
|
name: erubis
|
215
215
|
requirement: !ruby/object:Gem::Requirement
|
216
216
|
requirements:
|
217
|
-
- -
|
217
|
+
- - ~>
|
218
218
|
- !ruby/object:Gem::Version
|
219
219
|
version: '2.7'
|
220
220
|
type: :runtime
|
221
221
|
prerelease: false
|
222
222
|
version_requirements: !ruby/object:Gem::Requirement
|
223
223
|
requirements:
|
224
|
-
- -
|
224
|
+
- - ~>
|
225
225
|
- !ruby/object:Gem::Version
|
226
226
|
version: '2.7'
|
227
227
|
- !ruby/object:Gem::Dependency
|
228
228
|
name: diff-lcs
|
229
229
|
requirement: !ruby/object:Gem::Requirement
|
230
230
|
requirements:
|
231
|
-
- -
|
231
|
+
- - ~>
|
232
232
|
- !ruby/object:Gem::Version
|
233
233
|
version: '1.2'
|
234
|
-
- -
|
234
|
+
- - '>='
|
235
235
|
- !ruby/object:Gem::Version
|
236
236
|
version: 1.2.4
|
237
237
|
type: :runtime
|
238
238
|
prerelease: false
|
239
239
|
version_requirements: !ruby/object:Gem::Requirement
|
240
240
|
requirements:
|
241
|
-
- -
|
241
|
+
- - ~>
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: '1.2'
|
244
|
-
- -
|
244
|
+
- - '>='
|
245
245
|
- !ruby/object:Gem::Version
|
246
246
|
version: 1.2.4
|
247
247
|
- !ruby/object:Gem::Dependency
|
248
248
|
name: chef-zero
|
249
249
|
requirement: !ruby/object:Gem::Requirement
|
250
250
|
requirements:
|
251
|
-
- -
|
251
|
+
- - ~>
|
252
252
|
- !ruby/object:Gem::Version
|
253
|
-
version: 2.0
|
254
|
-
- -
|
253
|
+
version: '2.0'
|
254
|
+
- - '>='
|
255
255
|
- !ruby/object:Gem::Version
|
256
|
-
version:
|
256
|
+
version: 2.0.2
|
257
257
|
type: :runtime
|
258
258
|
prerelease: false
|
259
259
|
version_requirements: !ruby/object:Gem::Requirement
|
260
260
|
requirements:
|
261
|
-
- -
|
261
|
+
- - ~>
|
262
262
|
- !ruby/object:Gem::Version
|
263
|
-
version: 2.0
|
264
|
-
- -
|
263
|
+
version: '2.0'
|
264
|
+
- - '>='
|
265
265
|
- !ruby/object:Gem::Version
|
266
|
-
version:
|
266
|
+
version: 2.0.2
|
267
267
|
- !ruby/object:Gem::Dependency
|
268
268
|
name: pry
|
269
269
|
requirement: !ruby/object:Gem::Requirement
|
270
270
|
requirements:
|
271
|
-
- -
|
271
|
+
- - ~>
|
272
272
|
- !ruby/object:Gem::Version
|
273
273
|
version: '0.9'
|
274
274
|
type: :runtime
|
275
275
|
prerelease: false
|
276
276
|
version_requirements: !ruby/object:Gem::Requirement
|
277
277
|
requirements:
|
278
|
-
- -
|
278
|
+
- - ~>
|
279
279
|
- !ruby/object:Gem::Version
|
280
280
|
version: '0.9'
|
281
281
|
- !ruby/object:Gem::Dependency
|
282
282
|
name: rake
|
283
283
|
requirement: !ruby/object:Gem::Requirement
|
284
284
|
requirements:
|
285
|
-
- -
|
285
|
+
- - ~>
|
286
286
|
- !ruby/object:Gem::Version
|
287
287
|
version: 10.1.0
|
288
288
|
type: :development
|
289
289
|
prerelease: false
|
290
290
|
version_requirements: !ruby/object:Gem::Requirement
|
291
291
|
requirements:
|
292
|
-
- -
|
292
|
+
- - ~>
|
293
293
|
- !ruby/object:Gem::Version
|
294
294
|
version: 10.1.0
|
295
295
|
- !ruby/object:Gem::Dependency
|
296
296
|
name: rack
|
297
297
|
requirement: !ruby/object:Gem::Requirement
|
298
298
|
requirements:
|
299
|
-
- -
|
299
|
+
- - '>='
|
300
300
|
- !ruby/object:Gem::Version
|
301
301
|
version: '0'
|
302
302
|
type: :development
|
303
303
|
prerelease: false
|
304
304
|
version_requirements: !ruby/object:Gem::Requirement
|
305
305
|
requirements:
|
306
|
-
- -
|
306
|
+
- - '>='
|
307
307
|
- !ruby/object:Gem::Version
|
308
308
|
version: '0'
|
309
309
|
- !ruby/object:Gem::Dependency
|
310
310
|
name: rspec_junit_formatter
|
311
311
|
requirement: !ruby/object:Gem::Requirement
|
312
312
|
requirements:
|
313
|
-
- -
|
313
|
+
- - '>='
|
314
314
|
- !ruby/object:Gem::Version
|
315
315
|
version: '0'
|
316
316
|
type: :development
|
317
317
|
prerelease: false
|
318
318
|
version_requirements: !ruby/object:Gem::Requirement
|
319
319
|
requirements:
|
320
|
-
- -
|
320
|
+
- - '>='
|
321
321
|
- !ruby/object:Gem::Version
|
322
322
|
version: '0'
|
323
323
|
- !ruby/object:Gem::Dependency
|
324
324
|
name: rspec-core
|
325
325
|
requirement: !ruby/object:Gem::Requirement
|
326
326
|
requirements:
|
327
|
-
- -
|
327
|
+
- - ~>
|
328
328
|
- !ruby/object:Gem::Version
|
329
329
|
version: 2.14.0
|
330
330
|
type: :development
|
331
331
|
prerelease: false
|
332
332
|
version_requirements: !ruby/object:Gem::Requirement
|
333
333
|
requirements:
|
334
|
-
- -
|
334
|
+
- - ~>
|
335
335
|
- !ruby/object:Gem::Version
|
336
336
|
version: 2.14.0
|
337
337
|
- !ruby/object:Gem::Dependency
|
338
338
|
name: rspec-expectations
|
339
339
|
requirement: !ruby/object:Gem::Requirement
|
340
340
|
requirements:
|
341
|
-
- -
|
341
|
+
- - ~>
|
342
342
|
- !ruby/object:Gem::Version
|
343
343
|
version: 2.14.0
|
344
344
|
type: :development
|
345
345
|
prerelease: false
|
346
346
|
version_requirements: !ruby/object:Gem::Requirement
|
347
347
|
requirements:
|
348
|
-
- -
|
348
|
+
- - ~>
|
349
349
|
- !ruby/object:Gem::Version
|
350
350
|
version: 2.14.0
|
351
351
|
- !ruby/object:Gem::Dependency
|
352
352
|
name: rspec-mocks
|
353
353
|
requirement: !ruby/object:Gem::Requirement
|
354
354
|
requirements:
|
355
|
-
- -
|
355
|
+
- - ~>
|
356
356
|
- !ruby/object:Gem::Version
|
357
357
|
version: 2.14.0
|
358
358
|
type: :development
|
359
359
|
prerelease: false
|
360
360
|
version_requirements: !ruby/object:Gem::Requirement
|
361
361
|
requirements:
|
362
|
-
- -
|
362
|
+
- - ~>
|
363
363
|
- !ruby/object:Gem::Version
|
364
364
|
version: 2.14.0
|
365
365
|
- !ruby/object:Gem::Dependency
|
@@ -424,14 +424,14 @@ dependencies:
|
|
424
424
|
requirements:
|
425
425
|
- - '='
|
426
426
|
- !ruby/object:Gem::Version
|
427
|
-
version: 1.
|
427
|
+
version: 1.5.1
|
428
428
|
type: :runtime
|
429
429
|
prerelease: false
|
430
430
|
version_requirements: !ruby/object:Gem::Requirement
|
431
431
|
requirements:
|
432
432
|
- - '='
|
433
433
|
- !ruby/object:Gem::Version
|
434
|
-
version: 1.
|
434
|
+
version: 1.5.1
|
435
435
|
- !ruby/object:Gem::Dependency
|
436
436
|
name: win32-dir
|
437
437
|
requirement: !ruby/object:Gem::Requirement
|
@@ -533,18 +533,10 @@ extra_rdoc_files:
|
|
533
533
|
- CONTRIBUTING.md
|
534
534
|
- LICENSE
|
535
535
|
files:
|
536
|
-
-
|
536
|
+
- Rakefile
|
537
537
|
- LICENSE
|
538
538
|
- README.md
|
539
|
-
-
|
540
|
-
- bin/chef-apply
|
541
|
-
- bin/chef-client
|
542
|
-
- bin/chef-service-manager
|
543
|
-
- bin/chef-shell
|
544
|
-
- bin/chef-solo
|
545
|
-
- bin/knife
|
546
|
-
- bin/shef
|
547
|
-
- distro/README
|
539
|
+
- CONTRIBUTING.md
|
548
540
|
- distro/arch/etc/conf.d/chef-client.conf
|
549
541
|
- distro/arch/etc/conf.d/chef-expander.conf
|
550
542
|
- distro/arch/etc/conf.d/chef-server-webui.conf
|
@@ -584,6 +576,8 @@ files:
|
|
584
576
|
- distro/common/html/_sources/knife_search.txt
|
585
577
|
- distro/common/html/_sources/knife_show.txt
|
586
578
|
- distro/common/html/_sources/knife_ssh.txt
|
579
|
+
- distro/common/html/_sources/knife_ssl_check.txt
|
580
|
+
- distro/common/html/_sources/knife_ssl_fetch.txt
|
587
581
|
- distro/common/html/_sources/knife_status.txt
|
588
582
|
- distro/common/html/_sources/knife_tag.txt
|
589
583
|
- distro/common/html/_sources/knife_upload.txt
|
@@ -592,10 +586,8 @@ files:
|
|
592
586
|
- distro/common/html/_sources/knife_xargs.txt
|
593
587
|
- distro/common/html/_static/ajax-loader.gif
|
594
588
|
- distro/common/html/_static/basic.css
|
595
|
-
- distro/common/html/_static/chef.css
|
596
589
|
- distro/common/html/_static/chef.ico
|
597
590
|
- distro/common/html/_static/chef_html_logo.png
|
598
|
-
- distro/common/html/_static/chef_logo.png
|
599
591
|
- distro/common/html/_static/comment-bright.png
|
600
592
|
- distro/common/html/_static/comment-close.png
|
601
593
|
- distro/common/html/_static/comment.png
|
@@ -644,6 +636,8 @@ files:
|
|
644
636
|
- distro/common/html/knife_search.html
|
645
637
|
- distro/common/html/knife_show.html
|
646
638
|
- distro/common/html/knife_ssh.html
|
639
|
+
- distro/common/html/knife_ssl_check.html
|
640
|
+
- distro/common/html/knife_ssl_fetch.html
|
647
641
|
- distro/common/html/knife_status.html
|
648
642
|
- distro/common/html/knife_tag.html
|
649
643
|
- distro/common/html/knife_upload.html
|
@@ -653,7 +647,6 @@ files:
|
|
653
647
|
- distro/common/html/objects.inv
|
654
648
|
- distro/common/html/search.html
|
655
649
|
- distro/common/html/searchindex.js
|
656
|
-
- distro/common/man/man1/README.md
|
657
650
|
- distro/common/man/man1/chef-shell.1
|
658
651
|
- distro/common/man/man1/knife-bootstrap.1
|
659
652
|
- distro/common/man/man1/knife-client.1
|
@@ -677,15 +670,17 @@ files:
|
|
677
670
|
- distro/common/man/man1/knife-search.1
|
678
671
|
- distro/common/man/man1/knife-show.1
|
679
672
|
- distro/common/man/man1/knife-ssh.1
|
673
|
+
- distro/common/man/man1/knife-ssl-check.1
|
674
|
+
- distro/common/man/man1/knife-ssl-fetch.1
|
680
675
|
- distro/common/man/man1/knife-status.1
|
681
676
|
- distro/common/man/man1/knife-tag.1
|
682
677
|
- distro/common/man/man1/knife-upload.1
|
683
678
|
- distro/common/man/man1/knife-user.1
|
684
679
|
- distro/common/man/man1/knife-xargs.1
|
685
680
|
- distro/common/man/man1/knife.1
|
681
|
+
- distro/common/man/man1/README.md
|
686
682
|
- distro/common/man/man8/chef-client.8
|
687
683
|
- distro/common/man/man8/chef-solo.8
|
688
|
-
- distro/common/markdown/README
|
689
684
|
- distro/common/markdown/man1/chef-shell.mkd
|
690
685
|
- distro/common/markdown/man1/knife-bootstrap.mkd
|
691
686
|
- distro/common/markdown/man1/knife-client.mkd
|
@@ -710,21 +705,23 @@ files:
|
|
710
705
|
- distro/common/markdown/man8/chef-server.mkd
|
711
706
|
- distro/common/markdown/man8/chef-solo.mkd
|
712
707
|
- distro/common/markdown/man8/chef-solr.mkd
|
708
|
+
- distro/common/markdown/README
|
713
709
|
- distro/debian/etc/default/chef-client
|
714
710
|
- distro/debian/etc/default/chef-expander
|
715
711
|
- distro/debian/etc/default/chef-server
|
716
712
|
- distro/debian/etc/default/chef-server-webui
|
717
713
|
- distro/debian/etc/default/chef-solr
|
718
|
-
- distro/debian/etc/init.d/chef-client
|
719
|
-
- distro/debian/etc/init.d/chef-expander
|
720
|
-
- distro/debian/etc/init.d/chef-server
|
721
|
-
- distro/debian/etc/init.d/chef-server-webui
|
722
|
-
- distro/debian/etc/init.d/chef-solr
|
723
714
|
- distro/debian/etc/init/chef-client.conf
|
724
715
|
- distro/debian/etc/init/chef-expander.conf
|
725
716
|
- distro/debian/etc/init/chef-server-webui.conf
|
726
717
|
- distro/debian/etc/init/chef-server.conf
|
727
718
|
- distro/debian/etc/init/chef-solr.conf
|
719
|
+
- distro/debian/etc/init.d/chef-client
|
720
|
+
- distro/debian/etc/init.d/chef-expander
|
721
|
+
- distro/debian/etc/init.d/chef-server
|
722
|
+
- distro/debian/etc/init.d/chef-server-webui
|
723
|
+
- distro/debian/etc/init.d/chef-solr
|
724
|
+
- distro/README
|
728
725
|
- distro/redhat/etc/init.d/chef-client
|
729
726
|
- distro/redhat/etc/init.d/chef-expander
|
730
727
|
- distro/redhat/etc/init.d/chef-server
|
@@ -741,10 +738,8 @@ files:
|
|
741
738
|
- distro/redhat/etc/sysconfig/chef-server-webui
|
742
739
|
- distro/redhat/etc/sysconfig/chef-solr
|
743
740
|
- distro/windows/service_manager.rb
|
744
|
-
- lib/chef.rb
|
745
|
-
- lib/chef/api_client.rb
|
746
741
|
- lib/chef/api_client/registration.rb
|
747
|
-
- lib/chef/
|
742
|
+
- lib/chef/api_client.rb
|
748
743
|
- lib/chef/application/agent.rb
|
749
744
|
- lib/chef/application/apply.rb
|
750
745
|
- lib/chef/application/client.rb
|
@@ -752,10 +747,8 @@ files:
|
|
752
747
|
- lib/chef/application/solo.rb
|
753
748
|
- lib/chef/application/windows_service.rb
|
754
749
|
- lib/chef/application/windows_service_manager.rb
|
750
|
+
- lib/chef/application.rb
|
755
751
|
- lib/chef/applications.rb
|
756
|
-
- lib/chef/checksum/storage.rb
|
757
|
-
- lib/chef/checksum/storage/filesystem.rb
|
758
|
-
- lib/chef/chef_fs.rb
|
759
752
|
- lib/chef/chef_fs/chef_fs_data_store.rb
|
760
753
|
- lib/chef/chef_fs/command_line.rb
|
761
754
|
- lib/chef/chef_fs/config.rb
|
@@ -771,7 +764,6 @@ files:
|
|
771
764
|
- lib/chef/chef_fs/data_handler/role_data_handler.rb
|
772
765
|
- lib/chef/chef_fs/data_handler/user_data_handler.rb
|
773
766
|
- lib/chef/chef_fs/file_pattern.rb
|
774
|
-
- lib/chef/chef_fs/file_system.rb
|
775
767
|
- lib/chef/chef_fs/file_system/acl_dir.rb
|
776
768
|
- lib/chef/chef_fs/file_system/acl_entry.rb
|
777
769
|
- lib/chef/chef_fs/file_system/acls_dir.rb
|
@@ -811,9 +803,11 @@ files:
|
|
811
803
|
- lib/chef/chef_fs/file_system/operation_not_allowed_error.rb
|
812
804
|
- lib/chef/chef_fs/file_system/rest_list_dir.rb
|
813
805
|
- lib/chef/chef_fs/file_system/rest_list_entry.rb
|
806
|
+
- lib/chef/chef_fs/file_system.rb
|
814
807
|
- lib/chef/chef_fs/knife.rb
|
815
808
|
- lib/chef/chef_fs/parallelizer.rb
|
816
809
|
- lib/chef/chef_fs/path_utils.rb
|
810
|
+
- lib/chef/chef_fs.rb
|
817
811
|
- lib/chef/client.rb
|
818
812
|
- lib/chef/config.rb
|
819
813
|
- lib/chef/config_fetcher.rb
|
@@ -840,7 +834,6 @@ files:
|
|
840
834
|
- lib/chef/deprecation/provider/template.rb
|
841
835
|
- lib/chef/deprecation/warnings.rb
|
842
836
|
- lib/chef/digester.rb
|
843
|
-
- lib/chef/dsl.rb
|
844
837
|
- lib/chef/dsl/data_query.rb
|
845
838
|
- lib/chef/dsl/include_attribute.rb
|
846
839
|
- lib/chef/dsl/include_recipe.rb
|
@@ -848,31 +841,32 @@ files:
|
|
848
841
|
- lib/chef/dsl/reboot_pending.rb
|
849
842
|
- lib/chef/dsl/recipe.rb
|
850
843
|
- lib/chef/dsl/registry_helper.rb
|
851
|
-
- lib/chef/
|
844
|
+
- lib/chef/dsl.rb
|
852
845
|
- lib/chef/encrypted_data_bag_item/decryption_failure.rb
|
853
846
|
- lib/chef/encrypted_data_bag_item/decryptor.rb
|
854
847
|
- lib/chef/encrypted_data_bag_item/encryptor.rb
|
855
848
|
- lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb
|
856
849
|
- lib/chef/encrypted_data_bag_item/unsupported_cipher.rb
|
857
850
|
- lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb
|
851
|
+
- lib/chef/encrypted_data_bag_item.rb
|
858
852
|
- lib/chef/environment.rb
|
859
853
|
- lib/chef/event_dispatch/base.rb
|
860
854
|
- lib/chef/event_dispatch/dispatcher.rb
|
855
|
+
- lib/chef/event_dispatch/events_output_stream.rb
|
861
856
|
- lib/chef/exceptions.rb
|
862
|
-
- lib/chef/file_access_control.rb
|
863
857
|
- lib/chef/file_access_control/unix.rb
|
864
858
|
- lib/chef/file_access_control/windows.rb
|
859
|
+
- lib/chef/file_access_control.rb
|
865
860
|
- lib/chef/file_cache.rb
|
866
861
|
- lib/chef/file_content_management/content_base.rb
|
867
|
-
- lib/chef/file_content_management/deploy.rb
|
868
862
|
- lib/chef/file_content_management/deploy/cp.rb
|
869
863
|
- lib/chef/file_content_management/deploy/mv_unix.rb
|
870
864
|
- lib/chef/file_content_management/deploy/mv_windows.rb
|
865
|
+
- lib/chef/file_content_management/deploy.rb
|
871
866
|
- lib/chef/file_content_management/tempfile.rb
|
872
867
|
- lib/chef/formatters/base.rb
|
873
868
|
- lib/chef/formatters/doc.rb
|
874
869
|
- lib/chef/formatters/error_descriptor.rb
|
875
|
-
- lib/chef/formatters/error_inspectors.rb
|
876
870
|
- lib/chef/formatters/error_inspectors/api_error_formatting.rb
|
877
871
|
- lib/chef/formatters/error_inspectors/compile_error_inspector.rb
|
878
872
|
- lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb
|
@@ -881,14 +875,15 @@ files:
|
|
881
875
|
- lib/chef/formatters/error_inspectors/registration_error_inspector.rb
|
882
876
|
- lib/chef/formatters/error_inspectors/resource_failure_inspector.rb
|
883
877
|
- lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
|
878
|
+
- lib/chef/formatters/error_inspectors.rb
|
884
879
|
- lib/chef/formatters/error_mapper.rb
|
880
|
+
- lib/chef/formatters/indentable_output_stream.rb
|
885
881
|
- lib/chef/formatters/minimal.rb
|
886
882
|
- lib/chef/guard_interpreter/default_guard_interpreter.rb
|
887
883
|
- lib/chef/guard_interpreter/resource_guard_interpreter.rb
|
888
|
-
- lib/chef/handler.rb
|
889
884
|
- lib/chef/handler/error_report.rb
|
890
885
|
- lib/chef/handler/json_file.rb
|
891
|
-
- lib/chef/
|
886
|
+
- lib/chef/handler.rb
|
892
887
|
- lib/chef/http/auth_credentials.rb
|
893
888
|
- lib/chef/http/authenticator.rb
|
894
889
|
- lib/chef/http/basic_client.rb
|
@@ -903,17 +898,17 @@ files:
|
|
903
898
|
- lib/chef/http/simple.rb
|
904
899
|
- lib/chef/http/ssl_policies.rb
|
905
900
|
- lib/chef/http/validate_content_length.rb
|
901
|
+
- lib/chef/http.rb
|
906
902
|
- lib/chef/json_compat.rb
|
907
|
-
- lib/chef/knife.rb
|
908
|
-
- lib/chef/knife/bootstrap.rb
|
909
|
-
- lib/chef/knife/bootstrap/README.md
|
910
903
|
- lib/chef/knife/bootstrap/archlinux-gems.erb
|
911
904
|
- lib/chef/knife/bootstrap/centos5-gems.erb
|
912
905
|
- lib/chef/knife/bootstrap/chef-full.erb
|
913
906
|
- lib/chef/knife/bootstrap/fedora13-gems.erb
|
907
|
+
- lib/chef/knife/bootstrap/README.md
|
914
908
|
- lib/chef/knife/bootstrap/ubuntu10.04-apt.erb
|
915
909
|
- lib/chef/knife/bootstrap/ubuntu10.04-gems.erb
|
916
910
|
- lib/chef/knife/bootstrap/ubuntu12.04-gems.erb
|
911
|
+
- lib/chef/knife/bootstrap.rb
|
917
912
|
- lib/chef/knife/client_bulk_delete.rb
|
918
913
|
- lib/chef/knife/client_create.rb
|
919
914
|
- lib/chef/knife/client_delete.rb
|
@@ -977,6 +972,7 @@ files:
|
|
977
972
|
- lib/chef/knife/node_create.rb
|
978
973
|
- lib/chef/knife/node_delete.rb
|
979
974
|
- lib/chef/knife/node_edit.rb
|
975
|
+
- lib/chef/knife/node_environment_set.rb
|
980
976
|
- lib/chef/knife/node_from_file.rb
|
981
977
|
- lib/chef/knife/node_list.rb
|
982
978
|
- lib/chef/knife/node_run_list_add.rb
|
@@ -1009,12 +1005,13 @@ files:
|
|
1009
1005
|
- lib/chef/knife/user_reregister.rb
|
1010
1006
|
- lib/chef/knife/user_show.rb
|
1011
1007
|
- lib/chef/knife/xargs.rb
|
1008
|
+
- lib/chef/knife.rb
|
1012
1009
|
- lib/chef/log.rb
|
1013
1010
|
- lib/chef/mash.rb
|
1014
1011
|
- lib/chef/mixin/checksum.rb
|
1015
|
-
- lib/chef/mixin/command.rb
|
1016
1012
|
- lib/chef/mixin/command/unix.rb
|
1017
1013
|
- lib/chef/mixin/command/windows.rb
|
1014
|
+
- lib/chef/mixin/command.rb
|
1018
1015
|
- lib/chef/mixin/convert_to_class_name.rb
|
1019
1016
|
- lib/chef/mixin/create_path.rb
|
1020
1017
|
- lib/chef/mixin/deep_merge.rb
|
@@ -1042,6 +1039,7 @@ files:
|
|
1042
1039
|
- lib/chef/monkey_patches/net_http.rb
|
1043
1040
|
- lib/chef/monkey_patches/numeric.rb
|
1044
1041
|
- lib/chef/monkey_patches/object.rb
|
1042
|
+
- lib/chef/monkey_patches/pathname.rb
|
1045
1043
|
- lib/chef/monkey_patches/regexp.rb
|
1046
1044
|
- lib/chef/monkey_patches/securerandom.rb
|
1047
1045
|
- lib/chef/monkey_patches/string.rb
|
@@ -1049,37 +1047,35 @@ files:
|
|
1049
1047
|
- lib/chef/monkey_patches/uri.rb
|
1050
1048
|
- lib/chef/monologger.rb
|
1051
1049
|
- lib/chef/nil_argument.rb
|
1052
|
-
- lib/chef/node.rb
|
1053
1050
|
- lib/chef/node/attribute.rb
|
1054
1051
|
- lib/chef/node/attribute_collections.rb
|
1055
1052
|
- lib/chef/node/immutable_collections.rb
|
1056
|
-
- lib/chef/
|
1053
|
+
- lib/chef/node.rb
|
1057
1054
|
- lib/chef/platform/provider_mapping.rb
|
1058
1055
|
- lib/chef/platform/query_helpers.rb
|
1059
|
-
- lib/chef/
|
1056
|
+
- lib/chef/platform.rb
|
1060
1057
|
- lib/chef/policy_builder/expand_node_object.rb
|
1061
1058
|
- lib/chef/policy_builder/policyfile.rb
|
1062
|
-
- lib/chef/
|
1059
|
+
- lib/chef/policy_builder.rb
|
1063
1060
|
- lib/chef/provider/batch.rb
|
1064
1061
|
- lib/chef/provider/breakpoint.rb
|
1065
|
-
- lib/chef/provider/cookbook_file.rb
|
1066
1062
|
- lib/chef/provider/cookbook_file/content.rb
|
1067
|
-
- lib/chef/provider/
|
1063
|
+
- lib/chef/provider/cookbook_file.rb
|
1068
1064
|
- lib/chef/provider/cron/aix.rb
|
1069
1065
|
- lib/chef/provider/cron/solaris.rb
|
1070
1066
|
- lib/chef/provider/cron/unix.rb
|
1071
|
-
- lib/chef/provider/
|
1067
|
+
- lib/chef/provider/cron.rb
|
1072
1068
|
- lib/chef/provider/deploy/revision.rb
|
1073
1069
|
- lib/chef/provider/deploy/timestamped.rb
|
1070
|
+
- lib/chef/provider/deploy.rb
|
1074
1071
|
- lib/chef/provider/directory.rb
|
1075
|
-
- lib/chef/provider/env.rb
|
1076
1072
|
- lib/chef/provider/env/windows.rb
|
1073
|
+
- lib/chef/provider/env.rb
|
1077
1074
|
- lib/chef/provider/erl_call.rb
|
1078
1075
|
- lib/chef/provider/execute.rb
|
1079
|
-
- lib/chef/provider/file.rb
|
1080
1076
|
- lib/chef/provider/file/content.rb
|
1077
|
+
- lib/chef/provider/file.rb
|
1081
1078
|
- lib/chef/provider/git.rb
|
1082
|
-
- lib/chef/provider/group.rb
|
1083
1079
|
- lib/chef/provider/group/aix.rb
|
1084
1080
|
- lib/chef/provider/group/dscl.rb
|
1085
1081
|
- lib/chef/provider/group/gpasswd.rb
|
@@ -1089,21 +1085,21 @@ files:
|
|
1089
1085
|
- lib/chef/provider/group/suse.rb
|
1090
1086
|
- lib/chef/provider/group/usermod.rb
|
1091
1087
|
- lib/chef/provider/group/windows.rb
|
1088
|
+
- lib/chef/provider/group.rb
|
1092
1089
|
- lib/chef/provider/http_request.rb
|
1093
|
-
- lib/chef/provider/ifconfig.rb
|
1094
1090
|
- lib/chef/provider/ifconfig/aix.rb
|
1095
1091
|
- lib/chef/provider/ifconfig/debian.rb
|
1096
1092
|
- lib/chef/provider/ifconfig/redhat.rb
|
1093
|
+
- lib/chef/provider/ifconfig.rb
|
1097
1094
|
- lib/chef/provider/link.rb
|
1098
1095
|
- lib/chef/provider/log.rb
|
1099
1096
|
- lib/chef/provider/lwrp_base.rb
|
1100
1097
|
- lib/chef/provider/mdadm.rb
|
1101
|
-
- lib/chef/provider/mount.rb
|
1102
1098
|
- lib/chef/provider/mount/aix.rb
|
1103
1099
|
- lib/chef/provider/mount/mount.rb
|
1104
1100
|
- lib/chef/provider/mount/windows.rb
|
1101
|
+
- lib/chef/provider/mount.rb
|
1105
1102
|
- lib/chef/provider/ohai.rb
|
1106
|
-
- lib/chef/provider/package.rb
|
1107
1103
|
- lib/chef/provider/package/aix.rb
|
1108
1104
|
- lib/chef/provider/package/apt.rb
|
1109
1105
|
- lib/chef/provider/package/dpkg.rb
|
@@ -1117,26 +1113,26 @@ files:
|
|
1117
1113
|
- lib/chef/provider/package/rubygems.rb
|
1118
1114
|
- lib/chef/provider/package/smartos.rb
|
1119
1115
|
- lib/chef/provider/package/solaris.rb
|
1120
|
-
- lib/chef/provider/package/windows.rb
|
1121
1116
|
- lib/chef/provider/package/windows/msi.rb
|
1117
|
+
- lib/chef/provider/package/windows.rb
|
1122
1118
|
- lib/chef/provider/package/yum-dump.py
|
1123
1119
|
- lib/chef/provider/package/yum.rb
|
1124
1120
|
- lib/chef/provider/package/zypper.rb
|
1121
|
+
- lib/chef/provider/package.rb
|
1125
1122
|
- lib/chef/provider/powershell_script.rb
|
1126
1123
|
- lib/chef/provider/registry_key.rb
|
1127
1124
|
- lib/chef/provider/remote_directory.rb
|
1128
|
-
- lib/chef/provider/remote_file.rb
|
1129
1125
|
- lib/chef/provider/remote_file/cache_control_data.rb
|
1130
1126
|
- lib/chef/provider/remote_file/content.rb
|
1131
1127
|
- lib/chef/provider/remote_file/fetcher.rb
|
1132
1128
|
- lib/chef/provider/remote_file/ftp.rb
|
1133
1129
|
- lib/chef/provider/remote_file/http.rb
|
1134
1130
|
- lib/chef/provider/remote_file/local_file.rb
|
1131
|
+
- lib/chef/provider/remote_file.rb
|
1135
1132
|
- lib/chef/provider/resource_update.rb
|
1136
1133
|
- lib/chef/provider/route.rb
|
1137
1134
|
- lib/chef/provider/ruby_block.rb
|
1138
1135
|
- lib/chef/provider/script.rb
|
1139
|
-
- lib/chef/provider/service.rb
|
1140
1136
|
- lib/chef/provider/service/arch.rb
|
1141
1137
|
- lib/chef/provider/service/debian.rb
|
1142
1138
|
- lib/chef/provider/service/freebsd.rb
|
@@ -1151,23 +1147,24 @@ files:
|
|
1151
1147
|
- lib/chef/provider/service/systemd.rb
|
1152
1148
|
- lib/chef/provider/service/upstart.rb
|
1153
1149
|
- lib/chef/provider/service/windows.rb
|
1150
|
+
- lib/chef/provider/service.rb
|
1154
1151
|
- lib/chef/provider/subversion.rb
|
1155
|
-
- lib/chef/provider/template.rb
|
1156
1152
|
- lib/chef/provider/template/content.rb
|
1153
|
+
- lib/chef/provider/template.rb
|
1157
1154
|
- lib/chef/provider/template_finder.rb
|
1158
|
-
- lib/chef/provider/user.rb
|
1159
1155
|
- lib/chef/provider/user/dscl.rb
|
1160
1156
|
- lib/chef/provider/user/pw.rb
|
1161
1157
|
- lib/chef/provider/user/solaris.rb
|
1162
1158
|
- lib/chef/provider/user/useradd.rb
|
1163
1159
|
- lib/chef/provider/user/windows.rb
|
1160
|
+
- lib/chef/provider/user.rb
|
1164
1161
|
- lib/chef/provider/whyrun_safe_ruby_block.rb
|
1165
1162
|
- lib/chef/provider/windows_script.rb
|
1163
|
+
- lib/chef/provider.rb
|
1166
1164
|
- lib/chef/providers.rb
|
1167
1165
|
- lib/chef/recipe.rb
|
1168
1166
|
- lib/chef/request_id.rb
|
1169
1167
|
- lib/chef/reserved_names.rb
|
1170
|
-
- lib/chef/resource.rb
|
1171
1168
|
- lib/chef/resource/apt_package.rb
|
1172
1169
|
- lib/chef/resource/bash.rb
|
1173
1170
|
- lib/chef/resource/batch.rb
|
@@ -1228,8 +1225,9 @@ files:
|
|
1228
1225
|
- lib/chef/resource/windows_package.rb
|
1229
1226
|
- lib/chef/resource/windows_script.rb
|
1230
1227
|
- lib/chef/resource/yum_package.rb
|
1231
|
-
- lib/chef/
|
1228
|
+
- lib/chef/resource.rb
|
1232
1229
|
- lib/chef/resource_collection/stepable_iterator.rb
|
1230
|
+
- lib/chef/resource_collection.rb
|
1233
1231
|
- lib/chef/resource_definition.rb
|
1234
1232
|
- lib/chef/resource_definition_list.rb
|
1235
1233
|
- lib/chef/resource_platform_map.rb
|
@@ -1237,12 +1235,12 @@ files:
|
|
1237
1235
|
- lib/chef/resources.rb
|
1238
1236
|
- lib/chef/rest.rb
|
1239
1237
|
- lib/chef/role.rb
|
1240
|
-
- lib/chef/run_context.rb
|
1241
1238
|
- lib/chef/run_context/cookbook_compiler.rb
|
1242
|
-
- lib/chef/
|
1239
|
+
- lib/chef/run_context.rb
|
1243
1240
|
- lib/chef/run_list/run_list_expansion.rb
|
1244
1241
|
- lib/chef/run_list/run_list_item.rb
|
1245
1242
|
- lib/chef/run_list/versioned_recipe_list.rb
|
1243
|
+
- lib/chef/run_list.rb
|
1246
1244
|
- lib/chef/run_lock.rb
|
1247
1245
|
- lib/chef/run_status.rb
|
1248
1246
|
- lib/chef/runner.rb
|
@@ -1251,11 +1249,11 @@ files:
|
|
1251
1249
|
- lib/chef/search/query.rb
|
1252
1250
|
- lib/chef/server_api.rb
|
1253
1251
|
- lib/chef/shef/ext.rb
|
1254
|
-
- lib/chef/shell.rb
|
1255
1252
|
- lib/chef/shell/ext.rb
|
1256
1253
|
- lib/chef/shell/model_wrapper.rb
|
1257
1254
|
- lib/chef/shell/shell_rest.rb
|
1258
1255
|
- lib/chef/shell/shell_session.rb
|
1256
|
+
- lib/chef/shell.rb
|
1259
1257
|
- lib/chef/shell_out.rb
|
1260
1258
|
- lib/chef/streaming_cookbook_uploader.rb
|
1261
1259
|
- lib/chef/tasks/chef_repo.rake
|
@@ -1265,17 +1263,16 @@ files:
|
|
1265
1263
|
- lib/chef/util/editor.rb
|
1266
1264
|
- lib/chef/util/file_edit.rb
|
1267
1265
|
- lib/chef/util/selinux.rb
|
1268
|
-
- lib/chef/util/windows.rb
|
1269
1266
|
- lib/chef/util/windows/net_group.rb
|
1270
1267
|
- lib/chef/util/windows/net_use.rb
|
1271
1268
|
- lib/chef/util/windows/net_user.rb
|
1272
1269
|
- lib/chef/util/windows/volume.rb
|
1273
|
-
- lib/chef/
|
1270
|
+
- lib/chef/util/windows.rb
|
1274
1271
|
- lib/chef/version/platform.rb
|
1272
|
+
- lib/chef/version.rb
|
1275
1273
|
- lib/chef/version_class.rb
|
1276
|
-
- lib/chef/version_constraint.rb
|
1277
1274
|
- lib/chef/version_constraint/platform.rb
|
1278
|
-
- lib/chef/
|
1275
|
+
- lib/chef/version_constraint.rb
|
1279
1276
|
- lib/chef/win32/api/error.rb
|
1280
1277
|
- lib/chef/win32/api/file.rb
|
1281
1278
|
- lib/chef/win32/api/installer.rb
|
@@ -1286,23 +1283,26 @@ files:
|
|
1286
1283
|
- lib/chef/win32/api/synchronization.rb
|
1287
1284
|
- lib/chef/win32/api/system.rb
|
1288
1285
|
- lib/chef/win32/api/unicode.rb
|
1286
|
+
- lib/chef/win32/api.rb
|
1289
1287
|
- lib/chef/win32/error.rb
|
1290
|
-
- lib/chef/win32/file.rb
|
1291
1288
|
- lib/chef/win32/file/info.rb
|
1289
|
+
- lib/chef/win32/file.rb
|
1292
1290
|
- lib/chef/win32/handle.rb
|
1293
1291
|
- lib/chef/win32/memory.rb
|
1294
1292
|
- lib/chef/win32/mutex.rb
|
1295
1293
|
- lib/chef/win32/process.rb
|
1296
1294
|
- lib/chef/win32/registry.rb
|
1297
|
-
- lib/chef/win32/security.rb
|
1298
1295
|
- lib/chef/win32/security/ace.rb
|
1299
1296
|
- lib/chef/win32/security/acl.rb
|
1300
1297
|
- lib/chef/win32/security/securable_object.rb
|
1301
1298
|
- lib/chef/win32/security/security_descriptor.rb
|
1302
1299
|
- lib/chef/win32/security/sid.rb
|
1303
1300
|
- lib/chef/win32/security/token.rb
|
1301
|
+
- lib/chef/win32/security.rb
|
1304
1302
|
- lib/chef/win32/unicode.rb
|
1305
1303
|
- lib/chef/win32/version.rb
|
1304
|
+
- lib/chef.rb
|
1305
|
+
- tasks/rspec.rb
|
1306
1306
|
- spec/data/apt/chef-integration-test-1.0/debian/changelog
|
1307
1307
|
- spec/data/apt/chef-integration-test-1.0/debian/compat
|
1308
1308
|
- spec/data/apt/chef-integration-test-1.0/debian/control
|
@@ -1332,11 +1332,11 @@ files:
|
|
1332
1332
|
- spec/data/apt/var/www/apt/db/references.db
|
1333
1333
|
- spec/data/apt/var/www/apt/db/release.caches.db
|
1334
1334
|
- spec/data/apt/var/www/apt/db/version
|
1335
|
-
- spec/data/apt/var/www/apt/dists/sid/Release
|
1336
1335
|
- spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages
|
1337
1336
|
- spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages.gz
|
1338
1337
|
- spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Release
|
1339
1338
|
- spec/data/apt/var/www/apt/dists/sid/main/binary-i386/Packages
|
1339
|
+
- spec/data/apt/var/www/apt/dists/sid/Release
|
1340
1340
|
- spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.0-1_amd64.deb
|
1341
1341
|
- spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.1-1_amd64.deb
|
1342
1342
|
- spec/data/bad-config.rb
|
@@ -1347,12 +1347,12 @@ files:
|
|
1347
1347
|
- spec/data/bootstrap/secret.erb
|
1348
1348
|
- spec/data/bootstrap/test-hints.erb
|
1349
1349
|
- spec/data/bootstrap/test.erb
|
1350
|
-
- spec/data/cb_version_cookbooks/tatft/README.rdoc
|
1351
1350
|
- spec/data/cb_version_cookbooks/tatft/attributes/default.rb
|
1352
1351
|
- spec/data/cb_version_cookbooks/tatft/definitions/runit_service.rb
|
1353
1352
|
- spec/data/cb_version_cookbooks/tatft/files/default/giant_blob.tgz
|
1354
1353
|
- spec/data/cb_version_cookbooks/tatft/libraries/ownage.rb
|
1355
1354
|
- spec/data/cb_version_cookbooks/tatft/providers/lwp.rb
|
1355
|
+
- spec/data/cb_version_cookbooks/tatft/README.rdoc
|
1356
1356
|
- spec/data/cb_version_cookbooks/tatft/recipes/default.rb
|
1357
1357
|
- spec/data/cb_version_cookbooks/tatft/resources/lwr.rb
|
1358
1358
|
- spec/data/cb_version_cookbooks/tatft/templates/default/configuration.erb
|
@@ -1505,6 +1505,16 @@ files:
|
|
1505
1505
|
- spec/data/run_context/cookbooks/no-default-attr/providers/provider.rb
|
1506
1506
|
- spec/data/run_context/cookbooks/no-default-attr/recipes/default.rb
|
1507
1507
|
- spec/data/run_context/cookbooks/no-default-attr/resources/resource.rb
|
1508
|
+
- spec/data/run_context/cookbooks/test/attributes/default.rb
|
1509
|
+
- spec/data/run_context/cookbooks/test/attributes/george.rb
|
1510
|
+
- spec/data/run_context/cookbooks/test/definitions/new_animals.rb
|
1511
|
+
- spec/data/run_context/cookbooks/test/definitions/new_cat.rb
|
1512
|
+
- spec/data/run_context/cookbooks/test/definitions/test_res.rb
|
1513
|
+
- spec/data/run_context/cookbooks/test/providers/provider.rb
|
1514
|
+
- spec/data/run_context/cookbooks/test/recipes/default.rb
|
1515
|
+
- spec/data/run_context/cookbooks/test/recipes/one.rb
|
1516
|
+
- spec/data/run_context/cookbooks/test/recipes/two.rb
|
1517
|
+
- spec/data/run_context/cookbooks/test/resources/resource.rb
|
1508
1518
|
- spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb
|
1509
1519
|
- spec/data/run_context/cookbooks/test-with-circular-deps/definitions/test_with-circular-deps_res.rb
|
1510
1520
|
- spec/data/run_context/cookbooks/test-with-circular-deps/libraries/lib.rb
|
@@ -1520,16 +1530,6 @@ files:
|
|
1520
1530
|
- spec/data/run_context/cookbooks/test-with-deps/recipes/default.rb
|
1521
1531
|
- spec/data/run_context/cookbooks/test-with-deps/recipes/server.rb
|
1522
1532
|
- spec/data/run_context/cookbooks/test-with-deps/resources/resource.rb
|
1523
|
-
- spec/data/run_context/cookbooks/test/attributes/default.rb
|
1524
|
-
- spec/data/run_context/cookbooks/test/attributes/george.rb
|
1525
|
-
- spec/data/run_context/cookbooks/test/definitions/new_animals.rb
|
1526
|
-
- spec/data/run_context/cookbooks/test/definitions/new_cat.rb
|
1527
|
-
- spec/data/run_context/cookbooks/test/definitions/test_res.rb
|
1528
|
-
- spec/data/run_context/cookbooks/test/providers/provider.rb
|
1529
|
-
- spec/data/run_context/cookbooks/test/recipes/default.rb
|
1530
|
-
- spec/data/run_context/cookbooks/test/recipes/one.rb
|
1531
|
-
- spec/data/run_context/cookbooks/test/recipes/two.rb
|
1532
|
-
- spec/data/run_context/cookbooks/test/resources/resource.rb
|
1533
1533
|
- spec/data/run_context/nodes/run_context.rb
|
1534
1534
|
- spec/data/search_queries_to_transform.txt
|
1535
1535
|
- spec/data/shef-config.rb
|
@@ -1539,8 +1539,8 @@ files:
|
|
1539
1539
|
- spec/data/ssl/key.pem
|
1540
1540
|
- spec/data/ssl/private_key.pem
|
1541
1541
|
- spec/data/ssl/private_key_with_whitespace.pem
|
1542
|
-
- spec/data/standalone_cookbook/Gemfile
|
1543
1542
|
- spec/data/standalone_cookbook/chefignore
|
1543
|
+
- spec/data/standalone_cookbook/Gemfile
|
1544
1544
|
- spec/data/standalone_cookbook/recipes/default.rb
|
1545
1545
|
- spec/data/standalone_cookbook/vendor/bundle/ruby/2.0.0/gems/multi_json-1.9.0/lib/multi_json.rb
|
1546
1546
|
- spec/data/templates/seattle.txt
|
@@ -1548,15 +1548,16 @@ files:
|
|
1548
1548
|
- spec/data/trusted_certs/intermediate.pem
|
1549
1549
|
- spec/data/trusted_certs/opscode.pem
|
1550
1550
|
- spec/data/trusted_certs/root.pem
|
1551
|
-
- spec/functional/assets/PkgA.1.0.0.0.bff
|
1552
|
-
- spec/functional/assets/PkgA.2.0.0.0.bff
|
1553
1551
|
- spec/functional/assets/dummy-1-0.aix6.1.noarch.rpm
|
1554
1552
|
- spec/functional/assets/dummy-2-0.aix6.1.noarch.rpm
|
1555
1553
|
- spec/functional/assets/mytest-1.0-1.noarch.rpm
|
1556
1554
|
- spec/functional/assets/mytest-2.0-1.noarch.rpm
|
1555
|
+
- spec/functional/assets/PkgA.1.0.0.0.bff
|
1556
|
+
- spec/functional/assets/PkgA.2.0.0.0.bff
|
1557
1557
|
- spec/functional/dsl/reboot_pending_spec.rb
|
1558
1558
|
- spec/functional/dsl/registry_helper_spec.rb
|
1559
1559
|
- spec/functional/file_content_management/deploy_strategies_spec.rb
|
1560
|
+
- spec/functional/http/simple_spec.rb
|
1560
1561
|
- spec/functional/knife/configure_spec.rb
|
1561
1562
|
- spec/functional/knife/cookbook_delete_spec.rb
|
1562
1563
|
- spec/functional/knife/exec_spec.rb
|
@@ -1585,6 +1586,7 @@ files:
|
|
1585
1586
|
- spec/functional/resource/rpm_spec.rb
|
1586
1587
|
- spec/functional/resource/template_spec.rb
|
1587
1588
|
- spec/functional/resource/user_spec.rb
|
1589
|
+
- spec/functional/rest_spec.rb
|
1588
1590
|
- spec/functional/run_lock_spec.rb
|
1589
1591
|
- spec/functional/shell_spec.rb
|
1590
1592
|
- spec/functional/tiny_server_spec.rb
|
@@ -1610,6 +1612,7 @@ files:
|
|
1610
1612
|
- spec/integration/knife/redirection_spec.rb
|
1611
1613
|
- spec/integration/knife/show_spec.rb
|
1612
1614
|
- spec/integration/knife/upload_spec.rb
|
1615
|
+
- spec/integration/recipes/lwrp_inline_resources_spec.rb
|
1613
1616
|
- spec/integration/solo/solo_spec.rb
|
1614
1617
|
- spec/rcov.opts
|
1615
1618
|
- spec/scripts/ssl-serve.rb
|
@@ -1628,6 +1631,9 @@ files:
|
|
1628
1631
|
- spec/support/matchers/leak.rb
|
1629
1632
|
- spec/support/mock/constant.rb
|
1630
1633
|
- spec/support/mock/platform.rb
|
1634
|
+
- spec/support/pedant/pedant_config.rb
|
1635
|
+
- spec/support/pedant/run_pedant.rb
|
1636
|
+
- spec/support/pedant/stickywicket.pem
|
1631
1637
|
- spec/support/platform_helpers.rb
|
1632
1638
|
- spec/support/platforms/prof/gc.rb
|
1633
1639
|
- spec/support/platforms/prof/win32.rb
|
@@ -1635,6 +1641,7 @@ files:
|
|
1635
1641
|
- spec/support/shared/functional/diff_disabled.rb
|
1636
1642
|
- spec/support/shared/functional/directory_resource.rb
|
1637
1643
|
- spec/support/shared/functional/file_resource.rb
|
1644
|
+
- spec/support/shared/functional/http.rb
|
1638
1645
|
- spec/support/shared/functional/knife.rb
|
1639
1646
|
- spec/support/shared/functional/securable_resource.rb
|
1640
1647
|
- spec/support/shared/functional/securable_resource_with_reporting.rb
|
@@ -1660,7 +1667,6 @@ files:
|
|
1660
1667
|
- spec/unit/application/server_spec.rb
|
1661
1668
|
- spec/unit/application/solo_spec.rb
|
1662
1669
|
- spec/unit/application_spec.rb
|
1663
|
-
- spec/unit/checksum/storage/filesystem_spec.rb
|
1664
1670
|
- spec/unit/chef_fs/diff_spec.rb
|
1665
1671
|
- spec/unit/chef_fs/file_pattern_spec.rb
|
1666
1672
|
- spec/unit/chef_fs/file_system/operation_failed_error_spec.rb
|
@@ -1757,6 +1763,7 @@ files:
|
|
1757
1763
|
- spec/unit/knife/node_bulk_delete_spec.rb
|
1758
1764
|
- spec/unit/knife/node_delete_spec.rb
|
1759
1765
|
- spec/unit/knife/node_edit_spec.rb
|
1766
|
+
- spec/unit/knife/node_environment_set_spec.rb
|
1760
1767
|
- spec/unit/knife/node_from_file_spec.rb
|
1761
1768
|
- spec/unit/knife/node_list_spec.rb
|
1762
1769
|
- spec/unit/knife/node_run_list_add_spec.rb
|
@@ -1998,7 +2005,13 @@ files:
|
|
1998
2005
|
- spec/unit/version_constraint/platform_spec.rb
|
1999
2006
|
- spec/unit/version_constraint_spec.rb
|
2000
2007
|
- spec/unit/windows_service_spec.rb
|
2001
|
-
-
|
2008
|
+
- bin/chef-client
|
2009
|
+
- bin/chef-solo
|
2010
|
+
- bin/knife
|
2011
|
+
- bin/chef-shell
|
2012
|
+
- bin/shef
|
2013
|
+
- bin/chef-apply
|
2014
|
+
- bin/chef-service-manager
|
2002
2015
|
homepage: http://wiki.opscode.com/display/chef
|
2003
2016
|
licenses: []
|
2004
2017
|
metadata: {}
|
@@ -2008,17 +2021,17 @@ require_paths:
|
|
2008
2021
|
- lib
|
2009
2022
|
required_ruby_version: !ruby/object:Gem::Requirement
|
2010
2023
|
requirements:
|
2011
|
-
- -
|
2024
|
+
- - '>='
|
2012
2025
|
- !ruby/object:Gem::Version
|
2013
2026
|
version: '0'
|
2014
2027
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2015
2028
|
requirements:
|
2016
|
-
- -
|
2029
|
+
- - '>'
|
2017
2030
|
- !ruby/object:Gem::Version
|
2018
|
-
version:
|
2031
|
+
version: 1.3.1
|
2019
2032
|
requirements: []
|
2020
2033
|
rubyforge_project:
|
2021
|
-
rubygems_version: 2.
|
2034
|
+
rubygems_version: 2.0.3
|
2022
2035
|
signing_key:
|
2023
2036
|
specification_version: 4
|
2024
2037
|
summary: A systems integration framework, built to bring the benefits of configuration
|