chef 11.10.0.rc.0-x86-mingw32 → 11.10.0.rc.1-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.
Files changed (401) hide show
  1. data/Rakefile +0 -75
  2. data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
  3. data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
  4. data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
  5. data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
  6. data/distro/common/html/_sources/index.txt +126 -0
  7. data/distro/common/html/_sources/knife.txt +74 -0
  8. data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
  9. data/distro/common/html/_sources/knife_client.txt +151 -0
  10. data/distro/common/html/_sources/knife_common_options.txt +6 -0
  11. data/distro/common/html/_sources/knife_configure.txt +29 -0
  12. data/distro/common/html/_sources/knife_cookbook.txt +236 -0
  13. data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
  14. data/distro/common/html/_sources/knife_data_bag.txt +160 -0
  15. data/distro/common/html/_sources/knife_delete.txt +26 -0
  16. data/distro/common/html/_sources/knife_deps.txt +61 -0
  17. data/distro/common/html/_sources/knife_diff.txt +34 -0
  18. data/distro/common/html/_sources/knife_download.txt +44 -0
  19. data/distro/common/html/_sources/knife_edit.txt +26 -0
  20. data/distro/common/html/_sources/knife_environment.txt +158 -0
  21. data/distro/common/html/_sources/knife_exec.txt +47 -0
  22. data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
  23. data/distro/common/html/_sources/knife_list.txt +33 -0
  24. data/distro/common/html/_sources/knife_node.txt +250 -0
  25. data/distro/common/html/_sources/knife_raw.txt +35 -0
  26. data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
  27. data/distro/common/html/_sources/knife_role.txt +157 -0
  28. data/distro/common/html/_sources/knife_search.txt +53 -0
  29. data/distro/common/html/_sources/knife_show.txt +27 -0
  30. data/distro/common/html/_sources/knife_ssh.txt +43 -0
  31. data/distro/common/html/_sources/knife_status.txt +37 -0
  32. data/distro/common/html/_sources/knife_tag.txt +69 -0
  33. data/distro/common/html/_sources/knife_upload.txt +49 -0
  34. data/distro/common/html/_sources/knife_user.txt +127 -0
  35. data/distro/common/html/_sources/knife_using.txt +43 -0
  36. data/distro/common/html/_sources/knife_xargs.txt +30 -0
  37. data/distro/common/html/_static/ajax-loader.gif +0 -0
  38. data/distro/common/html/_static/basic.css +540 -0
  39. data/distro/common/html/_static/chef.css +507 -0
  40. data/distro/common/html/_static/chef.ico +0 -0
  41. data/distro/common/html/_static/chef_html_logo.png +0 -0
  42. data/distro/common/html/_static/chef_logo.png +0 -0
  43. data/distro/common/html/_static/comment-bright.png +0 -0
  44. data/distro/common/html/_static/comment-close.png +0 -0
  45. data/distro/common/html/_static/comment.png +0 -0
  46. data/distro/common/html/_static/contents.png +0 -0
  47. data/distro/common/html/_static/doctools.js +247 -0
  48. data/distro/common/html/_static/down-pressed.png +0 -0
  49. data/distro/common/html/_static/down.png +0 -0
  50. data/distro/common/html/_static/file.png +0 -0
  51. data/distro/common/html/_static/guide.css +505 -0
  52. data/distro/common/html/_static/jquery.js +154 -0
  53. data/distro/common/html/_static/minus.png +0 -0
  54. data/distro/common/html/_static/navigation.png +0 -0
  55. data/distro/common/html/_static/plus.png +0 -0
  56. data/distro/common/html/_static/pygments.css +62 -0
  57. data/distro/common/html/_static/searchtools.js +560 -0
  58. data/distro/common/html/_static/underscore.js +23 -0
  59. data/distro/common/html/_static/up-pressed.png +0 -0
  60. data/distro/common/html/_static/up.png +0 -0
  61. data/distro/common/html/_static/websupport.js +808 -0
  62. data/distro/common/html/ctl_chef_client.html +219 -0
  63. data/distro/common/html/ctl_chef_server.html +111 -0
  64. data/distro/common/html/ctl_chef_shell.html +120 -0
  65. data/distro/common/html/ctl_chef_solo.html +144 -0
  66. data/distro/common/html/index.html +185 -0
  67. data/distro/common/html/knife.html +172 -0
  68. data/distro/common/html/knife_bootstrap.html +250 -0
  69. data/distro/common/html/knife_client.html +283 -0
  70. data/distro/common/html/knife_common_options.html +98 -0
  71. data/distro/common/html/knife_configure.html +107 -0
  72. data/distro/common/html/knife_cookbook.html +481 -0
  73. data/distro/common/html/knife_cookbook_site.html +372 -0
  74. data/distro/common/html/knife_data_bag.html +359 -0
  75. data/distro/common/html/knife_delete.html +95 -0
  76. data/distro/common/html/knife_deps.html +145 -0
  77. data/distro/common/html/knife_diff.html +125 -0
  78. data/distro/common/html/knife_download.html +147 -0
  79. data/distro/common/html/knife_edit.html +91 -0
  80. data/distro/common/html/knife_environment.html +328 -0
  81. data/distro/common/html/knife_exec.html +222 -0
  82. data/distro/common/html/knife_index_rebuild.html +85 -0
  83. data/distro/common/html/knife_list.html +116 -0
  84. data/distro/common/html/knife_node.html +450 -0
  85. data/distro/common/html/knife_raw.html +112 -0
  86. data/distro/common/html/knife_recipe_list.html +93 -0
  87. data/distro/common/html/knife_role.html +295 -0
  88. data/distro/common/html/knife_search.html +204 -0
  89. data/distro/common/html/knife_show.html +106 -0
  90. data/distro/common/html/knife_ssh.html +179 -0
  91. data/distro/common/html/knife_status.html +142 -0
  92. data/distro/common/html/knife_tag.html +140 -0
  93. data/distro/common/html/knife_upload.html +155 -0
  94. data/distro/common/html/knife_user.html +244 -0
  95. data/distro/common/html/knife_using.html +211 -0
  96. data/distro/common/html/knife_xargs.html +115 -0
  97. data/distro/common/html/objects.inv +0 -0
  98. data/distro/common/html/search.html +84 -0
  99. data/distro/common/html/searchindex.js +1 -0
  100. data/distro/common/man/man1/chef-shell.1 +5 -5
  101. data/distro/common/man/man1/knife-bootstrap.1 +6 -9
  102. data/distro/common/man/man1/knife-client.1 +1 -9
  103. data/distro/common/man/man1/knife-configure.1 +10 -6
  104. data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
  105. data/distro/common/man/man1/knife-cookbook.1 +11 -21
  106. data/distro/common/man/man1/knife-data-bag.1 +8 -22
  107. data/distro/common/man/man1/knife-delete.1 +1 -1
  108. data/distro/common/man/man1/knife-deps.1 +4 -12
  109. data/distro/common/man/man1/knife-diff.1 +1 -1
  110. data/distro/common/man/man1/knife-download.1 +2 -2
  111. data/distro/common/man/man1/knife-edit.1 +1 -1
  112. data/distro/common/man/man1/knife-environment.1 +108 -9
  113. data/distro/common/man/man1/knife-exec.1 +1 -15
  114. data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
  115. data/distro/common/man/man1/knife-list.1 +1 -1
  116. data/distro/common/man/man1/knife-node.1 +3 -13
  117. data/distro/common/man/man1/knife-raw.1 +1 -1
  118. data/distro/common/man/man1/knife-recipe-list.1 +1 -1
  119. data/distro/common/man/man1/knife-role.1 +2 -12
  120. data/distro/common/man/man1/knife-search.1 +5 -5
  121. data/distro/common/man/man1/knife-show.1 +1 -3
  122. data/distro/common/man/man1/knife-ssh.1 +1 -5
  123. data/distro/common/man/man1/knife-status.1 +1 -1
  124. data/distro/common/man/man1/knife-tag.1 +1 -9
  125. data/distro/common/man/man1/knife-upload.1 +7 -9
  126. data/distro/common/man/man1/knife-user.1 +3 -17
  127. data/distro/common/man/man1/knife-xargs.1 +1 -3
  128. data/distro/common/man/man8/chef-client.8 +18 -18
  129. data/distro/common/man/man8/chef-solo.8 +12 -6
  130. data/lib/chef/client.rb +9 -5
  131. data/lib/chef/cookbook_uploader.rb +1 -1
  132. data/lib/chef/dsl/recipe.rb +119 -38
  133. data/lib/chef/exceptions.rb +4 -0
  134. data/lib/chef/policy_builder/expand_node_object.rb +11 -4
  135. data/lib/chef/policy_builder/policyfile.rb +7 -1
  136. data/lib/chef/provider/file.rb +1 -0
  137. data/lib/chef/resource_platform_map.rb +1 -1
  138. data/lib/chef/resource_reporter.rb +2 -2
  139. data/lib/chef/version.rb +1 -1
  140. data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
  141. data/spec/functional/knife/ssh_spec.rb +1 -1
  142. data/spec/functional/resource/link_spec.rb +6 -6
  143. data/spec/functional/resource/registry_spec.rb +7 -7
  144. data/spec/functional/run_lock_spec.rb +1 -1
  145. data/spec/integration/knife/download_spec.rb +1 -1
  146. data/spec/integration/solo/solo_spec.rb +1 -1
  147. data/spec/spec_helper.rb +0 -1
  148. data/spec/stress/win32/file_spec.rb +6 -0
  149. data/spec/support/lib/chef/resource/zen_master.rb +1 -1
  150. data/spec/support/mock/platform.rb +1 -1
  151. data/spec/support/shared/functional/file_resource.rb +0 -2
  152. data/spec/support/shared/functional/securable_resource.rb +2 -2
  153. data/spec/support/shared/unit/api_error_inspector.rb +7 -7
  154. data/spec/support/shared/unit/provider/file.rb +47 -8
  155. data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
  156. data/spec/unit/api_client/registration_spec.rb +5 -5
  157. data/spec/unit/api_client_spec.rb +2 -2
  158. data/spec/unit/application/apply.rb +6 -6
  159. data/spec/unit/application/client_spec.rb +6 -6
  160. data/spec/unit/application/knife_spec.rb +5 -5
  161. data/spec/unit/application/solo_spec.rb +13 -13
  162. data/spec/unit/application_spec.rb +19 -19
  163. data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
  164. data/spec/unit/client_spec.rb +23 -23
  165. data/spec/unit/config_spec.rb +4 -4
  166. data/spec/unit/cookbook/metadata_spec.rb +22 -22
  167. data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
  168. data/spec/unit/daemon_spec.rb +21 -22
  169. data/spec/unit/data_bag_item_spec.rb +8 -8
  170. data/spec/unit/data_bag_spec.rb +6 -6
  171. data/spec/unit/deprecation_spec.rb +1 -1
  172. data/spec/unit/dsl/data_query_spec.rb +1 -1
  173. data/spec/unit/environment_spec.rb +5 -5
  174. data/spec/unit/file_access_control_spec.rb +5 -5
  175. data/spec/unit/file_cache_spec.rb +1 -1
  176. data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
  177. data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
  178. data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
  179. data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
  180. data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
  181. data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
  182. data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
  183. data/spec/unit/handler/json_file_spec.rb +1 -1
  184. data/spec/unit/handler_spec.rb +3 -3
  185. data/spec/unit/knife/bootstrap_spec.rb +17 -17
  186. data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
  187. data/spec/unit/knife/client_create_spec.rb +7 -7
  188. data/spec/unit/knife/client_reregister_spec.rb +2 -2
  189. data/spec/unit/knife/client_show_spec.rb +1 -1
  190. data/spec/unit/knife/config_file_selection_spec.rb +4 -4
  191. data/spec/unit/knife/configure_client_spec.rb +4 -4
  192. data/spec/unit/knife/configure_spec.rb +16 -16
  193. data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
  194. data/spec/unit/knife/cookbook_create_spec.rb +5 -5
  195. data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
  196. data/spec/unit/knife/cookbook_download_spec.rb +10 -10
  197. data/spec/unit/knife/cookbook_list_spec.rb +3 -3
  198. data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
  199. data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
  200. data/spec/unit/knife/cookbook_show_spec.rb +4 -4
  201. data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
  202. data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
  203. data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
  204. data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
  205. data/spec/unit/knife/cookbook_test_spec.rb +7 -7
  206. data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
  207. data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
  208. data/spec/unit/knife/core/object_loader_spec.rb +1 -1
  209. data/spec/unit/knife/core/ui_spec.rb +19 -21
  210. data/spec/unit/knife/data_bag_create_spec.rb +4 -4
  211. data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
  212. data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
  213. data/spec/unit/knife/data_bag_show_spec.rb +5 -5
  214. data/spec/unit/knife/environment_create_spec.rb +6 -6
  215. data/spec/unit/knife/environment_delete_spec.rb +6 -6
  216. data/spec/unit/knife/environment_edit_spec.rb +5 -5
  217. data/spec/unit/knife/environment_from_file_spec.rb +7 -7
  218. data/spec/unit/knife/environment_list_spec.rb +4 -4
  219. data/spec/unit/knife/environment_show_spec.rb +4 -4
  220. data/spec/unit/knife/index_rebuild_spec.rb +2 -2
  221. data/spec/unit/knife/knife_help.rb +11 -11
  222. data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
  223. data/spec/unit/knife/node_delete_spec.rb +5 -5
  224. data/spec/unit/knife/node_edit_spec.rb +2 -2
  225. data/spec/unit/knife/node_from_file_spec.rb +5 -5
  226. data/spec/unit/knife/node_list_spec.rb +3 -3
  227. data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
  228. data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
  229. data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
  230. data/spec/unit/knife/node_show_spec.rb +2 -2
  231. data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
  232. data/spec/unit/knife/role_create_spec.rb +5 -5
  233. data/spec/unit/knife/role_delete_spec.rb +5 -5
  234. data/spec/unit/knife/role_edit_spec.rb +5 -5
  235. data/spec/unit/knife/role_from_file_spec.rb +5 -5
  236. data/spec/unit/knife/role_list_spec.rb +2 -2
  237. data/spec/unit/knife/ssh_spec.rb +6 -6
  238. data/spec/unit/knife/status_spec.rb +4 -4
  239. data/spec/unit/knife/tag_create_spec.rb +3 -3
  240. data/spec/unit/knife/tag_delete_spec.rb +3 -3
  241. data/spec/unit/knife/tag_list_spec.rb +2 -2
  242. data/spec/unit/knife/user_create_spec.rb +7 -7
  243. data/spec/unit/knife/user_reregister_spec.rb +3 -3
  244. data/spec/unit/knife/user_show_spec.rb +1 -1
  245. data/spec/unit/knife_spec.rb +29 -29
  246. data/spec/unit/lwrp_spec.rb +2 -2
  247. data/spec/unit/mixin/checksum_spec.rb +2 -2
  248. data/spec/unit/mixin/command_spec.rb +1 -1
  249. data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
  250. data/spec/unit/mixin/params_validate_spec.rb +17 -17
  251. data/spec/unit/mixin/path_sanity_spec.rb +8 -8
  252. data/spec/unit/mixin/securable_spec.rb +87 -87
  253. data/spec/unit/mixin/shell_out_spec.rb +1 -1
  254. data/spec/unit/mixin/template_spec.rb +2 -2
  255. data/spec/unit/node/attribute_spec.rb +3 -3
  256. data/spec/unit/node_spec.rb +12 -12
  257. data/spec/unit/platform_spec.rb +1 -1
  258. data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
  259. data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
  260. data/spec/unit/provider/breakpoint_spec.rb +8 -8
  261. data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
  262. data/spec/unit/provider/cookbook_file_spec.rb +1 -1
  263. data/spec/unit/provider/cron/unix_spec.rb +11 -11
  264. data/spec/unit/provider/cron_spec.rb +40 -40
  265. data/spec/unit/provider/deploy/revision_spec.rb +11 -12
  266. data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
  267. data/spec/unit/provider/deploy_spec.rb +50 -50
  268. data/spec/unit/provider/directory_spec.rb +18 -18
  269. data/spec/unit/provider/env_spec.rb +15 -15
  270. data/spec/unit/provider/erl_call_spec.rb +1 -1
  271. data/spec/unit/provider/execute_spec.rb +5 -5
  272. data/spec/unit/provider/file/content_spec.rb +5 -5
  273. data/spec/unit/provider/file_spec.rb +1 -1
  274. data/spec/unit/provider/git_spec.rb +47 -47
  275. data/spec/unit/provider/group/dscl_spec.rb +16 -15
  276. data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
  277. data/spec/unit/provider/group/groupadd_spec.rb +10 -10
  278. data/spec/unit/provider/group/groupmod_spec.rb +3 -3
  279. data/spec/unit/provider/group/pw_spec.rb +9 -8
  280. data/spec/unit/provider/group/usermod_spec.rb +13 -12
  281. data/spec/unit/provider/group/windows_spec.rb +9 -9
  282. data/spec/unit/provider/group_spec.rb +31 -31
  283. data/spec/unit/provider/http_request_spec.rb +3 -3
  284. data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
  285. data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
  286. data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
  287. data/spec/unit/provider/ifconfig_spec.rb +13 -13
  288. data/spec/unit/provider/link_spec.rb +33 -33
  289. data/spec/unit/provider/mdadm_spec.rb +4 -4
  290. data/spec/unit/provider/mount/aix_spec.rb +5 -5
  291. data/spec/unit/provider/mount/mount_spec.rb +49 -50
  292. data/spec/unit/provider/mount/windows_spec.rb +18 -18
  293. data/spec/unit/provider/mount_spec.rb +12 -12
  294. data/spec/unit/provider/ohai_spec.rb +6 -6
  295. data/spec/unit/provider/package/aix_spec.rb +14 -14
  296. data/spec/unit/provider/package/apt_spec.rb +10 -10
  297. data/spec/unit/provider/package/dpkg_spec.rb +13 -13
  298. data/spec/unit/provider/package/easy_install_spec.rb +6 -6
  299. data/spec/unit/provider/package/freebsd_spec.rb +29 -29
  300. data/spec/unit/provider/package/ips_spec.rb +4 -4
  301. data/spec/unit/provider/package/macports_spec.rb +6 -6
  302. data/spec/unit/provider/package/pacman_spec.rb +17 -17
  303. data/spec/unit/provider/package/portage_spec.rb +18 -18
  304. data/spec/unit/provider/package/rpm_spec.rb +7 -7
  305. data/spec/unit/provider/package/rubygems_spec.rb +31 -31
  306. data/spec/unit/provider/package/smartos_spec.rb +4 -4
  307. data/spec/unit/provider/package/solaris_spec.rb +15 -15
  308. data/spec/unit/provider/package/yum_spec.rb +100 -100
  309. data/spec/unit/provider/package/zypper_spec.rb +10 -10
  310. data/spec/unit/provider/package_spec.rb +21 -21
  311. data/spec/unit/provider/registry_key_spec.rb +2 -2
  312. data/spec/unit/provider/remote_file/content_spec.rb +31 -31
  313. data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
  314. data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
  315. data/spec/unit/provider/remote_file/http_spec.rb +4 -4
  316. data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
  317. data/spec/unit/provider/remote_file_spec.rb +1 -1
  318. data/spec/unit/provider/route_spec.rb +23 -23
  319. data/spec/unit/provider/script_spec.rb +5 -5
  320. data/spec/unit/provider/service/arch_service_spec.rb +41 -41
  321. data/spec/unit/provider/service/debian_service_spec.rb +23 -23
  322. data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
  323. data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
  324. data/spec/unit/provider/service/init_service_spec.rb +13 -13
  325. data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
  326. data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
  327. data/spec/unit/provider/service/macosx_spec.rb +20 -20
  328. data/spec/unit/provider/service/redhat_spec.rb +15 -15
  329. data/spec/unit/provider/service/simple_service_spec.rb +9 -9
  330. data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
  331. data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
  332. data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
  333. data/spec/unit/provider/service/windows_spec.rb +37 -37
  334. data/spec/unit/provider/service_spec.rb +9 -9
  335. data/spec/unit/provider/subversion_spec.rb +36 -36
  336. data/spec/unit/provider/template/content_spec.rb +8 -8
  337. data/spec/unit/provider/template_spec.rb +1 -1
  338. data/spec/unit/provider/user/dscl_spec.rb +9 -9
  339. data/spec/unit/provider/user/pw_spec.rb +20 -20
  340. data/spec/unit/provider/user/solaris_spec.rb +5 -5
  341. data/spec/unit/provider/user/windows_spec.rb +8 -8
  342. data/spec/unit/provider/user_spec.rb +34 -34
  343. data/spec/unit/provider_spec.rb +3 -3
  344. data/spec/unit/recipe_spec.rb +79 -4
  345. data/spec/unit/registry_helper_spec.rb +2 -2
  346. data/spec/unit/resource/cron_spec.rb +2 -2
  347. data/spec/unit/resource/directory_spec.rb +5 -5
  348. data/spec/unit/resource/env_spec.rb +2 -2
  349. data/spec/unit/resource/erl_call_spec.rb +1 -1
  350. data/spec/unit/resource/file_spec.rb +8 -8
  351. data/spec/unit/resource/group_spec.rb +3 -3
  352. data/spec/unit/resource/link_spec.rb +8 -8
  353. data/spec/unit/resource/mdadm_spec.rb +3 -3
  354. data/spec/unit/resource/mount_spec.rb +3 -3
  355. data/spec/unit/resource/route_spec.rb +2 -2
  356. data/spec/unit/resource/user_spec.rb +2 -2
  357. data/spec/unit/resource/yum_package_spec.rb +2 -2
  358. data/spec/unit/resource_collection_spec.rb +1 -1
  359. data/spec/unit/resource_definition_spec.rb +2 -2
  360. data/spec/unit/resource_reporter_spec.rb +71 -16
  361. data/spec/unit/resource_spec.rb +3 -3
  362. data/spec/unit/rest/auth_credentials_spec.rb +2 -2
  363. data/spec/unit/rest_spec.rb +3 -40
  364. data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
  365. data/spec/unit/run_list_spec.rb +9 -9
  366. data/spec/unit/run_status_spec.rb +1 -1
  367. data/spec/unit/runner_spec.rb +8 -8
  368. data/spec/unit/scan_access_control_spec.rb +3 -3
  369. data/spec/unit/search/query_spec.rb +7 -7
  370. data/spec/unit/shell/model_wrapper_spec.rb +2 -2
  371. data/spec/unit/shell/shell_ext_spec.rb +15 -15
  372. data/spec/unit/shell/shell_session_spec.rb +9 -9
  373. data/spec/unit/shell_spec.rb +1 -2
  374. data/spec/unit/user_spec.rb +4 -4
  375. data/spec/unit/util/backup_spec.rb +1 -1
  376. data/spec/unit/util/selinux_spec.rb +7 -7
  377. metadata +106 -51
  378. data/distro/common/html/chef-client.8.html +0 -145
  379. data/distro/common/html/chef-expander.8.html +0 -164
  380. data/distro/common/html/chef-expanderctl.8.html +0 -146
  381. data/distro/common/html/chef-server-webui.8.html +0 -185
  382. data/distro/common/html/chef-server.8.html +0 -182
  383. data/distro/common/html/chef-shell.1.html +0 -286
  384. data/distro/common/html/chef-solo.8.html +0 -185
  385. data/distro/common/html/chef-solr.8.html +0 -165
  386. data/distro/common/html/knife-bootstrap.1.html +0 -241
  387. data/distro/common/html/knife-client.1.html +0 -219
  388. data/distro/common/html/knife-configure.1.html +0 -170
  389. data/distro/common/html/knife-cookbook-site.1.html +0 -241
  390. data/distro/common/html/knife-cookbook.1.html +0 -381
  391. data/distro/common/html/knife-data-bag.1.html +0 -235
  392. data/distro/common/html/knife-environment.1.html +0 -265
  393. data/distro/common/html/knife-exec.1.html +0 -134
  394. data/distro/common/html/knife-index.1.html +0 -125
  395. data/distro/common/html/knife-node.1.html +0 -250
  396. data/distro/common/html/knife-role.1.html +0 -200
  397. data/distro/common/html/knife-search.1.html +0 -288
  398. data/distro/common/html/knife-ssh.1.html +0 -156
  399. data/distro/common/html/knife-status.1.html +0 -128
  400. data/distro/common/html/knife-tag.1.html +0 -137
  401. data/distro/common/html/knife.1.html +0 -315
