chef 11.12.8 → 11.14.0.alpha.2

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.
Files changed (193) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -2
  3. data/distro/common/html/_sources/index.txt +6 -0
  4. data/distro/common/html/_sources/knife_ssl_check.txt +41 -0
  5. data/distro/common/html/_sources/knife_ssl_fetch.txt +41 -0
  6. data/distro/common/html/_static/basic.css +2 -5
  7. data/distro/common/html/_static/doctools.js +5 -14
  8. data/distro/common/html/_static/jquery.js +2 -154
  9. data/distro/common/html/_static/pygments.css +2 -2
  10. data/distro/common/html/_static/searchtools.js +212 -150
  11. data/distro/common/html/_static/underscore.js +29 -21
  12. data/distro/common/html/_static/websupport.js +1 -1
  13. data/distro/common/html/ctl_chef_client.html +15 -18
  14. data/distro/common/html/ctl_chef_server.html +7 -7
  15. data/distro/common/html/ctl_chef_shell.html +6 -6
  16. data/distro/common/html/ctl_chef_solo.html +7 -8
  17. data/distro/common/html/index.html +34 -24
  18. data/distro/common/html/knife.html +23 -24
  19. data/distro/common/html/knife_bootstrap.html +13 -9
  20. data/distro/common/html/knife_client.html +10 -11
  21. data/distro/common/html/knife_common_options.html +6 -7
  22. data/distro/common/html/knife_configure.html +3 -4
  23. data/distro/common/html/knife_cookbook.html +18 -11
  24. data/distro/common/html/knife_cookbook_site.html +14 -14
  25. data/distro/common/html/knife_data_bag.html +24 -23
  26. data/distro/common/html/knife_delete.html +4 -5
  27. data/distro/common/html/knife_deps.html +4 -5
  28. data/distro/common/html/knife_diff.html +6 -7
  29. data/distro/common/html/knife_download.html +12 -13
  30. data/distro/common/html/knife_edit.html +4 -5
  31. data/distro/common/html/knife_environment.html +8 -9
  32. data/distro/common/html/knife_exec.html +9 -10
  33. data/distro/common/html/knife_index_rebuild.html +4 -5
  34. data/distro/common/html/knife_list.html +8 -9
  35. data/distro/common/html/knife_node.html +34 -33
  36. data/distro/common/html/knife_raw.html +2 -3
  37. data/distro/common/html/knife_recipe_list.html +3 -4
  38. data/distro/common/html/knife_role.html +30 -29
  39. data/distro/common/html/knife_search.html +7 -7
  40. data/distro/common/html/knife_show.html +4 -5
  41. data/distro/common/html/knife_ssh.html +2 -3
  42. data/distro/common/html/knife_ssl_check.html +148 -0
  43. data/distro/common/html/knife_ssl_fetch.html +152 -0
  44. data/distro/common/html/knife_status.html +4 -5
  45. data/distro/common/html/knife_tag.html +2 -3
  46. data/distro/common/html/knife_upload.html +5 -6
  47. data/distro/common/html/knife_user.html +9 -10
  48. data/distro/common/html/knife_using.html +12 -12
  49. data/distro/common/html/knife_xargs.html +11 -12
  50. data/distro/common/html/search.html +1 -2
  51. data/distro/common/html/searchindex.js +1 -1
  52. data/distro/common/man/man1/chef-shell.1 +19 -11
  53. data/distro/common/man/man1/knife-bootstrap.1 +35 -19
  54. data/distro/common/man/man1/knife-client.1 +111 -28
  55. data/distro/common/man/man1/knife-configure.1 +30 -14
  56. data/distro/common/man/man1/knife-cookbook-site.1 +105 -22
  57. data/distro/common/man/man1/knife-cookbook.1 +164 -23
  58. data/distro/common/man/man1/knife-data-bag.1 +157 -33
  59. data/distro/common/man/man1/knife-delete.1 +21 -17
  60. data/distro/common/man/man1/knife-deps.1 +60 -16
  61. data/distro/common/man/man1/knife-diff.1 +37 -17
  62. data/distro/common/man/man1/knife-download.1 +68 -24
  63. data/distro/common/man/man1/knife-edit.1 +19 -15
  64. data/distro/common/man/man1/knife-environment.1 +105 -17
  65. data/distro/common/man/man1/knife-exec.1 +78 -18
  66. data/distro/common/man/man1/knife-index-rebuild.1 +16 -8
  67. data/distro/common/man/man1/knife-list.1 +39 -23
  68. data/distro/common/man/man1/knife-node.1 +170 -22
  69. data/distro/common/man/man1/knife-raw.1 +33 -13
  70. data/distro/common/man/man1/knife-recipe-list.1 +17 -5
  71. data/distro/common/man/man1/knife-role.1 +86 -18
  72. data/distro/common/man/man1/knife-search.1 +80 -16
  73. data/distro/common/man/man1/knife-show.1 +30 -14
  74. data/distro/common/man/man1/knife-ssh.1 +54 -14
  75. data/distro/common/man/man1/knife-ssl-check.1 +207 -0
  76. data/distro/common/man/man1/knife-ssl-fetch.1 +207 -0
  77. data/distro/common/man/man1/knife-status.1 +48 -12
  78. data/distro/common/man/man1/knife-tag.1 +30 -10
  79. data/distro/common/man/man1/knife-upload.1 +72 -20
  80. data/distro/common/man/man1/knife-user.1 +79 -23
  81. data/distro/common/man/man1/knife-xargs.1 +61 -53
  82. data/distro/common/man/man8/chef-client.8 +87 -29
  83. data/distro/common/man/man8/chef-solo.8 +36 -15
  84. data/lib/chef/application.rb +19 -14
  85. data/lib/chef/application/client.rb +5 -0
  86. data/lib/chef/application/solo.rb +5 -0
  87. data/lib/chef/application/windows_service_manager.rb +3 -0
  88. data/lib/chef/chef_fs/chef_fs_data_store.rb +72 -24
  89. data/lib/chef/chef_fs/file_system/chef_repository_file_system_cookbook_dir.rb +20 -4
  90. data/lib/chef/chef_fs/file_system/chef_repository_file_system_cookbooks_dir.rb +20 -1
  91. data/lib/chef/chef_fs/file_system/file_system_entry.rb +10 -2
  92. data/lib/chef/client.rb +2 -3
  93. data/lib/chef/config.rb +34 -8
  94. data/lib/chef/cookbook/cookbook_version_loader.rb +45 -4
  95. data/lib/chef/cookbook_version.rb +38 -30
  96. data/lib/chef/dsl/recipe.rb +4 -1
  97. data/lib/chef/event_dispatch/base.rb +14 -0
  98. data/lib/chef/event_dispatch/events_output_stream.rb +29 -0
  99. data/lib/chef/exceptions.rb +8 -0
  100. data/lib/chef/formatters/base.rb +16 -45
  101. data/lib/chef/formatters/doc.rb +51 -26
  102. data/lib/chef/formatters/indentable_output_stream.rb +165 -0
  103. data/lib/chef/knife/node_environment_set.rb +54 -0
  104. data/lib/chef/knife/user_create.rb +1 -1
  105. data/lib/chef/monkey_patches/pathname.rb +32 -0
  106. data/lib/chef/node.rb +1 -1
  107. data/lib/chef/platform/provider_mapping.rb +345 -338
  108. data/lib/chef/policy_builder/expand_node_object.rb +1 -1
  109. data/lib/chef/policy_builder/policyfile.rb +1 -1
  110. data/lib/chef/provider.rb +1 -0
  111. data/lib/chef/provider/git.rb +1 -1
  112. data/lib/chef/provider/link.rb +2 -2
  113. data/lib/chef/provider/remote_file/content.rb +1 -1
  114. data/lib/chef/provider/remote_file/local_file.rb +8 -2
  115. data/lib/chef/provider/service/arch.rb +0 -1
  116. data/lib/chef/provider/service/debian.rb +0 -2
  117. data/lib/chef/provider/service/freebsd.rb +2 -1
  118. data/lib/chef/provider/service/gentoo.rb +1 -1
  119. data/lib/chef/provider/service/init.rb +0 -1
  120. data/lib/chef/provider/service/insserv.rb +0 -2
  121. data/lib/chef/provider/service/invokercd.rb +0 -2
  122. data/lib/chef/provider/service/macosx.rb +2 -1
  123. data/lib/chef/provider/service/redhat.rb +0 -1
  124. data/lib/chef/provider/service/simple.rb +1 -0
  125. data/lib/chef/provider/service/solaris.rb +1 -0
  126. data/lib/chef/provider/service/systemd.rb +1 -1
  127. data/lib/chef/provider/service/upstart.rb +1 -1
  128. data/lib/chef/provider/user.rb +9 -9
  129. data/lib/chef/provider/user/solaris.rb +2 -0
  130. data/lib/chef/resource.rb +1 -0
  131. data/lib/chef/resource/remote_file.rb +32 -6
  132. data/lib/chef/run_context.rb +22 -0
  133. data/lib/chef/run_lock.rb +43 -4
  134. data/lib/chef/version.rb +2 -2
  135. data/spec/functional/http/simple_spec.rb +84 -0
  136. data/spec/functional/resource/remote_file_spec.rb +107 -43
  137. data/spec/functional/rest_spec.rb +94 -0
  138. data/spec/functional/run_lock_spec.rb +1 -1
  139. data/spec/functional/win32/service_manager_spec.rb +6 -0
  140. data/spec/integration/knife/chef_fs_data_store_spec.rb +2 -0
  141. data/spec/integration/recipes/lwrp_inline_resources_spec.rb +76 -0
  142. data/spec/spec_helper.rb +2 -0
  143. data/spec/support/mock/platform.rb +7 -0
  144. data/spec/support/pedant/pedant_config.rb +121 -0
  145. data/spec/support/pedant/run_pedant.rb +63 -0
  146. data/spec/support/pedant/stickywicket.pem +27 -0
  147. data/spec/support/shared/functional/http.rb +242 -0
  148. data/spec/support/shared/unit/api_error_inspector.rb +2 -2
  149. data/spec/unit/api_client_spec.rb +2 -2
  150. data/spec/unit/application/client_spec.rb +6 -1
  151. data/spec/unit/application/knife_spec.rb +4 -0
  152. data/spec/unit/application/solo_spec.rb +2 -0
  153. data/spec/unit/application_spec.rb +7 -0
  154. data/spec/unit/client_spec.rb +16 -0
  155. data/spec/unit/config_spec.rb +3 -20
  156. data/spec/unit/cookbook_version_spec.rb +224 -122
  157. data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +2 -2
  158. data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +2 -2
  159. data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +2 -2
  160. data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +2 -2
  161. data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +2 -2
  162. data/spec/unit/handler_spec.rb +0 -1
  163. data/spec/unit/knife/client_bulk_delete_spec.rb +3 -0
  164. data/spec/unit/knife/cookbook_bulk_delete_spec.rb +2 -0
  165. data/spec/unit/knife/cookbook_metadata_spec.rb +2 -2
  166. data/spec/unit/knife/cookbook_site_install_spec.rb +3 -1
  167. data/spec/unit/knife/cookbook_upload_spec.rb +10 -10
  168. data/spec/unit/knife/node_environment_set_spec.rb +80 -0
  169. data/spec/unit/knife/user_create_spec.rb +6 -4
  170. data/spec/unit/knife/user_edit_spec.rb +5 -0
  171. data/spec/unit/knife_spec.rb +3 -0
  172. data/spec/unit/mixin/securable_spec.rb +18 -20
  173. data/spec/unit/node/attribute_spec.rb +15 -2
  174. data/spec/unit/node/immutable_collections_spec.rb +4 -4
  175. data/spec/unit/provider/cron_spec.rb +14 -14
  176. data/spec/unit/provider/git_spec.rb +4 -4
  177. data/spec/unit/provider/group_spec.rb +1 -1
  178. data/spec/unit/provider/ohai_spec.rb +2 -2
  179. data/spec/unit/provider/remote_file/content_spec.rb +58 -35
  180. data/spec/unit/provider/remote_file/local_file_spec.rb +23 -0
  181. data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
  182. data/spec/unit/resource/mount_spec.rb +0 -1
  183. data/spec/unit/resource/remote_file_spec.rb +29 -0
  184. data/spec/unit/resource_spec.rb +1 -1
  185. data/spec/unit/run_context_spec.rb +7 -0
  186. data/spec/unit/run_lock_spec.rb +98 -0
  187. data/spec/unit/version_constraint_spec.rb +1 -1
  188. metadata +164 -151
  189. data/distro/common/html/_static/chef.css +0 -507
  190. data/distro/common/html/_static/chef_logo.png +0 -0
  191. data/lib/chef/checksum/storage.rb +0 -18
  192. data/lib/chef/checksum/storage/filesystem.rb +0 -56
  193. data/spec/unit/checksum/storage/filesystem_spec.rb +0 -70
