chef 13.11.3-universal-mingw32 → 13.12.3-universal-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 (260) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +4 -3
  3. data/README.md +35 -40
  4. data/Rakefile +18 -22
  5. data/chef-universal-mingw32.gemspec +1 -1
  6. data/chef.gemspec +3 -3
  7. data/lib/chef/client.rb +1 -1
  8. data/lib/chef/mixin/params_validate.rb +3 -1
  9. data/lib/chef/provider/script.rb +2 -2
  10. data/lib/chef/version.rb +1 -1
  11. data/spec/functional/http/simple_spec.rb +12 -6
  12. data/spec/functional/resource/remote_file_spec.rb +19 -15
  13. data/spec/support/platform_helpers.rb +2 -1
  14. data/tasks/announce.rb +1 -1
  15. data/tasks/dependencies.rb +5 -39
  16. data/tasks/maintainers.rb +10 -10
  17. data/tasks/rspec.rb +2 -2
  18. data/tasks/templates/prerelease.md.erb +11 -2
  19. data/tasks/templates/release.md.erb +9 -1
  20. metadata +6 -247
  21. data/CONTRIBUTING.md +0 -151
  22. data/VERSION +0 -1
  23. data/acceptance/.gitignore +0 -3
  24. data/acceptance/.shared/kitchen_acceptance/.kitchen.digitalocean.yml +0 -33
  25. data/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +0 -283
  26. data/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml +0 -59
  27. data/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb +0 -68
  28. data/acceptance/.shared/kitchen_acceptance/metadata.rb +0 -1
  29. data/acceptance/Gemfile +0 -19
  30. data/acceptance/Gemfile.lock +0 -266
  31. data/acceptance/README.md +0 -137
  32. data/acceptance/basics/.acceptance/acceptance-cookbook/.gitignore +0 -2
  33. data/acceptance/basics/.acceptance/acceptance-cookbook/metadata.rb +0 -3
  34. data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
  35. data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
  36. data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
  37. data/acceptance/basics/.kitchen.yml +0 -4
  38. data/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb +0 -19
  39. data/acceptance/basics/test/integration/chef-current-install/serverspec/spec_helper.rb +0 -6
  40. data/acceptance/basics/test/integration/helpers/serverspec/Gemfile +0 -8
  41. data/acceptance/data-collector/.acceptance/acceptance-cookbook/.gitignore +0 -2
  42. data/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb +0 -3
  43. data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -2
  44. data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -2
  45. data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -2
  46. data/acceptance/data-collector/.acceptance/data-collector-test/.gitignore +0 -16
  47. data/acceptance/data-collector/.acceptance/data-collector-test/Berksfile +0 -3
  48. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/api.rb +0 -101
  49. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/apigemfile +0 -3
  50. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-both-mode.rb +0 -4
  51. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-client-mode.rb +0 -4
  52. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-no-endpoint.rb +0 -2
  53. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-solo-mode.rb +0 -4
  54. data/acceptance/data-collector/.acceptance/data-collector-test/files/default/config.ru +0 -2
  55. data/acceptance/data-collector/.acceptance/data-collector-test/metadata.rb +0 -7
  56. data/acceptance/data-collector/.acceptance/data-collector-test/recipes/default.rb +0 -44
  57. data/acceptance/data-collector/.kitchen.yml +0 -9
  58. data/acceptance/data-collector/Berksfile +0 -3
  59. data/acceptance/data-collector/test/integration/default/serverspec/default_spec.rb +0 -208
  60. data/acceptance/data-collector/test/integration/helpers/serverspec/Gemfile +0 -8
  61. data/acceptance/omnitruck/.acceptance/acceptance-cookbook/.gitignore +0 -2
  62. data/acceptance/omnitruck/.acceptance/acceptance-cookbook/metadata.rb +0 -1
  63. data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
  64. data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
  65. data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -61
  66. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/.gitignore +0 -2
  67. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/cookbook_kitchen.rb +0 -43
  68. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb +0 -41
  69. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/metadata.rb +0 -3
  70. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
  71. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
  72. data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
  73. data/acceptance/top-cookbooks/.gitignore +0 -1
  74. data/acceptance/top-cookbooks/.kitchen.chocolatey.yml +0 -6
  75. data/acceptance/top-cookbooks/.kitchen.iis.yml +0 -4
  76. data/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml +0 -7
  77. data/acceptance/top-cookbooks/.kitchen.learn-the-basics-ubuntu.yml +0 -7
  78. data/acceptance/top-cookbooks/.kitchen.learn-the-basics-windows.yml +0 -7
  79. data/acceptance/top-cookbooks/.kitchen.powershell.yml +0 -4
  80. data/acceptance/top-cookbooks/.kitchen.sql_server.yml +0 -5
  81. data/acceptance/top-cookbooks/.kitchen.winbox.yml +0 -8
  82. data/acceptance/top-cookbooks/.kitchen.windows.yml +0 -38
  83. data/acceptance/trivial/.acceptance/acceptance-cookbook/.gitignore +0 -2
  84. data/acceptance/trivial/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  85. data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
  86. data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
  87. data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
  88. data/acceptance/trivial/.kitchen.yml +0 -7
  89. data/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb +0 -5
  90. data/acceptance/windows-service/.acceptance/acceptance-cookbook/.gitignore +0 -2
  91. data/acceptance/windows-service/.acceptance/acceptance-cookbook/metadata.rb +0 -2
  92. data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/destroy.rb +0 -1
  93. data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/provision.rb +0 -1
  94. data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/verify.rb +0 -1
  95. data/acceptance/windows-service/.kitchen.yml +0 -7
  96. data/acceptance/windows-service/test/integration/chef-windows-service/inspec/chef_windows_service_spec.rb +0 -58
  97. data/distro/common/html/_sources/ctl_chef_client.txt +0 -36
  98. data/distro/common/html/_sources/ctl_chef_server.txt +0 -341
  99. data/distro/common/html/_sources/ctl_chef_shell.txt +0 -15
  100. data/distro/common/html/_sources/ctl_chef_solo.txt +0 -25
  101. data/distro/common/html/_sources/index.txt +0 -135
  102. data/distro/common/html/_sources/knife.txt +0 -74
  103. data/distro/common/html/_sources/knife_bootstrap.txt +0 -56
  104. data/distro/common/html/_sources/knife_client.txt +0 -151
  105. data/distro/common/html/_sources/knife_common_options.txt +0 -6
  106. data/distro/common/html/_sources/knife_configure.txt +0 -29
  107. data/distro/common/html/_sources/knife_cookbook.txt +0 -236
  108. data/distro/common/html/_sources/knife_cookbook_site.txt +0 -157
  109. data/distro/common/html/_sources/knife_data_bag.txt +0 -160
  110. data/distro/common/html/_sources/knife_delete.txt +0 -26
  111. data/distro/common/html/_sources/knife_deps.txt +0 -61
  112. data/distro/common/html/_sources/knife_diff.txt +0 -34
  113. data/distro/common/html/_sources/knife_download.txt +0 -44
  114. data/distro/common/html/_sources/knife_edit.txt +0 -26
  115. data/distro/common/html/_sources/knife_environment.txt +0 -158
  116. data/distro/common/html/_sources/knife_exec.txt +0 -47
  117. data/distro/common/html/_sources/knife_index_rebuild.txt +0 -21
  118. data/distro/common/html/_sources/knife_list.txt +0 -33
  119. data/distro/common/html/_sources/knife_node.txt +0 -250
  120. data/distro/common/html/_sources/knife_raw.txt +0 -35
  121. data/distro/common/html/_sources/knife_recipe_list.txt +0 -23
  122. data/distro/common/html/_sources/knife_role.txt +0 -157
  123. data/distro/common/html/_sources/knife_search.txt +0 -53
  124. data/distro/common/html/_sources/knife_serve.txt +0 -19
  125. data/distro/common/html/_sources/knife_show.txt +0 -27
  126. data/distro/common/html/_sources/knife_ssh.txt +0 -43
  127. data/distro/common/html/_sources/knife_ssl_check.txt +0 -41
  128. data/distro/common/html/_sources/knife_ssl_fetch.txt +0 -41
  129. data/distro/common/html/_sources/knife_status.txt +0 -37
  130. data/distro/common/html/_sources/knife_tag.txt +0 -69
  131. data/distro/common/html/_sources/knife_upload.txt +0 -49
  132. data/distro/common/html/_sources/knife_user.txt +0 -127
  133. data/distro/common/html/_sources/knife_using.txt +0 -43
  134. data/distro/common/html/_sources/knife_xargs.txt +0 -30
  135. data/distro/common/html/_static/ajax-loader.gif +0 -0
  136. data/distro/common/html/_static/basic.css +0 -537
  137. data/distro/common/html/_static/chef.ico +0 -0
  138. data/distro/common/html/_static/chef_html_logo.png +0 -0
  139. data/distro/common/html/_static/comment-bright.png +0 -0
  140. data/distro/common/html/_static/comment-close.png +0 -0
  141. data/distro/common/html/_static/comment.png +0 -0
  142. data/distro/common/html/_static/contents.png +0 -0
  143. data/distro/common/html/_static/doctools.js +0 -238
  144. data/distro/common/html/_static/down-pressed.png +0 -0
  145. data/distro/common/html/_static/down.png +0 -0
  146. data/distro/common/html/_static/file.png +0 -0
  147. data/distro/common/html/_static/guide.css +0 -505
  148. data/distro/common/html/_static/jquery.js +0 -2
  149. data/distro/common/html/_static/minus.png +0 -0
  150. data/distro/common/html/_static/navigation.png +0 -0
  151. data/distro/common/html/_static/plus.png +0 -0
  152. data/distro/common/html/_static/pygments.css +0 -62
  153. data/distro/common/html/_static/searchtools.js +0 -622
  154. data/distro/common/html/_static/underscore.js +0 -31
  155. data/distro/common/html/_static/up-pressed.png +0 -0
  156. data/distro/common/html/_static/up.png +0 -0
  157. data/distro/common/html/_static/websupport.js +0 -808
  158. data/distro/common/html/ctl_chef_client.html +0 -270
  159. data/distro/common/html/ctl_chef_server.html +0 -728
  160. data/distro/common/html/ctl_chef_shell.html +0 -163
  161. data/distro/common/html/ctl_chef_solo.html +0 -194
  162. data/distro/common/html/index.html +0 -202
  163. data/distro/common/html/knife.html +0 -170
  164. data/distro/common/html/knife_bootstrap.html +0 -285
  165. data/distro/common/html/knife_client.html +0 -285
  166. data/distro/common/html/knife_common_options.html +0 -96
  167. data/distro/common/html/knife_configure.html +0 -105
  168. data/distro/common/html/knife_cookbook.html +0 -487
  169. data/distro/common/html/knife_cookbook_site.html +0 -375
  170. data/distro/common/html/knife_data_bag.html +0 -374
  171. data/distro/common/html/knife_delete.html +0 -93
  172. data/distro/common/html/knife_deps.html +0 -143
  173. data/distro/common/html/knife_diff.html +0 -123
  174. data/distro/common/html/knife_download.html +0 -145
  175. data/distro/common/html/knife_edit.html +0 -89
  176. data/distro/common/html/knife_environment.html +0 -322
  177. data/distro/common/html/knife_exec.html +0 -220
  178. data/distro/common/html/knife_index_rebuild.html +0 -83
  179. data/distro/common/html/knife_list.html +0 -114
  180. data/distro/common/html/knife_node.html +0 -458
  181. data/distro/common/html/knife_raw.html +0 -110
  182. data/distro/common/html/knife_recipe_list.html +0 -91
  183. data/distro/common/html/knife_role.html +0 -295
  184. data/distro/common/html/knife_search.html +0 -203
  185. data/distro/common/html/knife_serve.html +0 -79
  186. data/distro/common/html/knife_show.html +0 -104
  187. data/distro/common/html/knife_ssh.html +0 -177
  188. data/distro/common/html/knife_ssl_check.html +0 -151
  189. data/distro/common/html/knife_ssl_fetch.html +0 -151
  190. data/distro/common/html/knife_status.html +0 -144
  191. data/distro/common/html/knife_tag.html +0 -138
  192. data/distro/common/html/knife_upload.html +0 -153
  193. data/distro/common/html/knife_user.html +0 -242
  194. data/distro/common/html/knife_using.html +0 -210
  195. data/distro/common/html/knife_xargs.html +0 -122
  196. data/distro/common/html/objects.inv +0 -0
  197. data/distro/common/html/search.html +0 -82
  198. data/distro/common/html/searchindex.js +0 -1
  199. data/distro/common/man/man1/README.md +0 -58
  200. data/distro/common/man/man1/chef-shell.1 +0 -194
  201. data/distro/common/man/man1/knife-bootstrap.1 +0 -215
  202. data/distro/common/man/man1/knife-client.1 +0 -443
  203. data/distro/common/man/man1/knife-configure.1 +0 -161
  204. data/distro/common/man/man1/knife-cookbook-site.1 +0 -552
  205. data/distro/common/man/man1/knife-cookbook.1 +0 -770
  206. data/distro/common/man/man1/knife-data-bag.1 +0 -617
  207. data/distro/common/man/man1/knife-delete.1 +0 -127
  208. data/distro/common/man/man1/knife-deps.1 +0 -246
  209. data/distro/common/man/man1/knife-diff.1 +0 -226
  210. data/distro/common/man/man1/knife-download.1 +0 -258
  211. data/distro/common/man/man1/knife-edit.1 +0 -121
  212. data/distro/common/man/man1/knife-environment.1 +0 -496
  213. data/distro/common/man/man1/knife-exec.1 +0 -362
  214. data/distro/common/man/man1/knife-index-rebuild.1 +0 -63
  215. data/distro/common/man/man1/knife-list.1 +0 -174
  216. data/distro/common/man/man1/knife-node.1 +0 -716
  217. data/distro/common/man/man1/knife-raw.1 +0 -172
  218. data/distro/common/man/man1/knife-recipe-list.1 +0 -85
  219. data/distro/common/man/man1/knife-role.1 +0 -426
  220. data/distro/common/man/man1/knife-search.1 +0 -359
  221. data/distro/common/man/man1/knife-serve.1 +0 -109
  222. data/distro/common/man/man1/knife-show.1 +0 -160
  223. data/distro/common/man/man1/knife-ssh.1 +0 -284
  224. data/distro/common/man/man1/knife-ssl-check.1 +0 -207
  225. data/distro/common/man/man1/knife-ssl-fetch.1 +0 -207
  226. data/distro/common/man/man1/knife-status.1 +0 -234
  227. data/distro/common/man/man1/knife-tag.1 +0 -189
  228. data/distro/common/man/man1/knife-upload.1 +0 -280
  229. data/distro/common/man/man1/knife-user.1 +0 -356
  230. data/distro/common/man/man1/knife-xargs.1 +0 -189
  231. data/distro/common/man/man1/knife.1 +0 -332
  232. data/distro/common/man/man8/chef-apply.8 +0 -86
  233. data/distro/common/man/man8/chef-client.8 +0 -398
  234. data/distro/common/man/man8/chef-solo.8 +0 -260
  235. data/distro/common/markdown/README +0 -3
  236. data/distro/common/markdown/man1/chef-shell.mkd +0 -195
  237. data/distro/common/markdown/man1/knife-bootstrap.mkd +0 -141
  238. data/distro/common/markdown/man1/knife-client.mkd +0 -103
  239. data/distro/common/markdown/man1/knife-configure.mkd +0 -71
  240. data/distro/common/markdown/man1/knife-cookbook-site.mkd +0 -123
  241. data/distro/common/markdown/man1/knife-cookbook.mkd +0 -263
  242. data/distro/common/markdown/man1/knife-data-bag.mkd +0 -121
  243. data/distro/common/markdown/man1/knife-environment.mkd +0 -151
  244. data/distro/common/markdown/man1/knife-exec.mkd +0 -42
  245. data/distro/common/markdown/man1/knife-index.mkd +0 -30
  246. data/distro/common/markdown/man1/knife-node.mkd +0 -130
  247. data/distro/common/markdown/man1/knife-role.mkd +0 -85
  248. data/distro/common/markdown/man1/knife-search.mkd +0 -180
  249. data/distro/common/markdown/man1/knife-ssh.mkd +0 -69
  250. data/distro/common/markdown/man1/knife-status.mkd +0 -36
  251. data/distro/common/markdown/man1/knife-tag.mkd +0 -39
  252. data/distro/common/markdown/man1/knife.mkd +0 -213
  253. data/distro/common/markdown/man8/chef-client.mkd +0 -75
  254. data/distro/common/markdown/man8/chef-expander.mkd +0 -81
  255. data/distro/common/markdown/man8/chef-expanderctl.mkd +0 -57
  256. data/distro/common/markdown/man8/chef-server-webui.mkd +0 -121
  257. data/distro/common/markdown/man8/chef-server.mkd +0 -120
  258. data/distro/common/markdown/man8/chef-solo.mkd +0 -107
  259. data/distro/common/markdown/man8/chef-solr.mkd +0 -89
  260. data/tasks/cbgb.rb +0 -84