@@ -1,170 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
- <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
- <title>knife-configure(1) - Generate configuration files for knife or Chef Client</title>
7
- <style type='text/css' media='all'>
8
- /* style: man */
9
- body#manpage {margin:0}
10
- .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
11
- .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
12
- .mp h2 {margin:10px 0 0 0}
13
- .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
14
- .mp h3 {margin:0 0 0 4ex}
15
- .mp dt {margin:0;clear:left}
16
- .mp dt.flush {float:left;width:8ex}
17
- .mp dd {margin:0 0 0 9ex}
18
- .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
19
- .mp pre {margin-bottom:20px}
20
- .mp pre+h2,.mp pre+h3 {margin-top:22px}
21
- .mp h2+pre,.mp h3+pre {margin-top:5px}
22
- .mp img {display:block;margin:auto}
23
- .mp h1.man-title {display:none}
24
- .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
25
- .mp h2 {font-size:16px;line-height:1.25}
26
- .mp h1 {font-size:20px;line-height:2}
27
- .mp {text-align:justify;background:#fff}
28
- .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
29
- .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
30
- .mp u {text-decoration:underline}
31
- .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
32
- .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
33
- .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
34
- .mp b.man-ref {font-weight:normal;color:#434241}
35
- .mp pre {padding:0 4ex}
36
- .mp pre code {font-weight:normal;color:#434241}
37
- .mp h2+pre,h3+pre {padding-left:0}
38
- ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
39
- ol.man-decor {width:100%}
40
- ol.man-decor li.tl {text-align:left}
41
- ol.man-decor li.tc {text-align:center;letter-spacing:4px}
42
- ol.man-decor li.tr {text-align:right;float:right}
43
- </style>
44
- <style type='text/css' media='all'>
45
- /* style: toc */
46
- .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
47
- .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
48
- .man-navigation a:hover {color:#111;text-decoration:underline}
49
- </style>
50
- </head>
51
- <!--
52
- The following styles are deprecated and will be removed at some point:
53
- div#man, div#man ol.man, div#man ol.head, div#man ol.man.
54
-
55
- The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
56
- .man-navigation should be used instead.
57
- -->
58
- <body id='manpage'>
59
- <div class='mp' id='man'>
60
-
61
- <div class='man-navigation' style='display:none'>
62
- <a href="#NAME">NAME</a>
63
- <a href="#SYNOPSIS">SYNOPSIS</a>
64
- <a href="#DESCRIPTION">DESCRIPTION</a>
65
- <a href="#CONFIGURE-SUBCOMMANDS">CONFIGURE SUBCOMMANDS</a>
66
- <a href="#EXAMPLES">EXAMPLES</a>
67
- <a href="#SEE-ALSO">SEE ALSO</a>
68
- <a href="#AUTHOR">AUTHOR</a>
69
- <a href="#DOCUMENTATION">DOCUMENTATION</a>
70
- <a href="#CHEF">CHEF</a>
71
- </div>
72
-
73
- <ol class='man-decor man-head man head'>
74
- <li class='tl'>knife-configure(1)</li>
75
- <li class='tc'>Chef Manual</li>
76
- <li class='tr'>knife-configure(1)</li>
77
- </ol>
78
-
79
- <h2 id="NAME">NAME</h2>
80
- <p class="man-name">
81
- <code>knife-configure</code> - <span class="man-whatis">Generate configuration files for knife or Chef Client</span>
82
- </p>
83
-
84
- <h2 id="SYNOPSIS">SYNOPSIS</h2>
85
-
86
- <p><strong>knife</strong> <strong>configure</strong> [client] <em>(options)</em></p>
87
-
88
- <h2 id="DESCRIPTION">DESCRIPTION</h2>
89
-
90
- <p>Generates a knife.rb configuration file interactively. When given the
91
- --initial option, also creates a new administrative user.</p>
92
-
93
- <h2 id="CONFIGURE-SUBCOMMANDS">CONFIGURE SUBCOMMANDS</h2>
94
-
95
- <p><strong>knife configure</strong> <em>(options)</em></p>
96
-
97
- <dl>
98
- <dt><code>-i</code>, <code>--initial</code></dt><dd>Create an initial API Client</dd>
99
- <dt><code>-r</code>, <code>--repository REPO</code></dt><dd>The path to your chef-repo</dd>
100
- </dl>
101
-
102
-
103
- <p>Create a configuration file for knife. This will prompt for values to
104
- enter into the file. Default values are listed in square brackets if no
105
- other entry is typed. See <strong>knife</strong>(1) for a description of
106
- configuration options.</p>
107
-
108
- <p><strong>knife configure client</strong> <em>directory</em></p>
109
-
110
- <p>Read the <em>knife.rb</em> config file and generate a config file suitable for
111
- use in <em>/etc/chef/client.rb</em> and copy the validation certificate into
112
- the specified <em>directory</em>.</p>
113
-
114
- <h2 id="EXAMPLES">EXAMPLES</h2>
115
-
116
- <ul>
117
- <li><p>On a freshly installed Chef Server, use <em>knife configure -i</em> to
118
- create an administrator and knife configuration file. Leave the
119
- field blank to accept the default value. On most systems, the
120
- default values are acceptable.</p>
121
-
122
- <p>user@host$ knife configure -i
123
- Please enter the chef server URL: [http://localhost:4000]
124
- Please enter a clientname for the new client: [username]
125
- Please enter the existing admin clientname: [chef-webui]
126
- Please enter the location of the existing admin client's private key: [/etc/chef/webui.pem]
127
- Please enter the validation clientname: [chef-validator]
128
- Please enter the location of the validation key: [/etc/chef/validation.pem]
129
- Please enter the path to a chef repository (or leave blank):
130
- Creating initial API user...
131
- Created (or updated) client[username]
132
- Configuration file written to /home/username/.chef/knife.rb</p>
133
-
134
- <p>This creates a new administrator client named <em>username</em>, writes
135
- a configuration file to <em>/home/username/.chef/knife.rb</em>, and the
136
- private key to <em>/home/username/.chef/username.pem</em>. The
137
- configuration file and private key may be copied to another system
138
- to facilitate administration of the Chef Server from a remote
139
- system. Depending on the value given for the Chef Server URL, you
140
- may need to modify that setting after copying to a remote host.</p></li>
141
- </ul>
142
-
143
-
144
- <h2 id="SEE-ALSO">SEE ALSO</h2>
145
-
146
- <p> <strong>knife</strong>(1) <strong>knife-client</strong>(1)</p>
147
-
148
- <h2 id="AUTHOR">AUTHOR</h2>
149
-
150
- <p> Chef was written by Adam Jacob <a href="&#109;&#x61;&#x69;&#108;&#116;&#x6f;&#x3a;&#x61;&#x64;&#97;&#109;&#x40;&#x6f;&#112;&#115;&#99;&#111;&#x64;&#x65;&#x2e;&#x63;&#111;&#109;" data-bare-link="true">&#97;&#x64;&#97;&#x6d;&#64;&#x6f;&#112;&#x73;&#x63;&#x6f;&#100;&#x65;&#x2e;&#99;&#111;&#109;</a> with many contributions from the community.</p>
151
-
152
- <h2 id="DOCUMENTATION">DOCUMENTATION</h2>
153
-
154
- <p> This manual page was written by Joshua Timberman <a href="&#x6d;&#97;&#105;&#x6c;&#116;&#111;&#x3a;&#106;&#x6f;&#115;&#x68;&#117;&#x61;&#x40;&#111;&#x70;&#115;&#99;&#111;&#100;&#x65;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x6a;&#111;&#115;&#x68;&#x75;&#97;&#x40;&#x6f;&#x70;&#115;&#x63;&#x6f;&#x64;&#x65;&#46;&#x63;&#111;&#109;</a>.
155
- Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
156
-
157
- <h2 id="CHEF">CHEF</h2>
158
-
159
- <p> Knife is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home" data-bare-link="true">http://wiki.opscode.com/display/chef/Home</a></p>
160
-
161
-
162
- <ol class='man-decor man-foot man foot'>
163
- <li class='tl'>Chef 11.10.0.rc.0</li>
164
- <li class='tc'>January 2014</li>
165
- <li class='tr'>knife-configure(1)</li>
166
- </ol>
167
-
168
- </div>
169
- </body>
170
- </html>
@@ -1,241 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
- <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
- <title>knife-cookbook-site(1) - Install and update open source cookbooks</title>
7
- <style type='text/css' media='all'>
8
- /* style: man */
9
- body#manpage {margin:0}
10
- .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
11
- .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
12
- .mp h2 {margin:10px 0 0 0}
13
- .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
14
- .mp h3 {margin:0 0 0 4ex}
15
- .mp dt {margin:0;clear:left}
16
- .mp dt.flush {float:left;width:8ex}
17
- .mp dd {margin:0 0 0 9ex}
18
- .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
19
- .mp pre {margin-bottom:20px}
20
- .mp pre+h2,.mp pre+h3 {margin-top:22px}
21
- .mp h2+pre,.mp h3+pre {margin-top:5px}
22
- .mp img {display:block;margin:auto}
23
- .mp h1.man-title {display:none}
24
- .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
25
- .mp h2 {font-size:16px;line-height:1.25}
26
- .mp h1 {font-size:20px;line-height:2}
27
- .mp {text-align:justify;background:#fff}
28
- .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
29
- .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
30
- .mp u {text-decoration:underline}
31
- .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
32
- .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
33
- .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
34
- .mp b.man-ref {font-weight:normal;color:#434241}
35
- .mp pre {padding:0 4ex}
36
- .mp pre code {font-weight:normal;color:#434241}
37
- .mp h2+pre,h3+pre {padding-left:0}
38
- ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
39
- ol.man-decor {width:100%}
40
- ol.man-decor li.tl {text-align:left}
41
- ol.man-decor li.tc {text-align:center;letter-spacing:4px}
42
- ol.man-decor li.tr {text-align:right;float:right}
43
- </style>
44
- <style type='text/css' media='all'>
45
- /* style: toc */
46
- .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
47
- .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
48
- .man-navigation a:hover {color:#111;text-decoration:underline}
49
- </style>
50
- </head>
51
- <!--
52
- The following styles are deprecated and will be removed at some point:
53
- div#man, div#man ol.man, div#man ol.head, div#man ol.man.
54
-
55
- The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
56
- .man-navigation should be used instead.
57
- -->
58
- <body id='manpage'>
59
- <div class='mp' id='man'>
60
-
61
- <div class='man-navigation' style='display:none'>
62
- <a href="#NAME">NAME</a>
63
- <a href="#SYNOPSIS">SYNOPSIS</a>
64
- <a href="#COOKBOOK-SITE-SUB-COMMANDS">COOKBOOK SITE SUB-COMMANDS</a>
65
- <a href="#INSTALL">INSTALL</a>
66
- <a href="#DOWNLOAD">DOWNLOAD</a>
67
- <a href="#LIST">LIST</a>
68
- <a href="#SEARCH">SEARCH</a>
69
- <a href="#SHARE">SHARE</a>
70
- <a href="#UNSHARE">UNSHARE</a>
71
- <a href="#SHOW">SHOW</a>
72
- <a href="#DESCRIPTION">DESCRIPTION</a>
73
- <a href="#EXAMPLES">EXAMPLES</a>
74
- <a href="#SEE-ALSO">SEE ALSO</a>
75
- <a href="#AUTHOR">AUTHOR</a>
76
- <a href="#DOCUMENTATION">DOCUMENTATION</a>
77
- <a href="#CHEF">CHEF</a>
78
- </div>
79
-
80
- <ol class='man-decor man-head man head'>
81
- <li class='tl'>knife-cookbook-site(1)</li>
82
- <li class='tc'>Chef Manual</li>
83
- <li class='tr'>knife-cookbook-site(1)</li>
84
- </ol>
85
-
86
- <h2 id="NAME">NAME</h2>
87
- <p class="man-name">
88
- <code>knife-cookbook-site</code> - <span class="man-whatis">Install and update open source cookbooks</span>
89
- </p>
90
-
91
- <h2 id="SYNOPSIS">SYNOPSIS</h2>
92
-
93
- <p><strong>knife</strong> <strong>cookbook site</strong> <em>sub-command</em> <em>(options)</em></p>
94
-
95
- <h2 id="COOKBOOK-SITE-SUB-COMMANDS">COOKBOOK SITE SUB-COMMANDS</h2>
96
-
97
- <p><code>knife cookbook site</code> provides the following subcommands:</p>
98
-
99
- <h2 id="INSTALL">INSTALL</h2>
100
-
101
- <p><strong>cookbook site install COOKBOOK [VERSION]</strong> <em>(options)</em></p>
102
-
103
- <dl>
104
- <dt><code>-D</code>, <code>--skip-dependencies</code></dt><dd>Skip automatic installation of dependencies.</dd>
105
- <dt><code>-o</code>, <code>--cookbook-path PATH</code></dt><dd>Install cookbooks to PATH</dd>
106
- <dt><code>-B</code>, <code>--branch BRANCH</code></dt><dd>Default branch to work with [defaults to master]</dd>
107
- </dl>
108
-
109
-
110
- <p>Uses <span class="man-ref">git<span class="s">(1)</span></span> version control in conjunction with the cookbook site to
111
- install community contributed cookbooks to your local cookbook
112
- repository. Running <code>knife cookbook site install</code> does the following:</p>
113
-
114
- <ol>
115
- <li>A new "pristine copy" branch is created in git for tracking the
116
- upstream;</li>
117
- <li>All existing cookbooks are removed from the branch;</li>
118
- <li>The cookbook is downloaded from the cookbook site in tarball form;</li>
119
- <li>The downloaded cookbook is untarred, and its contents commited via git;</li>
120
- <li>The pristine copy branch is merged into the master branch.</li>
121
- </ol>
122
-
123
-
124
- <p>By installing cookbook with this process, you can locally modify the
125
- upstream cookbook in your master branch and let git maintain your
126
- changes as a separate patch. When an updated upstream version becomes
127
- available, you will be able to merge the upstream changes while
128
- maintaining your local modifications.</p>
129
-
130
- <p>Unless <em>--skip-dependencies</em> is specified, the process is applied recursively to all the
131
- cookbooks <em>COOKBOOK</em> depends on (via metadata <em>dependencies</em>).</p>
132
-
133
- <h2 id="DOWNLOAD">DOWNLOAD</h2>
134
-
135
- <p><strong>knife cookbook site download COOKBOOK [VERSION]</strong> <em>(options)</em></p>
136
-
137
- <dl>
138
- <dt><code>-f</code>, <code>--file FILE</code></dt><dd>The filename to write to</dd>
139
- <dt class="flush"><code>--force</code></dt><dd>Force download deprecated cookbook</dd>
140
- </dl>
141
-
142
-
143
- <p>Downloads a specific cookbook from the Community site, optionally
144
- specifying a certain version.</p>
145
-
146
- <h2 id="LIST">LIST</h2>
147
-
148
- <p><strong>knife cookbook site list</strong> <em>(options)</em></p>
149
-
150
- <dl>
151
- <dt><code>-w</code>, <code>--with-uri</code></dt><dd>Show corresponding URIs</dd>
152
- </dl>
153
-
154
-
155
- <p>Lists available cookbooks from the Community site.</p>
156
-
157
- <h2 id="SEARCH">SEARCH</h2>
158
-
159
- <p><strong>knife cookbook site search QUERY</strong> <em>(options)</em></p>
160
-
161
- <p>Searches for available cookbooks matching the specified query.</p>
162
-
163
- <h2 id="SHARE">SHARE</h2>
164
-
165
- <p><strong>knife cookbook site share COOKBOOK CATEGORY</strong> <em>(options)</em></p>
166
-
167
- <dl>
168
- <dt><code>-k</code>, <code>--key KEY</code></dt><dd>API Client Key</dd>
169
- <dt><code>-u</code>, <code>--user USER</code></dt><dd>API Client Username</dd>
170
- <dt><code>-o</code>, <code>--cookbook-path PATH:PATH</code></dt><dd>A colon-separated path to look for cookbooks in</dd>
171
- </dl>
172
-
173
-
174
- <p>Uploads the specified cookbook using the given category to the Opscode
175
- cookbooks site. Requires a login user and certificate for the Opscode
176
- Cookbooks site. By default, knife will use the username and API key
177
- you've configured in your configuration file; otherwise you must
178
- explicitly set these values on the command line or use an alternate
179
- configuration file.</p>
180
-
181
- <h2 id="UNSHARE">UNSHARE</h2>
182
-
183
- <p><strong>knife cookbook site unshare COOKBOOK</strong></p>
184
-
185
- <p>Stops sharing the specified cookbook on the Opscode cookbooks site.</p>
186
-
187
- <h2 id="SHOW">SHOW</h2>
188
-
189
- <p><strong>knife cookbook site show COOKBOOK [VERSION]</strong> <em>(options)</em></p>
190
-
191
- <p>Shows information from the site about a particular cookbook.</p>
192
-
193
- <h2 id="DESCRIPTION">DESCRIPTION</h2>
194
-
195
- <p>The cookbook site, <a href="http://community.opscode.com/" data-bare-link="true">http://community.opscode.com/</a>, is a cookbook
196
- distribution service operated by Opscode. This service provides users
197
- with a central location to publish cookbooks for sharing with other
198
- community members.</p>
199
-
200
- <p><code>knife cookbook site</code> commands provide an interface to the cookbook
201
- site's HTTP API. For commands that read data from the API, no account is
202
- required. In order to upload cookbooks using the <code>knife cookbook site
203
- share</code> command, you must create an account on the cookbook site and
204
- configure your credentials via command line option or in your knife
205
- configuration file.</p>
206
-
207
- <h2 id="EXAMPLES">EXAMPLES</h2>
208
-
209
- <p>Uploading cookbooks to the Opscode cookbooks site:</p>
210
-
211
- <pre><code>knife cookbook site share example Other -k ~/.chef/USERNAME.pem -u USERNAME
212
- </code></pre>
213
-
214
- <h2 id="SEE-ALSO">SEE ALSO</h2>
215
-
216
- <p> <strong><span class="man-ref">knife-cookbook<span class="s">(1)</span></span></strong>
217
- <a href="http://community.opscode.com/cookbooks" data-bare-link="true">http://community.opscode.com/cookbooks</a></p>
218
-
219
- <h2 id="AUTHOR">AUTHOR</h2>
220
-
221
- <p> Chef was written by Adam Jacob <a href="&#109;&#x61;&#105;&#108;&#x74;&#111;&#x3a;&#x61;&#100;&#x61;&#109;&#x40;&#x6f;&#112;&#x73;&#x63;&#x6f;&#x64;&#101;&#x2e;&#x63;&#x6f;&#109;" data-bare-link="true">&#97;&#x64;&#x61;&#x6d;&#x40;&#x6f;&#112;&#x73;&#x63;&#x6f;&#x64;&#x65;&#46;&#99;&#x6f;&#x6d;</a> with many contributions from the community.</p>
222
-
223
- <h2 id="DOCUMENTATION">DOCUMENTATION</h2>
224
-
225
- <p> This manual page was written by Joshua Timberman <a href="&#109;&#97;&#105;&#108;&#x74;&#111;&#x3a;&#106;&#x6f;&#115;&#x68;&#117;&#x61;&#64;&#111;&#x70;&#x73;&#x63;&#111;&#100;&#101;&#46;&#x63;&#111;&#x6d;" data-bare-link="true">&#x6a;&#x6f;&#115;&#x68;&#117;&#x61;&#x40;&#111;&#x70;&#x73;&#x63;&#x6f;&#100;&#101;&#46;&#99;&#x6f;&#x6d;</a>.
226
- Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
227
-
228
- <h2 id="CHEF">CHEF</h2>
229
-
230
- <p> Knife is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home" data-bare-link="true">http://wiki.opscode.com/display/chef/Home</a></p>
231
-
232
-
233
- <ol class='man-decor man-foot man foot'>
234
- <li class='tl'>Chef 11.10.0.rc.0</li>
235
- <li class='tc'>January 2014</li>
236
- <li class='tr'>knife-cookbook-site(1)</li>
237
- </ol>
238
-
239
- </div>
240
- </body>
241
- </html>
@@ -1,381 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
- <meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
6
- <title>knife-cookbook(1) - upload and manage chef cookbooks</title>
7
- <style type='text/css' media='all'>
8
- /* style: man */
9
- body#manpage {margin:0}
10
- .mp {max-width:100ex;padding:0 9ex 1ex 4ex}
11
- .mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
12
- .mp h2 {margin:10px 0 0 0}
13
- .mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
14
- .mp h3 {margin:0 0 0 4ex}
15
- .mp dt {margin:0;clear:left}
16
- .mp dt.flush {float:left;width:8ex}
17
- .mp dd {margin:0 0 0 9ex}
18
- .mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
19
- .mp pre {margin-bottom:20px}
20
- .mp pre+h2,.mp pre+h3 {margin-top:22px}
21
- .mp h2+pre,.mp h3+pre {margin-top:5px}
22
- .mp img {display:block;margin:auto}
23
- .mp h1.man-title {display:none}
24
- .mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
25
- .mp h2 {font-size:16px;line-height:1.25}
26
- .mp h1 {font-size:20px;line-height:2}
27
- .mp {text-align:justify;background:#fff}
28
- .mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
29
- .mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
30
- .mp u {text-decoration:underline}
31
- .mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
32
- .mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
33
- .mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
34
- .mp b.man-ref {font-weight:normal;color:#434241}
35
- .mp pre {padding:0 4ex}
36
- .mp pre code {font-weight:normal;color:#434241}
37
- .mp h2+pre,h3+pre {padding-left:0}
38
- ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
39
- ol.man-decor {width:100%}
40
- ol.man-decor li.tl {text-align:left}
41
- ol.man-decor li.tc {text-align:center;letter-spacing:4px}
42
- ol.man-decor li.tr {text-align:right;float:right}
43
- </style>
44
- <style type='text/css' media='all'>
45
- /* style: toc */
46
- .man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
47
- .man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
48
- .man-navigation a:hover {color:#111;text-decoration:underline}
49
- </style>
50
- </head>
51
- <!--
52
- The following styles are deprecated and will be removed at some point:
53
- div#man, div#man ol.man, div#man ol.head, div#man ol.man.
54
-
55
- The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
56
- .man-navigation should be used instead.
57
- -->
58
- <body id='manpage'>
59
- <div class='mp' id='man'>
60
-
61
- <div class='man-navigation' style='display:none'>
62
- <a href="#NAME">NAME</a>
63
- <a href="#SYNOPSIS">SYNOPSIS</a>
64
- <a href="#SUB-COMMANDS">SUB-COMMANDS</a>
65
- <a href="#LIST">LIST</a>
66
- <a href="#SHOW">SHOW</a>
67
- <a href="#UPLOAD">UPLOAD</a>
68
- <a href="#DOWNLOAD">DOWNLOAD</a>
69
- <a href="#DELETE">DELETE</a>
70
- <a href="#BULK-DELETE">BULK DELETE</a>
71
- <a href="#COOKBOOK-CREATE">COOKBOOK CREATE</a>
72
- <a href="#METADATA">METADATA</a>
73
- <a href="#METADATA-FROM-FILE">METADATA FROM FILE</a>
74
- <a href="#TEST">TEST</a>
75
- <a href="#RECIPE-LIST">RECIPE LIST</a>
76
- <a href="#DESCRIPTION">DESCRIPTION</a>
77
- <a href="#SEE-ALSO">SEE ALSO</a>
78
- <a href="#AUTHOR">AUTHOR</a>
79
- <a href="#DOCUMENTATION">DOCUMENTATION</a>
80
- <a href="#CHEF">CHEF</a>
81
- </div>
82
-
83
- <ol class='man-decor man-head man head'>
84
- <li class='tl'>knife-cookbook(1)</li>
85
- <li class='tc'>Chef Manual</li>
86
- <li class='tr'>knife-cookbook(1)</li>
87
- </ol>
88
-
89
- <h2 id="NAME">NAME</h2>
90
- <p class="man-name">
91
- <code>knife-cookbook</code> - <span class="man-whatis">upload and manage chef cookbooks</span>
92
- </p>
93
-
94
- <h2 id="SYNOPSIS">SYNOPSIS</h2>
95
-
96
- <p><strong>knife</strong> <strong>cookbook</strong> <em>sub-command</em> <em>(options)</em></p>
97
-
98
- <h2 id="SUB-COMMANDS">SUB-COMMANDS</h2>
99
-
100
- <p><code>knife cookbook</code> supports the following sub commands:</p>
101
-
102
- <h2 id="LIST">LIST</h2>
103
-
104
- <p><strong>knife cookbook list</strong> <em>(options)</em></p>
105
-
106
- <dl>
107
- <dt><code>-a</code>, <code>--all</code></dt><dd>show all versions of a cookbook instead of just the most recent</dd>
108
- <dt><code>-w</code>, <code>--with-uri</code></dt><dd>show corresponding uris</dd>
109
- </dl>
110
-
111
-
112
- <p>Lists the cookbooks available on the Chef server.</p>
113
-
114
- <h2 id="SHOW">SHOW</h2>
115
-
116
- <p><strong>knife cookbook show cookbook [version] [part] [filename]</strong> <em>(options)</em></p>
117
-
118
- <dl>
119
- <dt><code>-f</code>, <code>--fqdn fqdn </code></dt><dd>the fqdn of the host to see the file for</dd>
120
- <dt><code>-p</code>, <code>--platform platform </code></dt><dd>the platform to see the file for</dd>
121
- <dt><code>-v</code>, <code>--platform-version version</code></dt><dd>the platform version to see the file for</dd>
122
- <dt><code>-w</code>, <code>--with-uri</code></dt><dd>Show corresponding URIs</dd>
123
- </dl>
124
-
125
-
126
- <p>show a particular part of a <em>cookbook</em> for the specified <em>version</em>. <em>part</em> can be one of:</p>
127
-
128
- <ul>
129
- <li><em>attributes</em></li>
130
- <li><em>definitions</em></li>
131
- <li><em>files</em></li>
132
- <li><em>libraries</em></li>
133
- <li><em>providers</em></li>
134
- <li><em>recipes</em></li>
135
- <li><em>resources</em></li>
136
- <li><em>templates</em></li>
137
- </ul>
138
-
139
-
140
- <h2 id="UPLOAD">UPLOAD</h2>
141
-
142
- <p><strong>knife cookbook upload [cookbooks...]</strong> <em>(options)</em></p>
143
-
144
- <dl>
145
- <dt><code>-a</code>, <code>--all</code></dt><dd>upload all cookbooks, rather than just a single cookbook</dd>
146
- <dt><code>-o</code>, <code>--cookbook-path path:path</code></dt><dd>a colon-separated path to look for cookbooks in</dd>
147
- <dt><code>-d</code>, <code>--upload-dependencies</code></dt><dd>Uploads additional cookbooks that this cookbook lists in as
148
- dependencies in its metadata.</dd>
149
- <dt><code>-E</code>, <code>--environment ENVIRONMENT</code></dt><dd>An <em>ENVIRONMENT</em> to apply the uploaded cookbooks to. Specifying this
150
- option will cause knife to edit the <em>ENVIRONMENT</em> to place a strict
151
- version constraint on the cookbook version(s) uploaded.</dd>
152
- <dt><code>--freeze</code></dt><dd>Sets the frozen flag on the uploaded cookbook(s) Any future attempt
153
- to modify the cookbook without changing the version number will
154
- return an error unless --force is specified.</dd>
155
- <dt class="flush"><code>--force</code></dt><dd>Overrides the frozen flag on a cookbook, allowing you to overwrite a
156
- cookbook version that has previously been uploaded with the --freeze
157
- option.</dd>
158
- </dl>
159
-
160
-
161
- <p>Uploads one or more cookbooks from your local cookbook repository(ies)
162
- to the Chef Server. Only files that don't yet exist on the server will
163
- be uploaded.</p>
164
-
165
- <p>As the command parses the name args as 1..n cookbook names:
166
- <code>knife cookbook upload COOKBOOK COOKBOOK ...</code>
167
- works for one to many cookbooks.</p>
168
-
169
- <h2 id="DOWNLOAD">DOWNLOAD</h2>
170
-
171
- <p><strong>knife cookbook download cookbook [version]</strong> <em>(options)</em></p>
172
-
173
- <dl>
174
- <dt><code>-d</code>, <code>--dir download_directory</code></dt><dd>the directory to download the cookbook into</dd>
175
- <dt><code>-f</code>, <code>--force</code></dt><dd>overwrite an existing directory with the download</dd>
176
- <dt><code>-n</code>, <code>--latest</code></dt><dd>download the latest version of the cookbook</dd>
177
- </dl>
178
-
179
-
180
- <p>download a cookbook from the chef server. if no version is specified and
181
- only one version exists on the server, that version will be downloaded.
182
- if no version is specified and multiple versions are available on the
183
- server, you will be prompted for a version to download.</p>
184
-
185
- <h2 id="DELETE">DELETE</h2>
186
-
187
- <p><strong>knife cookbook delete cookbook [version]</strong> <em>(options)</em></p>
188
-
189
- <dl>
190
- <dt><code>-a</code>, <code>--all</code></dt><dd>delete all versions</dd>
191
- <dt><code>-p</code>, <code>--purge</code></dt><dd>purge files from backing store. this will disable any cookbook that contains any of the same files as the cookbook being purged.</dd>
192
- </dl>
193
-
194
-
195
- <p>delete the specified <em>version</em> of the named <em>cookbook</em>. if no version is
196
- specified, and only one version exists on the server, that version will
197
- be deleted. if multiple versions are available on the server, you will
198
- be prompted for a version to delete.</p>
199
-
200
- <h2 id="BULK-DELETE">BULK DELETE</h2>
201
-
202
- <p><strong>knife cookbook bulk delete regex</strong> <em>(options)</em></p>
203
-
204
- <dl>
205
- <dt><code>-p</code>, <code>--purge</code></dt><dd>purge files from backing store. this will disable any cookbook that
206
- contains any of the same files as the cookbook being purged.</dd>
207
- </dl>
208
-
209
-
210
- <p>delete cookbooks on the chef server based on a regular expression. the
211
- regular expression (<em>regex</em>) should be in quotes, not in //'s.</p>
212
-
213
- <h2 id="COOKBOOK-CREATE">COOKBOOK CREATE</h2>
214
-
215
- <p><strong>knife cookbook create cookbook</strong> <em>(options)</em></p>
216
-
217
- <dl>
218
- <dt><code>-o</code>, <code>--cookbook-path path</code></dt><dd>the directory where the cookbook will be created</dd>
219
- <dt><code>-r</code>, <code>--readme-format format</code></dt><dd>format of the readme file md, mkd, txt, rdoc</dd>
220
- <dt><code>-C</code>, <code>--copyright copyright</code></dt><dd>name of copyright holder</dd>
221
- <dt><code>-i</code>, <code>--license license</code></dt><dd>license for cookbook, apachev2 or none</dd>
222
- <dt><code>-m</code>, <code>--email email</code></dt><dd>email address of cookbook maintainer</dd>
223
- </dl>
224
-
225
-
226
- <p>this is a helper command that creates a new cookbook directory in the
227
- <code>cookbook_path</code>. the following directories and files are created for the
228
- named cookbook.</p>
229
-
230
- <ul>
231
- <li>cookbook/attributes</li>
232
- <li>cookbook/definitions</li>
233
- <li>cookbook/files/default</li>
234
- <li>cookbook/libraries</li>
235
- <li>cookbook/metadata.rb</li>
236
- <li>cookbook/providers</li>
237
- <li>cookbook/readme.md</li>
238
- <li>cookbook/recipes/default.rb</li>
239
- <li>cookbook/resources</li>
240
- <li>cookbook/templates/default</li>
241
- </ul>
242
-
243
-
244
- <p>supported readme formats are 'md' (default), 'mkd', 'txt', 'rdoc'. the
245
- readme file will be written with the specified extension and a set of
246
- helpful starting headers.</p>
247
-
248
- <p>specify <code>-C</code> or <code>--copyright</code> with the name of the copyright holder as
249
- your name or your company/organization name in a quoted string. if this
250
- value is not specified an all-caps string <code>your_company_name</code> is used
251
- which can be easily changed with find/replace.</p>
252
-
253
- <p>specify <code>-i</code> or <code>--license</code> with the license that the cookbook is
254
- distributed under for sharing with other people or posting to the
255
- opscode cookbooks site. be aware of the licenses of files you put inside
256
- the cookbook and follow any restrictions they describe. when using
257
- <code>none</code> (default) or <code>apachev2</code>, comment header text and metadata file
258
- are pre-filled. the <code>none</code> license will be treated as
259
- non-redistributable.</p>
260
-
261
- <p>specify <code>-m</code> or <code>--email</code> with the email address of the cookbook's
262
- maintainer. if this value is not specified, an all-caps string
263
- <code>your_email</code> is used which can easily be changed with find/replace.</p>
264
-
265
- <p>the cookbook copyright, license, email and readme_format settings can be filled in the
266
- <code>knife.rb</code>, for example with default values:</p>
267
-
268
- <pre><code>cookbook_copyright "your_company_name"
269
- cookbook_license "none"
270
- cookbook_email "your_email"
271
- readme_format "md"
272
- </code></pre>
273
-
274
- <h2 id="METADATA">METADATA</h2>
275
-
276
- <p><strong>knife cookbook metadata cookbook</strong> <em>(options)</em></p>
277
-
278
- <dl>
279
- <dt><code>-a</code>, <code>--all</code></dt><dd>generate metadata for all cookbooks, rather than just a single cookbook</dd>
280
- <dt><code>-o</code>, <code>--cookbook-path path:path</code></dt><dd>a colon-separated path to look for cookbooks in</dd>
281
- </dl>
282
-
283
-
284
- <p>generate cookbook metadata for the named <em>cookbook</em>. the <em>path</em> used here specifies where the cookbooks directory is located and corresponds to the <code>cookbook_path</code> configuration option.</p>
285
-
286
- <h2 id="METADATA-FROM-FILE">METADATA FROM FILE</h2>
287
-
288
- <p><strong>knife cookbook metadata from file</strong> <em>(options)</em></p>
289
-
290
- <p>load the cookbook metadata from a specified file.</p>
291
-
292
- <h2 id="TEST">TEST</h2>
293
-
294
- <p><strong>knife cookbook test [cookbooks...]</strong> <em>(options)</em></p>
295
-
296
- <dl>
297
- <dt><code>-a</code>, <code>--all</code></dt><dd>test all cookbooks, rather than just a single cookbook</dd>
298
- <dt><code>-o</code>, <code>--cookbook-path path:path</code></dt><dd>a colon-separated path to look for cookbooks in</dd>
299
- </dl>
300
-
301
-
302
- <p>test the specified cookbooks for syntax errors. this uses the built-in
303
- ruby syntax checking option for files in the cookbook ending in <code>.rb</code>,
304
- and the erb syntax check for files ending in <code>.erb</code> (templates).</p>
305
-
306
- <h2 id="RECIPE-LIST">RECIPE LIST</h2>
307
-
308
- <p><strong>knife recipe list [PATTERN]</strong></p>
309
-
310
- <p>List available recipes from the server. Specify <em>PATTERN</em> as a regular
311
- expression to limit the results.</p>
312
-
313
- <h2 id="DESCRIPTION">DESCRIPTION</h2>
314
-
315
- <p>Cookbooks are the fundamental unit of distribution in Chef. They
316
- encapsulate all recipes of resources and assets used to configure a
317
- particular aspect of the infrastructure. The following sub-commands can
318
- be used to manipulate the cookbooks stored on the Chef Server.</p>
319
-
320
- <p>On disk, cookbooks are directories with a defined structure. The
321
- following directories may appear within a cookbook:</p>
322
-
323
- <dl>
324
- <dt>COOKBOOK/attributes/</dt><dd>Ruby files that define default parameters to be used in recipes</dd>
325
- <dt>COOKBOOK/definitions/</dt><dd>Ruby files that contain <em>resource definitions</em></dd>
326
- <dt>COOKBOOK/files/SPECIFICITY</dt><dd>Files of arbitrary type. These files may be downloaded by
327
- <span class="man-ref">chef-client<span class="s">(8)</span></span> when configuring a host.</dd>
328
- <dt>COOKBOOK/libraries/</dt><dd>Ruby files that contain library code needed for recipes</dd>
329
- <dt>COOKBOOK/providers/</dt><dd>Ruby files that contain Lightweight Provider definitions</dd>
330
- <dt>COOKBOOK/recipes/</dt><dd>Ruby files that use Chef's recipe DSL to describe the desired
331
- configuration of a system</dd>
332
- <dt>COOKBOOK/resources/</dt><dd>Ruby files that contain Lightweight Resource definitions</dd>
333
- <dt>COOKBOOK/templates/SPECIFICITY</dt><dd>ERuby (ERb) template files. These are referenced by <em>recipes</em> and
334
- evaluated to dynamically generate configuration files.</dd>
335
- </dl>
336
-
337
-
338
- <p><strong>SPECIFICITY</strong> is a feature of <em>files</em> and <em>templates</em> that allow you
339
- to specify alternate files to be used on a specific OS platform or host.
340
- The default specificity setting is <em>default</em>, that is files in
341
- <code>COOKBOOK/files/default</code> will be used when a more specific copy is not
342
- available. Further documentation for this feature is available on the
343
- Chef wiki: <a href="http://wiki.opscode.com/display/chef/File+Distribution#FileDistribution-FileSpecificity" data-bare-link="true">http://wiki.opscode.com/display/chef/File+Distribution#FileDistribution-FileSpecificity</a></p>
344
-
345
- <p>Cookbooks also contain a metadata file that defines various properties
346
- of the cookbook. The most important of these are the <em>version</em> and the
347
- <em>dependencies</em>. The <em>version</em> is used in combination with environments
348
- to select which copy of a given cookbook is distributed to a node. The
349
- <em>dependencies</em> are used by the server to determine which additional
350
- cookbooks must be distributed to a given host when it requires a
351
- cookbook.</p>
352
-
353
- <h2 id="SEE-ALSO">SEE ALSO</h2>
354
-
355
- <p> <strong><span class="man-ref">knife-environment<span class="s">(1)</span></span></strong> <strong><span class="man-ref">knife-cookbook-site<span class="s">(1)</span></span></strong>
356
- <a href="http://wiki.opscode.com/display/chef/Cookbooks" data-bare-link="true">http://wiki.opscode.com/display/chef/Cookbooks</a>
357
- <a href="http://wiki.opscode.com/display/chef/Metadata" data-bare-link="true">http://wiki.opscode.com/display/chef/Metadata</a></p>
358
-
359
- <h2 id="AUTHOR">AUTHOR</h2>
360
-
361
- <p> Chef was written by Adam Jacob <a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#97;&#100;&#97;&#x6d;&#x40;&#111;&#x70;&#115;&#99;&#x6f;&#100;&#x65;&#x2e;&#99;&#111;&#x6d;" data-bare-link="true">&#97;&#x64;&#x61;&#109;&#64;&#x6f;&#112;&#115;&#99;&#x6f;&#100;&#x65;&#46;&#x63;&#x6f;&#109;</a> with many contributions from the community.</p>
362
-
363
- <h2 id="DOCUMENTATION">DOCUMENTATION</h2>
364
-
365
- <p> This manual page was written by Joshua Timberman <a href="&#x6d;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x6a;&#x6f;&#x73;&#104;&#x75;&#x61;&#64;&#111;&#x70;&#115;&#x63;&#111;&#100;&#x65;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x6a;&#x6f;&#x73;&#x68;&#117;&#x61;&#64;&#x6f;&#112;&#x73;&#99;&#x6f;&#100;&#101;&#46;&#99;&#111;&#x6d;</a>.
366
- Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p>
367
-
368
- <h2 id="CHEF">CHEF</h2>
369
-
370
- <p> Knife is distributed with Chef. <a href="http://wiki.opscode.com/display/chef/Home" data-bare-link="true">http://wiki.opscode.com/display/chef/Home</a></p>
371
-
372
-
373
- <ol class='man-decor man-foot man foot'>
374
- <li class='tl'>Chef 11.10.0.rc.0</li>
375
- <li class='tc'>January 2014</li>
376
- <li class='tr'>knife-cookbook(1)</li>
377
- </ol>
378
-
379
- </div>
380
- </body>
381
- </html>