@@ -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.12.8
4
+ version: 11.14.0.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-06 00:00:00.000000000 Z
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.4
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.4
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.2
254
- - - "<"
253
+ version: '2.0'
254
+ - - '>='
255
255
  - !ruby/object:Gem::Version
256
- version: '2.1'
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.2
264
- - - "<"
263
+ version: '2.0'
264
+ - - '>='
265
265
  - !ruby/object:Gem::Version
266
- version: '2.1'
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
  description: A systems integration framework, built to bring the benefits of configuration
@@ -379,18 +379,10 @@ extra_rdoc_files:
379
379
  - CONTRIBUTING.md
380
380
  - LICENSE
381
381
  files:
382
- - CONTRIBUTING.md
382
+ - Rakefile
383
383
  - LICENSE
384
384
  - README.md
385
- - Rakefile
386
- - bin/chef-apply
387
- - bin/chef-client
388
- - bin/chef-service-manager
389
- - bin/chef-shell
390
- - bin/chef-solo
391
- - bin/knife
392
- - bin/shef
393
- - distro/README
385
+ - CONTRIBUTING.md
394
386
  - distro/arch/etc/conf.d/chef-client.conf
395
387
  - distro/arch/etc/conf.d/chef-expander.conf
396
388
  - distro/arch/etc/conf.d/chef-server-webui.conf