@@ -1,341 +0,0 @@
1
- =====================================================
2
- |chef server ctl| (executable)
3
- =====================================================
4
-
5
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server.rst
6
-
7
- backup-recover
8
- =====================================================
9
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_backup_recover.rst
10
-
11
- cleanse
12
- =====================================================
13
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_cleanse.rst
14
-
15
- gather-logs
16
- =====================================================
17
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_gather_logs.rst
18
-
19
- ha-status
20
- =====================================================
21
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_ha_status.rst
22
-
23
- help
24
- =====================================================
25
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_help.rst
26
-
27
- install
28
- =====================================================
29
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_install.rst
30
-
31
- **Syntax**
32
-
33
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_install_syntax.rst
34
-
35
- **Options**
36
-
37
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_install_options.rst
38
-
39
- Use Downloads
40
- -----------------------------------------------------
41
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_install_features_download.rst
42
-
43
- Use Local Packages
44
- -----------------------------------------------------
45
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_install_features_manual.rst
46
-
47
- master-recover
48
- =====================================================
49
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_master_recover.rst
50
-
51
- org-create
52
- =====================================================
53
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_create.rst
54
-
55
- **Syntax**
56
-
57
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_create_syntax.rst
58
-
59
- **Options**
60
-
61
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_create_options.rst
62
-
63
- **Examples**
64
-
65
- .. code-block:: bash
66
-
67
- $ chef-server-ctl org-create prod Production
68
-
69
-
70
- .. code-block:: bash
71
-
72
- $ chef-server-ctl org-create staging Staging -a chef-admin
73
-
74
-
75
- .. code-block:: bash
76
-
77
- $ chef-server-ctl org-create dev Development -f /tmp/id-dev.key
78
-
79
- org-delete
80
- =====================================================
81
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_delete.rst
82
-
83
- **Syntax**
84
-
85
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_delete_syntax.rst
86
-
87
- **Examples**
88
-
89
- .. code-block:: bash
90
-
91
- $ chef-server-ctl org-delete infra-testing-20140909
92
-
93
-
94
- .. code-block:: bash
95
-
96
- $ chef-server-ctl org-delete pedant-testing-org
97
-
98
- org-list
99
- =====================================================
100
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_list.rst
101
-
102
- **Syntax**
103
-
104
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_list_syntax.rst
105
-
106
- **Options**
107
-
108
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_list_options.rst
109
-
110
- org-show
111
- =====================================================
112
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_show.rst
113
-
114
- **Syntax**
115
-
116
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_show_syntax.rst
117
-
118
- org-user-add
119
- =====================================================
120
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_user_add.rst
121
-
122
- **Syntax**
123
-
124
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_user_add_syntax.rst
125
-
126
- **Options**
127
-
128
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_user_add_options.rst
129
-
130
- **Examples**
131
-
132
- .. code-block:: bash
133
-
134
- $ chef-server-ctl org-user-add prod john_smith
135
-
136
- .. code-block:: bash
137
-
138
- $ chef-server-ctl org-user-add preprod testmaster
139
-
140
- .. code-block:: bash
141
-
142
- $ chef-server-ctl org-user-add dev grantmc --admin
143
-
144
-
145
- org-user-remove
146
- =====================================================
147
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_user_remove.rst
148
-
149
- **Syntax**
150
-
151
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_org_user_remove_syntax.rst
152
-
153
- **Examples**
154
-
155
- .. code-block:: bash
156
-
157
- $ chef-server-ctl org-user-remove prod john_smith
158
-
159
- .. code-block:: bash
160
-
161
- $ chef-server-ctl org-user-remove prod testmaster
162
-
163
-
164
- password
165
- =====================================================
166
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_password.rst
167
-
168
- reconfigure
169
- =====================================================
170
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_reconfigure.rst
171
-
172
- show-config
173
- =====================================================
174
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_show_config.rst
175
-
176
- uninstall
177
- =====================================================
178
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_uninstall.rst
179
-
180
- upgrade
181
- =====================================================
182
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_upgrade.rst
183
-
184
- **Syntax**
185
-
186
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_upgrade_syntax.rst
187
-
188
- **Options**
189
-
190
- .. note:: Options for the ``upgrade`` subcommand may only be used when upgrading from |chef server osc| 11 to |chef server| 12.
191
-
192
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_upgrade_options.rst
193
-
194
- user-create
195
- =====================================================
196
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_create.rst
197
-
198
- **Syntax**
199
-
200
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_create_syntax.rst
201
-
202
- **Options**
203
-
204
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_create_options.rst
205
-
206
- **Examples**
207
-
208
- .. code-block:: bash
209
-
210
- $ chef-server-ctl user-create john_smith John Smith john_smith@example.com insecure-passord
211
-
212
-
213
- .. code-block:: bash
214
-
215
- $ chef-server-ctl user-create jane_doe Jane Doe jane_doe@example.com PaSSword -f /tmp/jane_doe.key
216
-
217
-
218
- .. code-block:: bash
219
-
220
- $ chef-server-ctl user-create waldendude Henry David Thoreau waldendude@example.com excursions
221
-
222
-
223
- user-delete
224
- =====================================================
225
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_delete.rst
226
-
227
- **Syntax**
228
-
229
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_delete_syntax.rst
230
-
231
- **Examples**
232
-
233
- .. code-block:: bash
234
-
235
- $ chef-server-ctl user-delete john_smith
236
-
237
-
238
- .. code-block:: bash
239
-
240
- $ chef-server-ctl user-delete jane_doe
241
-
242
- user-edit
243
- =====================================================
244
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_edit.rst
245
-
246
- **Syntax**
247
-
248
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_edit_syntax.rst
249
-
250
- **Examples**
251
-
252
- .. code-block:: bash
253
-
254
- $ chef-server-ctl user-edit john_smith
255
-
256
-
257
- .. code-block:: bash
258
-
259
- $ chef-server-ctl user-edit jane_doe
260
-
261
-
262
- user-list
263
- =====================================================
264
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_list.rst
265
-
266
- **Syntax**
267
-
268
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_list_syntax.rst
269
-
270
- **Options**
271
-
272
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_list_options.rst
273
-
274
- user-show
275
- =====================================================
276
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_show.rst
277
-
278
- **Syntax**
279
-
280
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_show_syntax.rst
281
-
282
- **Options**
283
-
284
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_user_show_options.rst
285
-
286
- Service Subcommands
287
- =====================================================
288
- The |chef server| has a built in process supervisor, which ensures that all of the required services are in the appropriate state at any given time. The supervisor starts two processes per service.
289
-
290
- hup
291
- -----------------------------------------------------
292
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_hup.rst
293
-
294
- int
295
- -----------------------------------------------------
296
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_int.rst
297
-
298
- kill
299
- -----------------------------------------------------
300
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_kill.rst
301
-
302
- once
303
- -----------------------------------------------------
304
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_once.rst
305
-
306
- restart
307
- -----------------------------------------------------
308
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_restart.rst
309
-
310
- service-list
311
- -----------------------------------------------------
312
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_service_list.rst
313
-
314
- start
315
- -----------------------------------------------------
316
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_start.rst
317
-
318
- status
319
- -----------------------------------------------------
320
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_status.rst
321
-
322
- High Availability
323
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
324
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_status_ha.rst
325
-
326
- Log Files
327
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
328
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_status_logs.rst
329
-
330
- stop
331
- -----------------------------------------------------
332
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_stop.rst
333
-
334
- tail
335
- -----------------------------------------------------
336
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_tail.rst
337
-
338
- term
339
- -----------------------------------------------------
340
- .. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_term.rst
341
-
@@ -1,15 +0,0 @@
1
- =====================================================
2
- chef-shell
3
- =====================================================
4
-
5
- .. include:: ../../includes_chef_shell/includes_chef_shell.rst
6
-
7
- .. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell.rst
8
-
9
- Modes
10
- =====================================================
11
- .. include:: ../../includes_chef_shell/includes_chef_shell_modes.rst
12
-
13
- Options
14
- =====================================================
15
- .. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell_options.rst
@@ -1,25 +0,0 @@
1
- =====================================================
2
- chef-solo
3
- =====================================================
4
-
5
- .. include:: ../../includes_chef_solo/includes_chef_solo.rst
6
-
7
- .. include:: ../../includes_ctl_chef_solo/includes_ctl_chef_solo.rst
8
-
9
- Options
10
- =====================================================
11
- .. include:: ../../release_chef_12-0/includes_ctl_chef_solo_options.rst
12
-
13
- Examples
14
- =====================================================
15
- **Use a URL**
16
-
17
- .. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_url.rst
18
-
19
- **Use a directory**
20
-
21
- .. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_directory.rst
22
-
23
- **Use a URL for cookbook and JSON data**
24
-
25
- .. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_url_for_cookbook_and_json.rst
@@ -1,135 +0,0 @@
1
- =====================================================
2
- |chef client| Man Pages
3
- =====================================================
4
-
5
- The following command line interfaces are available in the |chef client|:
6
-
7
- * :doc:`ctl_chef_client`
8
- * :doc:`ctl_chef_server`
9
- * :doc:`ctl_chef_shell`
10
- * :doc:`ctl_chef_solo`
11
- * :doc:`knife`
12
-
13
- knife
14
- =====================================================
15
- .. include:: ../../includes_knife/includes_knife.rst
16
-
17
- The following sections describe functionality common to all |knife| subcommands:
18
-
19
- * :doc:`knife_using`
20
- * :doc:`knife_common_options`
21
-
22
- |knife| includes the following sub-commands:
23
-
24
- .. list-table::
25
- :widths: 150 450
26
- :header-rows: 1
27
-
28
- * - Sub-command
29
- - Description
30
- * - :doc:`knife_bootstrap`
31
- - .. include:: ../../includes_knife/includes_knife_bootstrap.rst
32
- * - :doc:`knife_client`
33
- - .. include:: ../../includes_knife/includes_knife_client.rst
34
- * - :doc:`knife_configure`
35
- - .. include:: ../../includes_knife/includes_knife_configure.rst
36
- * - :doc:`knife_cookbook`
37
- - .. include:: ../../includes_knife/includes_knife_cookbook.rst
38
- * - :doc:`knife_cookbook_site`
39
- - .. include:: ../../includes_knife/includes_knife_site_cookbook.rst
40
- * - :doc:`knife_data_bag`
41
- - .. include:: ../../includes_knife/includes_knife_data_bag.rst
42
- * - :doc:`knife_delete`
43
- - .. include:: ../../includes_knife/includes_knife_delete.rst
44
- * - :doc:`knife_deps`
45
- - .. include:: ../../includes_knife/includes_knife_deps.rst
46
- * - :doc:`knife_diff`
47
- - .. include:: ../../includes_knife/includes_knife_diff.rst
48
- * - :doc:`knife_download`
49
- - .. include:: ../../includes_knife/includes_knife_download.rst
50
- * - :doc:`knife_edit`
51
- - .. include:: ../../includes_knife/includes_knife_edit.rst
52
- * - :doc:`knife_environment`
53
- - .. include:: ../../includes_knife/includes_knife_environment.rst
54
- * - :doc:`knife_exec`
55
- - .. include:: ../../includes_knife/includes_knife_exec.rst
56
- * - :doc:`knife_index_rebuild`
57
- - .. include:: ../../includes_knife/includes_knife_index_rebuild.rst
58
- * - :doc:`knife_list`
59
- - .. include:: ../../includes_knife/includes_knife_list.rst
60
- * - :doc:`knife_node`
61
- - .. include:: ../../includes_knife/includes_knife_node.rst
62
- * - :doc:`knife_raw`
63
- - .. include:: ../../includes_knife/includes_knife_raw.rst
64
- * - :doc:`knife_recipe_list`
65
- - .. include:: ../../includes_knife/includes_knife_recipe_list.rst
66
- * - :doc:`knife_role`
67
- - .. include:: ../../includes_knife/includes_knife_role.rst
68
- * - :doc:`knife_search`
69
- - .. include:: ../../includes_knife/includes_knife_search.rst
70
- * - :doc:`knife_serve`
71
- - .. include:: ../../includes_knife/includes_knife_serve.rst
72
- * - :doc:`knife_show`
73
- - .. include:: ../../includes_knife/includes_knife_show.rst
74
- * - :doc:`knife_ssh`
75
- - .. include:: ../../includes_knife/includes_knife_ssh.rst
76
- * - :doc:`knife_ssl_check`
77
- - .. include:: ../../includes_knife/includes_knife_ssl_check.rst
78
- * - :doc:`knife_ssl_fetch`
79
- - .. include:: ../../includes_knife/includes_knife_ssl_fetch.rst
80
- * - :doc:`knife_status`
81
- - .. include:: ../../includes_knife/includes_knife_status.rst
82
- * - :doc:`knife_tag`
83
- - .. include:: ../../includes_knife/includes_knife_tag.rst
84
- * - :doc:`knife_upload`
85
- - .. include:: ../../includes_knife/includes_knife_upload.rst
86
- * - :doc:`knife_user`
87
- - .. include:: ../../includes_knife/includes_knife_user.rst
88
- * - :doc:`knife_xargs`
89
- - .. include:: ../../includes_knife/includes_knife_xargs.rst
90
-
91
-
92
- .. Hide the TOC from this file.
93
-
94
- .. toctree::
95
- :hidden:
96
-
97
- ctl_chef_client
98
- ctl_chef_server
99
- ctl_chef_shell
100
- ctl_chef_solo
101
- knife
102
- knife_common_options
103
- knife_bootstrap
104
- knife_client
105
- knife_configure
106
- knife_cookbook
107
- knife_cookbook_site
108
- knife_data_bag
109
- knife_delete
110
- knife_deps
111
- knife_diff
112
- knife_download
113
- knife_edit
114
- knife_environment
115
- knife_exec
116
- knife_index_rebuild
117
- knife_list
118
- knife_node
119
- knife_raw
120
- knife_recipe_list
121
- knife_role
122
- knife_search
123
- knife_serve
124
- knife_show
125
- knife_ssh
126
- knife_ssl_check
127
- knife_ssl_fetch
128
- knife_status
129
- knife_tag
130
- knife_upload
131
- knife_user
132
- knife_using
133
- knife_xargs
134
-
135
-