@@ -430,6 +422,8 @@ files:
430
422
  - distro/common/html/_sources/knife_search.txt
431
423
  - distro/common/html/_sources/knife_show.txt
432
424
  - distro/common/html/_sources/knife_ssh.txt
425
+ - distro/common/html/_sources/knife_ssl_check.txt
426
+ - distro/common/html/_sources/knife_ssl_fetch.txt
433
427
  - distro/common/html/_sources/knife_status.txt
434
428
  - distro/common/html/_sources/knife_tag.txt
435
429
  - distro/common/html/_sources/knife_upload.txt
@@ -438,10 +432,8 @@ files:
438
432
  - distro/common/html/_sources/knife_xargs.txt
439
433
  - distro/common/html/_static/ajax-loader.gif
440
434
  - distro/common/html/_static/basic.css
441
- - distro/common/html/_static/chef.css
442
435
  - distro/common/html/_static/chef.ico
443
436
  - distro/common/html/_static/chef_html_logo.png
444
- - distro/common/html/_static/chef_logo.png
445
437
  - distro/common/html/_static/comment-bright.png
446
438
  - distro/common/html/_static/comment-close.png
447
439
  - distro/common/html/_static/comment.png
@@ -490,6 +482,8 @@ files:
490
482
  - distro/common/html/knife_search.html
491
483
  - distro/common/html/knife_show.html
492
484
  - distro/common/html/knife_ssh.html
485
+ - distro/common/html/knife_ssl_check.html
486
+ - distro/common/html/knife_ssl_fetch.html
493
487
  - distro/common/html/knife_status.html
494
488
  - distro/common/html/knife_tag.html
495
489
  - distro/common/html/knife_upload.html
@@ -499,7 +493,6 @@ files:
499
493
  - distro/common/html/objects.inv
500
494
  - distro/common/html/search.html
501
495
  - distro/common/html/searchindex.js
502
- - distro/common/man/man1/README.md
503
496
  - distro/common/man/man1/chef-shell.1
504
497
  - distro/common/man/man1/knife-bootstrap.1
505
498
  - distro/common/man/man1/knife-client.1
@@ -523,15 +516,17 @@ files:
523
516
  - distro/common/man/man1/knife-search.1
524
517
  - distro/common/man/man1/knife-show.1
525
518
  - distro/common/man/man1/knife-ssh.1
519
+ - distro/common/man/man1/knife-ssl-check.1
520
+ - distro/common/man/man1/knife-ssl-fetch.1
526
521
  - distro/common/man/man1/knife-status.1
527
522
  - distro/common/man/man1/knife-tag.1
528
523
  - distro/common/man/man1/knife-upload.1
529
524
  - distro/common/man/man1/knife-user.1
530
525
  - distro/common/man/man1/knife-xargs.1
531
526
  - distro/common/man/man1/knife.1
527
+ - distro/common/man/man1/README.md
532
528
  - distro/common/man/man8/chef-client.8
533
529
  - distro/common/man/man8/chef-solo.8
534
- - distro/common/markdown/README
535
530
  - distro/common/markdown/man1/chef-shell.mkd
536
531
  - distro/common/markdown/man1/knife-bootstrap.mkd
537
532
  - distro/common/markdown/man1/knife-client.mkd
@@ -556,21 +551,23 @@ files:
556
551
  - distro/common/markdown/man8/chef-server.mkd
557
552
  - distro/common/markdown/man8/chef-solo.mkd
558
553
  - distro/common/markdown/man8/chef-solr.mkd
554
+ - distro/common/markdown/README
559
555
  - distro/debian/etc/default/chef-client
560
556
  - distro/debian/etc/default/chef-expander
561
557
  - distro/debian/etc/default/chef-server
562
558
  - distro/debian/etc/default/chef-server-webui
563
559
  - distro/debian/etc/default/chef-solr
564
- - distro/debian/etc/init.d/chef-client
565
- - distro/debian/etc/init.d/chef-expander
566
- - distro/debian/etc/init.d/chef-server
567
- - distro/debian/etc/init.d/chef-server-webui
568
- - distro/debian/etc/init.d/chef-solr
569
560
  - distro/debian/etc/init/chef-client.conf
570
561
  - distro/debian/etc/init/chef-expander.conf
571
562
  - distro/debian/etc/init/chef-server-webui.conf
572
563
  - distro/debian/etc/init/chef-server.conf
573
564
  - distro/debian/etc/init/chef-solr.conf
565
+ - distro/debian/etc/init.d/chef-client
566
+ - distro/debian/etc/init.d/chef-expander
567
+ - distro/debian/etc/init.d/chef-server
568
+ - distro/debian/etc/init.d/chef-server-webui
569
+ - distro/debian/etc/init.d/chef-solr
570
+ - distro/README
574
571
  - distro/redhat/etc/init.d/chef-client
575
572
  - distro/redhat/etc/init.d/chef-expander
576
573
  - distro/redhat/etc/init.d/chef-server
@@ -587,10 +584,8 @@ files:
587
584
  - distro/redhat/etc/sysconfig/chef-server-webui
588
585
  - distro/redhat/etc/sysconfig/chef-solr
589
586
  - distro/windows/service_manager.rb
590
- - lib/chef.rb
591
- - lib/chef/api_client.rb
592
587
  - lib/chef/api_client/registration.rb
593
- - lib/chef/application.rb
588
+ - lib/chef/api_client.rb
594
589
  - lib/chef/application/agent.rb
595
590
  - lib/chef/application/apply.rb
596
591
  - lib/chef/application/client.rb
@@ -598,10 +593,8 @@ files:
598
593
  - lib/chef/application/solo.rb
599
594
  - lib/chef/application/windows_service.rb
600
595
  - lib/chef/application/windows_service_manager.rb
596
+ - lib/chef/application.rb
601
597
  - lib/chef/applications.rb
602
- - lib/chef/checksum/storage.rb
603
- - lib/chef/checksum/storage/filesystem.rb
604
- - lib/chef/chef_fs.rb
605
598
  - lib/chef/chef_fs/chef_fs_data_store.rb
606
599
  - lib/chef/chef_fs/command_line.rb
607
600
  - lib/chef/chef_fs/config.rb
@@ -617,7 +610,6 @@ files:
617
610
  - lib/chef/chef_fs/data_handler/role_data_handler.rb
618
611
  - lib/chef/chef_fs/data_handler/user_data_handler.rb
619
612
  - lib/chef/chef_fs/file_pattern.rb
620
- - lib/chef/chef_fs/file_system.rb
621
613
  - lib/chef/chef_fs/file_system/acl_dir.rb
622
614
  - lib/chef/chef_fs/file_system/acl_entry.rb
623
615
  - lib/chef/chef_fs/file_system/acls_dir.rb
@@ -657,9 +649,11 @@ files:
657
649
  - lib/chef/chef_fs/file_system/operation_not_allowed_error.rb
658
650
  - lib/chef/chef_fs/file_system/rest_list_dir.rb
659
651
  - lib/chef/chef_fs/file_system/rest_list_entry.rb
652
+ - lib/chef/chef_fs/file_system.rb
660
653
  - lib/chef/chef_fs/knife.rb
661
654
  - lib/chef/chef_fs/parallelizer.rb
662
655
  - lib/chef/chef_fs/path_utils.rb
656
+ - lib/chef/chef_fs.rb
663
657
  - lib/chef/client.rb
664
658
  - lib/chef/config.rb
665
659
  - lib/chef/config_fetcher.rb
@@ -686,7 +680,6 @@ files:
686
680
  - lib/chef/deprecation/provider/template.rb
687
681
  - lib/chef/deprecation/warnings.rb
688
682
  - lib/chef/digester.rb
689
- - lib/chef/dsl.rb
690
683
  - lib/chef/dsl/data_query.rb
691
684
  - lib/chef/dsl/include_attribute.rb
692
685
  - lib/chef/dsl/include_recipe.rb
@@ -694,31 +687,32 @@ files:
694
687
  - lib/chef/dsl/reboot_pending.rb
695
688
  - lib/chef/dsl/recipe.rb
696
689
  - lib/chef/dsl/registry_helper.rb
697
- - lib/chef/encrypted_data_bag_item.rb
690
+ - lib/chef/dsl.rb
698
691
  - lib/chef/encrypted_data_bag_item/decryption_failure.rb
699
692
  - lib/chef/encrypted_data_bag_item/decryptor.rb
700
693
  - lib/chef/encrypted_data_bag_item/encryptor.rb
701
694
  - lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb
702
695
  - lib/chef/encrypted_data_bag_item/unsupported_cipher.rb
703
696
  - lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb
697
+ - lib/chef/encrypted_data_bag_item.rb
704
698
  - lib/chef/environment.rb
705
699
  - lib/chef/event_dispatch/base.rb
706
700
  - lib/chef/event_dispatch/dispatcher.rb
701
+ - lib/chef/event_dispatch/events_output_stream.rb
707
702
  - lib/chef/exceptions.rb
708
- - lib/chef/file_access_control.rb
709
703
  - lib/chef/file_access_control/unix.rb
710
704
  - lib/chef/file_access_control/windows.rb
705
+ - lib/chef/file_access_control.rb
711
706
  - lib/chef/file_cache.rb
712
707
  - lib/chef/file_content_management/content_base.rb
713
- - lib/chef/file_content_management/deploy.rb
714
708
  - lib/chef/file_content_management/deploy/cp.rb
715
709
  - lib/chef/file_content_management/deploy/mv_unix.rb
716
710
  - lib/chef/file_content_management/deploy/mv_windows.rb
711
+ - lib/chef/file_content_management/deploy.rb
717
712
  - lib/chef/file_content_management/tempfile.rb
718
713
  - lib/chef/formatters/base.rb
719
714
  - lib/chef/formatters/doc.rb
720
715
  - lib/chef/formatters/error_descriptor.rb
721
- - lib/chef/formatters/error_inspectors.rb
722
716
  - lib/chef/formatters/error_inspectors/api_error_formatting.rb
723
717
  - lib/chef/formatters/error_inspectors/compile_error_inspector.rb
724
718
  - lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb
@@ -727,14 +721,15 @@ files:
727
721
  - lib/chef/formatters/error_inspectors/registration_error_inspector.rb
728
722
  - lib/chef/formatters/error_inspectors/resource_failure_inspector.rb
729
723
  - lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
724
+ - lib/chef/formatters/error_inspectors.rb
730
725
  - lib/chef/formatters/error_mapper.rb
726
+ - lib/chef/formatters/indentable_output_stream.rb
731
727
  - lib/chef/formatters/minimal.rb
732
728
  - lib/chef/guard_interpreter/default_guard_interpreter.rb
733
729
  - lib/chef/guard_interpreter/resource_guard_interpreter.rb
734
- - lib/chef/handler.rb
735
730
  - lib/chef/handler/error_report.rb
736
731
  - lib/chef/handler/json_file.rb
737
- - lib/chef/http.rb
732
+ - lib/chef/handler.rb
738
733
  - lib/chef/http/auth_credentials.rb
739
734
  - lib/chef/http/authenticator.rb
740
735
  - lib/chef/http/basic_client.rb
@@ -749,17 +744,17 @@ files:
749
744
  - lib/chef/http/simple.rb
750
745
  - lib/chef/http/ssl_policies.rb
751
746
  - lib/chef/http/validate_content_length.rb
747
+ - lib/chef/http.rb
752
748
  - lib/chef/json_compat.rb
753
- - lib/chef/knife.rb
754
- - lib/chef/knife/bootstrap.rb
755
- - lib/chef/knife/bootstrap/README.md
756
749
  - lib/chef/knife/bootstrap/archlinux-gems.erb
757
750
  - lib/chef/knife/bootstrap/centos5-gems.erb
758
751
  - lib/chef/knife/bootstrap/chef-full.erb
759
752
  - lib/chef/knife/bootstrap/fedora13-gems.erb
753
+ - lib/chef/knife/bootstrap/README.md
760
754
  - lib/chef/knife/bootstrap/ubuntu10.04-apt.erb
761
755
  - lib/chef/knife/bootstrap/ubuntu10.04-gems.erb
762
756
  - lib/chef/knife/bootstrap/ubuntu12.04-gems.erb
757
+ - lib/chef/knife/bootstrap.rb
763
758
  - lib/chef/knife/client_bulk_delete.rb
764
759
  - lib/chef/knife/client_create.rb
765
760
  - lib/chef/knife/client_delete.rb
@@ -823,6 +818,7 @@ files:
823
818
  - lib/chef/knife/node_create.rb
824
819
  - lib/chef/knife/node_delete.rb
825
820
  - lib/chef/knife/node_edit.rb
821
+ - lib/chef/knife/node_environment_set.rb
826
822
  - lib/chef/knife/node_from_file.rb
827
823
  - lib/chef/knife/node_list.rb
828
824
  - lib/chef/knife/node_run_list_add.rb
@@ -855,12 +851,13 @@ files:
855
851
  - lib/chef/knife/user_reregister.rb
856
852
  - lib/chef/knife/user_show.rb
857
853
  - lib/chef/knife/xargs.rb
854
+ - lib/chef/knife.rb
858
855
  - lib/chef/log.rb
859
856
  - lib/chef/mash.rb
860
857
  - lib/chef/mixin/checksum.rb
861
- - lib/chef/mixin/command.rb
862
858
  - lib/chef/mixin/command/unix.rb
863
859
  - lib/chef/mixin/command/windows.rb
860
+ - lib/chef/mixin/command.rb
864
861
  - lib/chef/mixin/convert_to_class_name.rb
865
862
  - lib/chef/mixin/create_path.rb
866
863
  - lib/chef/mixin/deep_merge.rb
@@ -888,6 +885,7 @@ files:
888
885
  - lib/chef/monkey_patches/net_http.rb
889
886
  - lib/chef/monkey_patches/numeric.rb
890
887
  - lib/chef/monkey_patches/object.rb
888
+ - lib/chef/monkey_patches/pathname.rb
891
889
  - lib/chef/monkey_patches/regexp.rb
892
890
  - lib/chef/monkey_patches/securerandom.rb
893
891
  - lib/chef/monkey_patches/string.rb
@@ -895,37 +893,35 @@ files:
895
893
  - lib/chef/monkey_patches/uri.rb
896
894
  - lib/chef/monologger.rb
897
895
  - lib/chef/nil_argument.rb
898
- - lib/chef/node.rb
899
896
  - lib/chef/node/attribute.rb
900
897
  - lib/chef/node/attribute_collections.rb
901
898
  - lib/chef/node/immutable_collections.rb
902
- - lib/chef/platform.rb
899
+ - lib/chef/node.rb
903
900
  - lib/chef/platform/provider_mapping.rb
904
901
  - lib/chef/platform/query_helpers.rb
905
- - lib/chef/policy_builder.rb
902
+ - lib/chef/platform.rb
906
903
  - lib/chef/policy_builder/expand_node_object.rb
907
904
  - lib/chef/policy_builder/policyfile.rb
908
- - lib/chef/provider.rb
905
+ - lib/chef/policy_builder.rb
909
906
  - lib/chef/provider/batch.rb
910
907
  - lib/chef/provider/breakpoint.rb
911
- - lib/chef/provider/cookbook_file.rb
912
908
  - lib/chef/provider/cookbook_file/content.rb
913
- - lib/chef/provider/cron.rb
909
+ - lib/chef/provider/cookbook_file.rb
914
910
  - lib/chef/provider/cron/aix.rb
915
911
  - lib/chef/provider/cron/solaris.rb
916
912
  - lib/chef/provider/cron/unix.rb
917
- - lib/chef/provider/deploy.rb
913
+ - lib/chef/provider/cron.rb
918
914
  - lib/chef/provider/deploy/revision.rb
919
915
  - lib/chef/provider/deploy/timestamped.rb
916
+ - lib/chef/provider/deploy.rb
920
917
  - lib/chef/provider/directory.rb
921
- - lib/chef/provider/env.rb
922
918
  - lib/chef/provider/env/windows.rb
919
+ - lib/chef/provider/env.rb
923
920
  - lib/chef/provider/erl_call.rb
924
921
  - lib/chef/provider/execute.rb
925
- - lib/chef/provider/file.rb
926
922
  - lib/chef/provider/file/content.rb
923
+ - lib/chef/provider/file.rb
927
924
  - lib/chef/provider/git.rb
928
- - lib/chef/provider/group.rb
929
925
  - lib/chef/provider/group/aix.rb
930
926
  - lib/chef/provider/group/dscl.rb
931
927
  - lib/chef/provider/group/gpasswd.rb
@@ -935,21 +931,21 @@ files:
935
931
  - lib/chef/provider/group/suse.rb
936
932
  - lib/chef/provider/group/usermod.rb
937
933
  - lib/chef/provider/group/windows.rb
934
+ - lib/chef/provider/group.rb
938
935
  - lib/chef/provider/http_request.rb
939
- - lib/chef/provider/ifconfig.rb
940
936
  - lib/chef/provider/ifconfig/aix.rb
941
937
  - lib/chef/provider/ifconfig/debian.rb
942
938
  - lib/chef/provider/ifconfig/redhat.rb
939
+ - lib/chef/provider/ifconfig.rb
943
940
  - lib/chef/provider/link.rb
944
941
  - lib/chef/provider/log.rb
945
942
  - lib/chef/provider/lwrp_base.rb
946
943
  - lib/chef/provider/mdadm.rb
947
- - lib/chef/provider/mount.rb
948
944
  - lib/chef/provider/mount/aix.rb
949
945
  - lib/chef/provider/mount/mount.rb
950
946
  - lib/chef/provider/mount/windows.rb
947
+ - lib/chef/provider/mount.rb
951
948
  - lib/chef/provider/ohai.rb
952
- - lib/chef/provider/package.rb
953
949
  - lib/chef/provider/package/aix.rb
954
950
  - lib/chef/provider/package/apt.rb
955
951
  - lib/chef/provider/package/dpkg.rb
@@ -963,26 +959,26 @@ files:
963
959
  - lib/chef/provider/package/rubygems.rb
964
960
  - lib/chef/provider/package/smartos.rb
965
961
  - lib/chef/provider/package/solaris.rb
966
- - lib/chef/provider/package/windows.rb
967
962
  - lib/chef/provider/package/windows/msi.rb
963
+ - lib/chef/provider/package/windows.rb
968
964
  - lib/chef/provider/package/yum-dump.py
969
965
  - lib/chef/provider/package/yum.rb
970
966
  - lib/chef/provider/package/zypper.rb
967
+ - lib/chef/provider/package.rb
971
968
  - lib/chef/provider/powershell_script.rb
972
969
  - lib/chef/provider/registry_key.rb
973
970
  - lib/chef/provider/remote_directory.rb
974
- - lib/chef/provider/remote_file.rb
975
971
  - lib/chef/provider/remote_file/cache_control_data.rb
976
972
  - lib/chef/provider/remote_file/content.rb
977
973
  - lib/chef/provider/remote_file/fetcher.rb
978
974
  - lib/chef/provider/remote_file/ftp.rb
979
975
  - lib/chef/provider/remote_file/http.rb
980
976
  - lib/chef/provider/remote_file/local_file.rb
977
+ - lib/chef/provider/remote_file.rb
981
978
  - lib/chef/provider/resource_update.rb
982
979
  - lib/chef/provider/route.rb
983
980
  - lib/chef/provider/ruby_block.rb
984
981
  - lib/chef/provider/script.rb
985
- - lib/chef/provider/service.rb
986
982
  - lib/chef/provider/service/arch.rb
987
983
  - lib/chef/provider/service/debian.rb
988
984
  - lib/chef/provider/service/freebsd.rb
@@ -997,23 +993,24 @@ files:
997
993
  - lib/chef/provider/service/systemd.rb
998
994
  - lib/chef/provider/service/upstart.rb
999
995
  - lib/chef/provider/service/windows.rb
996
+ - lib/chef/provider/service.rb
1000
997
  - lib/chef/provider/subversion.rb
1001
- - lib/chef/provider/template.rb
1002
998
  - lib/chef/provider/template/content.rb
999
+ - lib/chef/provider/template.rb
1003
1000
  - lib/chef/provider/template_finder.rb
1004
- - lib/chef/provider/user.rb
1005
1001
  - lib/chef/provider/user/dscl.rb
1006
1002
  - lib/chef/provider/user/pw.rb
1007
1003
  - lib/chef/provider/user/solaris.rb
1008
1004
  - lib/chef/provider/user/useradd.rb
1009
1005
  - lib/chef/provider/user/windows.rb
1006
+ - lib/chef/provider/user.rb
1010
1007
  - lib/chef/provider/whyrun_safe_ruby_block.rb
1011
1008
  - lib/chef/provider/windows_script.rb
1009
+ - lib/chef/provider.rb
1012
1010
  - lib/chef/providers.rb
1013
1011
  - lib/chef/recipe.rb
1014
1012
  - lib/chef/request_id.rb
1015
1013
  - lib/chef/reserved_names.rb
1016
- - lib/chef/resource.rb
1017
1014
  - lib/chef/resource/apt_package.rb
1018
1015
  - lib/chef/resource/bash.rb
1019
1016
  - lib/chef/resource/batch.rb
@@ -1074,8 +1071,9 @@ files:
1074
1071
  - lib/chef/resource/windows_package.rb
1075
1072
  - lib/chef/resource/windows_script.rb
1076
1073
  - lib/chef/resource/yum_package.rb
1077
- - lib/chef/resource_collection.rb
1074
+ - lib/chef/resource.rb
1078
1075
  - lib/chef/resource_collection/stepable_iterator.rb
1076
+ - lib/chef/resource_collection.rb
1079
1077
  - lib/chef/resource_definition.rb
1080
1078
  - lib/chef/resource_definition_list.rb
1081
1079
  - lib/chef/resource_platform_map.rb
@@ -1083,12 +1081,12 @@ files:
1083
1081
  - lib/chef/resources.rb
1084
1082
  - lib/chef/rest.rb
1085
1083
  - lib/chef/role.rb
1086
- - lib/chef/run_context.rb
1087
1084
  - lib/chef/run_context/cookbook_compiler.rb
1088
- - lib/chef/run_list.rb
1085
+ - lib/chef/run_context.rb
1089
1086
  - lib/chef/run_list/run_list_expansion.rb
1090
1087
  - lib/chef/run_list/run_list_item.rb
1091
1088
  - lib/chef/run_list/versioned_recipe_list.rb
1089
+ - lib/chef/run_list.rb
1092
1090
  - lib/chef/run_lock.rb
1093
1091
  - lib/chef/run_status.rb
1094
1092
  - lib/chef/runner.rb
@@ -1097,11 +1095,11 @@ files:
1097
1095
  - lib/chef/search/query.rb
1098
1096
  - lib/chef/server_api.rb
1099
1097
  - lib/chef/shef/ext.rb
1100
- - lib/chef/shell.rb
1101
1098
  - lib/chef/shell/ext.rb
1102
1099
  - lib/chef/shell/model_wrapper.rb
1103
1100
  - lib/chef/shell/shell_rest.rb
1104
1101
  - lib/chef/shell/shell_session.rb
1102
+ - lib/chef/shell.rb
1105
1103
  - lib/chef/shell_out.rb
1106
1104
  - lib/chef/streaming_cookbook_uploader.rb
1107
1105
  - lib/chef/tasks/chef_repo.rake
@@ -1111,17 +1109,16 @@ files:
1111
1109
  - lib/chef/util/editor.rb
1112
1110
  - lib/chef/util/file_edit.rb
1113
1111
  - lib/chef/util/selinux.rb
1114
- - lib/chef/util/windows.rb
1115
1112
  - lib/chef/util/windows/net_group.rb
1116
1113
  - lib/chef/util/windows/net_use.rb
1117
1114
  - lib/chef/util/windows/net_user.rb
1118
1115
  - lib/chef/util/windows/volume.rb
1119
- - lib/chef/version.rb
1116
+ - lib/chef/util/windows.rb
1120
1117
  - lib/chef/version/platform.rb
1118
+ - lib/chef/version.rb
1121
1119
  - lib/chef/version_class.rb
1122
- - lib/chef/version_constraint.rb
1123
1120
  - lib/chef/version_constraint/platform.rb
1124
- - lib/chef/win32/api.rb
1121
+ - lib/chef/version_constraint.rb
1125
1122
  - lib/chef/win32/api/error.rb
1126
1123
  - lib/chef/win32/api/file.rb
1127
1124
  - lib/chef/win32/api/installer.rb
@@ -1132,23 +1129,26 @@ files:
1132
1129
  - lib/chef/win32/api/synchronization.rb
1133
1130
  - lib/chef/win32/api/system.rb
1134
1131
  - lib/chef/win32/api/unicode.rb
1132
+ - lib/chef/win32/api.rb
1135
1133
  - lib/chef/win32/error.rb
1136
- - lib/chef/win32/file.rb
1137
1134
  - lib/chef/win32/file/info.rb
1135
+ - lib/chef/win32/file.rb
1138
1136
  - lib/chef/win32/handle.rb
1139
1137
  - lib/chef/win32/memory.rb
1140
1138
  - lib/chef/win32/mutex.rb
1141
1139
  - lib/chef/win32/process.rb
1142
1140
  - lib/chef/win32/registry.rb
1143
- - lib/chef/win32/security.rb
1144
1141
  - lib/chef/win32/security/ace.rb
1145
1142
  - lib/chef/win32/security/acl.rb
1146
1143
  - lib/chef/win32/security/securable_object.rb
1147
1144
  - lib/chef/win32/security/security_descriptor.rb
1148
1145
  - lib/chef/win32/security/sid.rb
1149
1146
  - lib/chef/win32/security/token.rb
1147
+ - lib/chef/win32/security.rb
1150
1148
  - lib/chef/win32/unicode.rb
1151
1149
  - lib/chef/win32/version.rb
1150
+ - lib/chef.rb
1151
+ - tasks/rspec.rb
1152
1152
  - spec/data/apt/chef-integration-test-1.0/debian/changelog
1153
1153
  - spec/data/apt/chef-integration-test-1.0/debian/compat
1154
1154
  - spec/data/apt/chef-integration-test-1.0/debian/control
@@ -1178,11 +1178,11 @@ files:
1178
1178
  - spec/data/apt/var/www/apt/db/references.db
1179
1179
  - spec/data/apt/var/www/apt/db/release.caches.db
1180
1180
  - spec/data/apt/var/www/apt/db/version
1181
- - spec/data/apt/var/www/apt/dists/sid/Release
1182
1181
  - spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages
1183
1182
  - spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages.gz
1184
1183
  - spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Release
1185
1184
  - spec/data/apt/var/www/apt/dists/sid/main/binary-i386/Packages
1185
+ - spec/data/apt/var/www/apt/dists/sid/Release
1186
1186
  - spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.0-1_amd64.deb
1187
1187
  - spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.1-1_amd64.deb
1188
1188
  - spec/data/bad-config.rb
@@ -1193,12 +1193,12 @@ files:
1193
1193
  - spec/data/bootstrap/secret.erb
1194
1194
  - spec/data/bootstrap/test-hints.erb
1195
1195
  - spec/data/bootstrap/test.erb
1196
- - spec/data/cb_version_cookbooks/tatft/README.rdoc
1197
1196
  - spec/data/cb_version_cookbooks/tatft/attributes/default.rb
1198
1197
  - spec/data/cb_version_cookbooks/tatft/definitions/runit_service.rb
1199
1198
  - spec/data/cb_version_cookbooks/tatft/files/default/giant_blob.tgz
1200
1199
  - spec/data/cb_version_cookbooks/tatft/libraries/ownage.rb
1201
1200
  - spec/data/cb_version_cookbooks/tatft/providers/lwp.rb
1201
+ - spec/data/cb_version_cookbooks/tatft/README.rdoc
1202
1202
  - spec/data/cb_version_cookbooks/tatft/recipes/default.rb
1203
1203
  - spec/data/cb_version_cookbooks/tatft/resources/lwr.rb
1204
1204
  - spec/data/cb_version_cookbooks/tatft/templates/default/configuration.erb
@@ -1351,6 +1351,16 @@ files:
1351
1351
  - spec/data/run_context/cookbooks/no-default-attr/providers/provider.rb
1352
1352
  - spec/data/run_context/cookbooks/no-default-attr/recipes/default.rb
1353
1353
  - spec/data/run_context/cookbooks/no-default-attr/resources/resource.rb
1354
+ - spec/data/run_context/cookbooks/test/attributes/default.rb
1355
+ - spec/data/run_context/cookbooks/test/attributes/george.rb
1356
+ - spec/data/run_context/cookbooks/test/definitions/new_animals.rb
1357
+ - spec/data/run_context/cookbooks/test/definitions/new_cat.rb
1358
+ - spec/data/run_context/cookbooks/test/definitions/test_res.rb
1359
+ - spec/data/run_context/cookbooks/test/providers/provider.rb
1360
+ - spec/data/run_context/cookbooks/test/recipes/default.rb
1361
+ - spec/data/run_context/cookbooks/test/recipes/one.rb
1362
+ - spec/data/run_context/cookbooks/test/recipes/two.rb
1363
+ - spec/data/run_context/cookbooks/test/resources/resource.rb
1354
1364
  - spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb
1355
1365
  - spec/data/run_context/cookbooks/test-with-circular-deps/definitions/test_with-circular-deps_res.rb
1356
1366
  - spec/data/run_context/cookbooks/test-with-circular-deps/libraries/lib.rb
@@ -1366,16 +1376,6 @@ files:
1366
1376
  - spec/data/run_context/cookbooks/test-with-deps/recipes/default.rb
1367
1377
  - spec/data/run_context/cookbooks/test-with-deps/recipes/server.rb
1368
1378
  - spec/data/run_context/cookbooks/test-with-deps/resources/resource.rb
1369
- - spec/data/run_context/cookbooks/test/attributes/default.rb
1370
- - spec/data/run_context/cookbooks/test/attributes/george.rb
1371
- - spec/data/run_context/cookbooks/test/definitions/new_animals.rb
1372
- - spec/data/run_context/cookbooks/test/definitions/new_cat.rb
1373
- - spec/data/run_context/cookbooks/test/definitions/test_res.rb
1374
- - spec/data/run_context/cookbooks/test/providers/provider.rb
1375
- - spec/data/run_context/cookbooks/test/recipes/default.rb
1376
- - spec/data/run_context/cookbooks/test/recipes/one.rb
1377
- - spec/data/run_context/cookbooks/test/recipes/two.rb
1378
- - spec/data/run_context/cookbooks/test/resources/resource.rb
1379
1379
  - spec/data/run_context/nodes/run_context.rb
1380
1380
  - spec/data/search_queries_to_transform.txt
1381
1381
  - spec/data/shef-config.rb
@@ -1385,8 +1385,8 @@ files:
1385
1385
  - spec/data/ssl/key.pem
1386
1386
  - spec/data/ssl/private_key.pem
1387
1387
  - spec/data/ssl/private_key_with_whitespace.pem
1388
- - spec/data/standalone_cookbook/Gemfile
1389
1388
  - spec/data/standalone_cookbook/chefignore
1389
+ - spec/data/standalone_cookbook/Gemfile
1390
1390
  - spec/data/standalone_cookbook/recipes/default.rb
1391
1391
  - spec/data/standalone_cookbook/vendor/bundle/ruby/2.0.0/gems/multi_json-1.9.0/lib/multi_json.rb
1392
1392
  - spec/data/templates/seattle.txt
@@ -1394,15 +1394,16 @@ files:
1394
1394
  - spec/data/trusted_certs/intermediate.pem
1395
1395
  - spec/data/trusted_certs/opscode.pem
1396
1396
  - spec/data/trusted_certs/root.pem
1397
- - spec/functional/assets/PkgA.1.0.0.0.bff
1398
- - spec/functional/assets/PkgA.2.0.0.0.bff
1399
1397
  - spec/functional/assets/dummy-1-0.aix6.1.noarch.rpm
1400
1398
  - spec/functional/assets/dummy-2-0.aix6.1.noarch.rpm
1401
1399
  - spec/functional/assets/mytest-1.0-1.noarch.rpm
1402
1400
  - spec/functional/assets/mytest-2.0-1.noarch.rpm
1401
+ - spec/functional/assets/PkgA.1.0.0.0.bff
1402
+ - spec/functional/assets/PkgA.2.0.0.0.bff
1403
1403
  - spec/functional/dsl/reboot_pending_spec.rb
1404
1404
  - spec/functional/dsl/registry_helper_spec.rb
1405
1405
  - spec/functional/file_content_management/deploy_strategies_spec.rb
1406
+ - spec/functional/http/simple_spec.rb
1406
1407
  - spec/functional/knife/configure_spec.rb
1407
1408
  - spec/functional/knife/cookbook_delete_spec.rb
1408
1409
  - spec/functional/knife/exec_spec.rb
@@ -1431,6 +1432,7 @@ files:
1431
1432
  - spec/functional/resource/rpm_spec.rb
1432
1433
  - spec/functional/resource/template_spec.rb
1433
1434
  - spec/functional/resource/user_spec.rb
1435
+ - spec/functional/rest_spec.rb
1434
1436
  - spec/functional/run_lock_spec.rb
1435
1437
  - spec/functional/shell_spec.rb
1436
1438
  - spec/functional/tiny_server_spec.rb
@@ -1456,6 +1458,7 @@ files:
1456
1458
  - spec/integration/knife/redirection_spec.rb
1457
1459
  - spec/integration/knife/show_spec.rb
1458
1460
  - spec/integration/knife/upload_spec.rb
1461
+ - spec/integration/recipes/lwrp_inline_resources_spec.rb
1459
1462
  - spec/integration/solo/solo_spec.rb
1460
1463
  - spec/rcov.opts
1461
1464
  - spec/scripts/ssl-serve.rb
@@ -1474,6 +1477,9 @@ files:
1474
1477
  - spec/support/matchers/leak.rb
1475
1478
  - spec/support/mock/constant.rb
1476
1479
  - spec/support/mock/platform.rb
1480
+ - spec/support/pedant/pedant_config.rb
1481
+ - spec/support/pedant/run_pedant.rb
1482
+ - spec/support/pedant/stickywicket.pem
1477
1483
  - spec/support/platform_helpers.rb
1478
1484
  - spec/support/platforms/prof/gc.rb
1479
1485
  - spec/support/platforms/prof/win32.rb
@@ -1481,6 +1487,7 @@ files:
1481
1487
  - spec/support/shared/functional/diff_disabled.rb
1482
1488
  - spec/support/shared/functional/directory_resource.rb
1483
1489
  - spec/support/shared/functional/file_resource.rb
1490
+ - spec/support/shared/functional/http.rb
1484
1491
  - spec/support/shared/functional/knife.rb
1485
1492
  - spec/support/shared/functional/securable_resource.rb
1486
1493
  - spec/support/shared/functional/securable_resource_with_reporting.rb
@@ -1506,7 +1513,6 @@ files:
1506
1513
  - spec/unit/application/server_spec.rb
1507
1514
  - spec/unit/application/solo_spec.rb
1508
1515
  - spec/unit/application_spec.rb
1509
- - spec/unit/checksum/storage/filesystem_spec.rb
1510
1516
  - spec/unit/chef_fs/diff_spec.rb
1511
1517
  - spec/unit/chef_fs/file_pattern_spec.rb
1512
1518
  - spec/unit/chef_fs/file_system/operation_failed_error_spec.rb
@@ -1603,6 +1609,7 @@ files:
1603
1609
  - spec/unit/knife/node_bulk_delete_spec.rb
1604
1610
  - spec/unit/knife/node_delete_spec.rb
1605
1611
  - spec/unit/knife/node_edit_spec.rb
1612
+ - spec/unit/knife/node_environment_set_spec.rb
1606
1613
  - spec/unit/knife/node_from_file_spec.rb
1607
1614
  - spec/unit/knife/node_list_spec.rb
1608
1615
  - spec/unit/knife/node_run_list_add_spec.rb
@@ -1844,7 +1851,13 @@ files:
1844
1851
  - spec/unit/version_constraint/platform_spec.rb
1845
1852
  - spec/unit/version_constraint_spec.rb
1846
1853
  - spec/unit/windows_service_spec.rb
1847
- - tasks/rspec.rb
1854
+ - bin/chef-client
1855
+ - bin/chef-solo
1856
+ - bin/knife
1857
+ - bin/chef-shell
1858
+ - bin/shef
1859
+ - bin/chef-apply
1860
+ - bin/chef-service-manager
1848
1861
  homepage: http://wiki.opscode.com/display/chef
1849
1862
  licenses: []
1850
1863
  metadata: {}
@@ -1854,17 +1867,17 @@ require_paths:
1854
1867
  - lib
1855
1868
  required_ruby_version: !ruby/object:Gem::Requirement
1856
1869
  requirements:
1857
- - - ">="
1870
+ - - '>='
1858
1871
  - !ruby/object:Gem::Version
1859
1872
  version: '0'
1860
1873
  required_rubygems_version: !ruby/object:Gem::Requirement
1861
1874
  requirements:
1862
- - - ">="
1875
+ - - '>'
1863
1876
  - !ruby/object:Gem::Version
1864
- version: '0'
1877
+ version: 1.3.1
1865
1878
  requirements: []
1866
1879
  rubyforge_project:
1867
- rubygems_version: 2.2.2
1880
+ rubygems_version: 2.0.3
1868
1881
  signing_key:
1869
1882
  specification_version: 4
1870
1883
  summary: A systems integration framework, built to bring the benefits of configuration