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
Binary file
@@ -0,0 +1,247 @@
1
+ /*
2
+ * doctools.js
3
+ * ~~~~~~~~~~~
4
+ *
5
+ * Sphinx JavaScript utilities for all documentation.
6
+ *
7
+ * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
+ * :license: BSD, see LICENSE for details.
9
+ *
10
+ */
11
+
12
+ /**
13
+ * select a different prefix for underscore
14
+ */
15
+ $u = _.noConflict();
16
+
17
+ /**
18
+ * make the code below compatible with browsers without
19
+ * an installed firebug like debugger
20
+ if (!window.console || !console.firebug) {
21
+ var names = ["log", "debug", "info", "warn", "error", "assert", "dir",
22
+ "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace",
23
+ "profile", "profileEnd"];
24
+ window.console = {};
25
+ for (var i = 0; i < names.length; ++i)
26
+ window.console[names[i]] = function() {};
27
+ }
28
+ */
29
+
30
+ /**
31
+ * small helper function to urldecode strings
32
+ */
33
+ jQuery.urldecode = function(x) {
34
+ return decodeURIComponent(x).replace(/\+/g, ' ');
35
+ }
36
+
37
+ /**
38
+ * small helper function to urlencode strings
39
+ */
40
+ jQuery.urlencode = encodeURIComponent;
41
+
42
+ /**
43
+ * This function returns the parsed url parameters of the
44
+ * current request. Multiple values per key are supported,
45
+ * it will always return arrays of strings for the value parts.
46
+ */
47
+ jQuery.getQueryParameters = function(s) {
48
+ if (typeof s == 'undefined')
49
+ s = document.location.search;
50
+ var parts = s.substr(s.indexOf('?') + 1).split('&');
51
+ var result = {};
52
+ for (var i = 0; i < parts.length; i++) {
53
+ var tmp = parts[i].split('=', 2);
54
+ var key = jQuery.urldecode(tmp[0]);
55
+ var value = jQuery.urldecode(tmp[1]);
56
+ if (key in result)
57
+ result[key].push(value);
58
+ else
59
+ result[key] = [value];
60
+ }
61
+ return result;
62
+ };
63
+
64
+ /**
65
+ * small function to check if an array contains
66
+ * a given item.
67
+ */
68
+ jQuery.contains = function(arr, item) {
69
+ for (var i = 0; i < arr.length; i++) {
70
+ if (arr[i] == item)
71
+ return true;
72
+ }
73
+ return false;
74
+ };
75
+
76
+ /**
77
+ * highlight a given string on a jquery object by wrapping it in
78
+ * span elements with the given class name.
79
+ */
80
+ jQuery.fn.highlightText = function(text, className) {
81
+ function highlight(node) {
82
+ if (node.nodeType == 3) {
83
+ var val = node.nodeValue;
84
+ var pos = val.toLowerCase().indexOf(text);
85
+ if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
86
+ var span = document.createElement("span");
87
+ span.className = className;
88
+ span.appendChild(document.createTextNode(val.substr(pos, text.length)));
89
+ node.parentNode.insertBefore(span, node.parentNode.insertBefore(
90
+ document.createTextNode(val.substr(pos + text.length)),
91
+ node.nextSibling));
92
+ node.nodeValue = val.substr(0, pos);
93
+ }
94
+ }
95
+ else if (!jQuery(node).is("button, select, textarea")) {
96
+ jQuery.each(node.childNodes, function() {
97
+ highlight(this);
98
+ });
99
+ }
100
+ }
101
+ return this.each(function() {
102
+ highlight(this);
103
+ });
104
+ };
105
+
106
+ /**
107
+ * Small JavaScript module for the documentation.
108
+ */
109
+ var Documentation = {
110
+
111
+ init : function() {
112
+ this.fixFirefoxAnchorBug();
113
+ this.highlightSearchWords();
114
+ this.initIndexTable();
115
+ },
116
+
117
+ /**
118
+ * i18n support
119
+ */
120
+ TRANSLATIONS : {},
121
+ PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; },
122
+ LOCALE : 'unknown',
123
+
124
+ // gettext and ngettext don't access this so that the functions
125
+ // can safely bound to a different name (_ = Documentation.gettext)
126
+ gettext : function(string) {
127
+ var translated = Documentation.TRANSLATIONS[string];
128
+ if (typeof translated == 'undefined')
129
+ return string;
130
+ return (typeof translated == 'string') ? translated : translated[0];
131
+ },
132
+
133
+ ngettext : function(singular, plural, n) {
134
+ var translated = Documentation.TRANSLATIONS[singular];
135
+ if (typeof translated == 'undefined')
136
+ return (n == 1) ? singular : plural;
137
+ return translated[Documentation.PLURALEXPR(n)];
138
+ },
139
+
140
+ addTranslations : function(catalog) {
141
+ for (var key in catalog.messages)
142
+ this.TRANSLATIONS[key] = catalog.messages[key];
143
+ this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')');
144
+ this.LOCALE = catalog.locale;
145
+ },
146
+
147
+ /**
148
+ * add context elements like header anchor links
149
+ */
150
+ addContextElements : function() {
151
+ $('div[id] > :header:first').each(function() {
152
+ $('<a class="headerlink">\u00B6</a>').
153
+ attr('href', '#' + this.id).
154
+ attr('title', _('Permalink to this headline')).
155
+ appendTo(this);
156
+ });
157
+ $('dt[id]').each(function() {
158
+ $('<a class="headerlink">\u00B6</a>').
159
+ attr('href', '#' + this.id).
160
+ attr('title', _('Permalink to this definition')).
161
+ appendTo(this);
162
+ });
163
+ },
164
+
165
+ /**
166
+ * workaround a firefox stupidity
167
+ */
168
+ fixFirefoxAnchorBug : function() {
169
+ if (document.location.hash && $.browser.mozilla)
170
+ window.setTimeout(function() {
171
+ document.location.href += '';
172
+ }, 10);
173
+ },
174
+
175
+ /**
176
+ * highlight the search words provided in the url in the text
177
+ */
178
+ highlightSearchWords : function() {
179
+ var params = $.getQueryParameters();
180
+ var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
181
+ if (terms.length) {
182
+ var body = $('div.body');
183
+ window.setTimeout(function() {
184
+ $.each(terms, function() {
185
+ body.highlightText(this.toLowerCase(), 'highlighted');
186
+ });
187
+ }, 10);
188
+ $('<p class="highlight-link"><a href="javascript:Documentation.' +
189
+ 'hideSearchWords()">' + _('Hide Search Matches') + '</a></p>')
190
+ .appendTo($('#searchbox'));
191
+ }
192
+ },
193
+
194
+ /**
195
+ * init the domain index toggle buttons
196
+ */
197
+ initIndexTable : function() {
198
+ var togglers = $('img.toggler').click(function() {
199
+ var src = $(this).attr('src');
200
+ var idnum = $(this).attr('id').substr(7);
201
+ $('tr.cg-' + idnum).toggle();
202
+ if (src.substr(-9) == 'minus.png')
203
+ $(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
204
+ else
205
+ $(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
206
+ }).css('display', '');
207
+ if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) {
208
+ togglers.click();
209
+ }
210
+ },
211
+
212
+ /**
213
+ * helper function to hide the search marks again
214
+ */
215
+ hideSearchWords : function() {
216
+ $('#searchbox .highlight-link').fadeOut(300);
217
+ $('span.highlighted').removeClass('highlighted');
218
+ },
219
+
220
+ /**
221
+ * make the url absolute
222
+ */
223
+ makeURL : function(relativeURL) {
224
+ return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL;
225
+ },
226
+
227
+ /**
228
+ * get the current relative url
229
+ */
230
+ getCurrentURL : function() {
231
+ var path = document.location.pathname;
232
+ var parts = path.split(/\//);
233
+ $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
234
+ if (this == '..')
235
+ parts.pop();
236
+ });
237
+ var url = parts.join('/');
238
+ return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
239
+ }
240
+ };
241
+
242
+ // quick alias for translations
243
+ _ = Documentation.gettext;
244
+
245
+ $(document).ready(function() {
246
+ Documentation.init();
247
+ });
Binary file
Binary file
@@ -0,0 +1,505 @@
1
+ /*
2
+ * opscode.css_t
3
+ * ~~~~~~~~~~~~~~~
4
+ *
5
+ * Sphinx stylesheet -- opscode theme. Originally created by
6
+ * Opscode for docs.opscode.com.
7
+ *
8
+ * :copyright: None.
9
+ * :license: This work is licensed under a Creative Commons
10
+ * Attribution 3.0 Unported License
11
+ *
12
+ */
13
+
14
+ /*
15
+ * Colors
16
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
+ *
18
+ * #f18a20 is Opscode orange.
19
+ * #212c35 is Opscode blue.
20
+ *
21
+ * #212c35 is used for text color and header colors
22
+ * #f18a20 for header underlines and border treatments
23
+ *
24
+ * Triads for #f18a20: #273fa4 (blue) and #18b246 (green)
25
+ * Triads for #212c35: #524a31 (tan) and #523a31 (salmon)
26
+ * Triads should only be used to accent the Opscode blue or orange
27
+ *
28
+ * For div.admonition: #6bb1e1
29
+ * For div.warning: #fcb614
30
+ *
31
+ * For subheaders and other treatments: #7c858c, then #b5bec6, then #d8dde3
32
+ * For table headers: #7c858c (with #000000 text color)
33
+ * For links: #6d3528, rollover #59b6b2
34
+ *
35
+ * Alternate colors in the official color palette (but try not to use): #59b6b2, #6d3528
36
+ *
37
+ * For regular text: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
38
+ * For monospace text: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
39
+ *
40
+ * For div.related, the 8px ensures that the | is spaced evenly.
41
+ *
42
+ */
43
+
44
+ @import url("basic.css");
45
+
46
+ /* -- the background color for the whole page and the borders for the topic page, header, footer */
47
+ /* -- IMPORTANT -- color is the color of the text on div.document; must be black or Opscode blue */
48
+
49
+ body {
50
+ font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
51
+ font-size: 14px;
52
+ letter-spacing: -0.00em;
53
+ line-height: 150%;
54
+ text-align: center;
55
+ background-color: #7c858c;
56
+ color: #212c35;
57
+ padding: 0;
58
+ border: 4px solid #7c858c;
59
+ border-top: 0px solid #7c858c;
60
+ border-bottom: 0px solid #7c858c;
61
+ margin: 0px 80px 0px 80px;
62
+ min-width: 740px;
63
+ }
64
+
65
+
66
+
67
+ /* -- the actual topic background, must be white all the time no exceptions */
68
+
69
+ div.document {
70
+ background-color: #ffffff;
71
+ text-align: left;
72
+ background-image: url(contents.png);
73
+ background-repeat: repeat-x;
74
+ }
75
+
76
+
77
+
78
+ /* -- the vertical line between the topics and the TOC */
79
+
80
+ div.bodywrapper {
81
+ margin: 0 240px 0 0;
82
+ border-right: 4px solid #d8dde3;
83
+ }
84
+
85
+ div.body {
86
+ margin: 0;
87
+ padding: 0.5em 20px 20px 20px;
88
+ }
89
+
90
+ div.related {
91
+ font-size: 1em;
92
+ }
93
+
94
+
95
+
96
+ /* -- the borders above and below the header and footer */
97
+
98
+ div.related ul {
99
+ background-color: #ffffff;
100
+ height: 1.8em;
101
+ border-top: 4px solid #d8dde3;
102
+ border-bottom: 4px solid #d8dde3;
103
+ }
104
+
105
+ div.related ul li {
106
+ margin: 0;
107
+ padding: 0;
108
+ height: 2em;
109
+ float: left;
110
+ }
111
+
112
+ div.related ul li.right {
113
+ float: right;
114
+ margin-right: 5px;
115
+ }
116
+
117
+
118
+
119
+ /* -- the Sphinx-specific navigation text located just below the header and just above the footer */
120
+
121
+ div.related ul li a {
122
+ margin: 0;
123
+ padding: 0 8px 0 5px;
124
+ line-height: 1.75em;
125
+ color: #7c858c;
126
+ }
127
+
128
+ div.related ul li a:hover {
129
+ color: #b5bec6;
130
+ }
131
+
132
+
133
+ div.sphinxsidebarwrapper {
134
+ padding: 0;
135
+ }
136
+
137
+ div.sphinxsidebar {
138
+ margin: 0;
139
+ padding: 0.5em 15px 15px 0;
140
+ width: 210px;
141
+ float: right;
142
+ font-size: 1em;
143
+ text-align: left;
144
+
145
+ }
146
+
147
+
148
+
149
+ /* -- The colors of the TOC sidebar; h3 is headers, a is the text links and both should be same color */
150
+
151
+ div.sphinxsidebar h3, div.sphinxsidebar h4 {
152
+ margin: 1em 0 0.5em 0;
153
+ font-size: 1em;
154
+ padding: 0.1em 0 0.1em 0.5em;
155
+ color: #ffffff;
156
+ border: 1px solid #ffffff;
157
+ background-color: #7c858c;
158
+ }
159
+
160
+ div.sphinxsidebar a {
161
+ color: #212c35;
162
+ padding: 0.1em 0 0.1em 0.5em;
163
+ text-decoration: none;
164
+ }
165
+
166
+ div.sphinxsidebar h3 a {
167
+ color: #ffffff;
168
+ }
169
+
170
+ div.sphinxsidebar ul {
171
+ padding-left: 1.5em;
172
+ margin-top: 7px;
173
+ padding: 0;
174
+ line-height: 130%;
175
+ }
176
+
177
+ div.sphinxsidebar ul ul {
178
+ margin-left: 20px;
179
+ }
180
+
181
+
182
+
183
+
184
+ /*
185
+ * footer
186
+ * ~~~~~~~~~~~~~~~~~~~
187
+ *
188
+ */
189
+
190
+
191
+ div.footer {
192
+ background-color: #ffffff;
193
+ color: #ffffff;
194
+ padding: 3px 8px 3px 0;
195
+ clear: both;
196
+ font-size: 0.8em;
197
+ text-align: right;
198
+ }
199
+
200
+ div.footer a {
201
+ color: #ffffff;
202
+ text-decoration: none;
203
+ }
204
+
205
+ /* -- body styles ----------------------------------------------------------- */
206
+
207
+ p {
208
+ margin: 0.8em 0 0.5em 0;
209
+ }
210
+
211
+
212
+ a {
213
+ color: #4d97c6;
214
+ text-decoration: none;
215
+ }
216
+
217
+ a:hover {
218
+ color: #7c858c;
219
+ }
220
+
221
+ div.body a {
222
+ text-decoration: none;
223
+ }
224
+
225
+ em {
226
+ font-style: normal;
227
+ }
228
+
229
+ /* -- header styles, basically Opscode blue with colored underlines and decreasing border bottom sizes */
230
+
231
+ h1 {
232
+ margin: 0.5;
233
+ padding: 0.7em 0 0.3em 0;
234
+ font-size: 1.75em;
235
+ color: #212c35;
236
+ border-bottom:solid 4px #f18a20;
237
+ }
238
+
239
+ h2 {
240
+ margin: 1.3em 0 0.2em 0;
241
+ font-size: 1.55em;
242
+ color: #212c35;
243
+ padding: 0.7em 0 0.3em 0;
244
+ border-bottom:solid 2px #7c858c;
245
+ }
246
+
247
+ h3 {
248
+ margin: 1em 0 -0.3em 0;
249
+ font-size: 1.35em;
250
+ color: #212c35;
251
+ padding: 0.7em 0 0.3em 0;
252
+ border-bottom:solid 1px #7c858c;
253
+ }
254
+
255
+ h4 {
256
+ margin: 1em 0 -0.3em 0;
257
+ font-size: 1.15em;
258
+ color: #212c35;
259
+ padding: 0.7em 0 0.3em 0;
260
+ border-bottom:solid 0px #7c858c;
261
+ }
262
+
263
+ div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
264
+ color: #ffffff!important;
265
+ }
266
+
267
+ h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
268
+ display: none;
269
+ margin: 0 0 0 0.3em;
270
+ padding: 0 0.2em 0 0.2em;
271
+ color: #ffffff!important;
272
+ }
273
+
274
+ h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
275
+ h5:hover a.anchor, h6:hover a.anchor {
276
+ display: inline;
277
+ }
278
+
279
+ h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
280
+ h5 a.anchor:hover, h6 a.anchor:hover {
281
+ color: #ffffff;
282
+ background-color: #ffffff;
283
+ }
284
+
285
+
286
+
287
+
288
+ a.headerlink {
289
+ color: #ffffff!important;
290
+ font-size: 1em;
291
+ margin-left: 6px;
292
+ padding: 0 4px 0 4px;
293
+ text-decoration: none!important;
294
+ }
295
+
296
+ a.headerlink:hover {
297
+ background-color: #ffffff;
298
+ color: #ffffff!important;
299
+ }
300
+
301
+ cite, code, tt {
302
+ font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
303
+ font-size: 0.95em;
304
+ letter-spacing: 0.01em;
305
+ }
306
+
307
+
308
+
309
+
310
+
311
+ tt {
312
+ background-color: #ebecf1;
313
+ border-bottom: 1px solid #d8dde3;
314
+ color: #212c35;
315
+ }
316
+
317
+ tt.descname, tt.descclassname, tt.xref {
318
+ border: 0;
319
+ }
320
+
321
+ /* -- has Opscode orange for testing */
322
+
323
+ hr {
324
+ border: 1px solid #f18a20;
325
+ margin: 2em;
326
+ }
327
+
328
+ /* -- has Opscode orange for testing */
329
+
330
+ a tt {
331
+ border: 0;
332
+ color: #f18a20;
333
+ }
334
+
335
+ /* -- has Opscode orange for testing */
336
+
337
+ a tt:hover {
338
+ color: #f18a20;
339
+ }
340
+
341
+ /* -- has Opscode orange for testing */
342
+
343
+ pre {
344
+ font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
345
+ font-size: 0.95em;
346
+ letter-spacing: 0.015em;
347
+ line-height: 120%;
348
+ padding: 0.5em;
349
+ border: 0.0px solid #d8dde3;
350
+ background-color: #ebecf1;
351
+ }
352
+
353
+ pre a {
354
+ color: inherit;
355
+ text-decoration: underline;
356
+ }
357
+
358
+ td.linenos pre {
359
+ padding: 0.5em 0;
360
+ }
361
+
362
+ /* -- has Opscode orange for testing */
363
+
364
+ div.quotebar {
365
+ background-color: #f18a20;
366
+ max-width: 250px;
367
+ float: right;
368
+ padding: 2px 7px;
369
+ border: 1px solid #f18a20;
370
+ }
371
+
372
+ /* -- has Opscode orange for testing */
373
+
374
+ div.topic {
375
+ background-color: #f18a20;
376
+ }
377
+
378
+
379
+ /* -- table styles */
380
+
381
+ table.docutils {
382
+ border: 0;
383
+ border-collapse: separate;
384
+ border-spacing:4px;
385
+
386
+ }
387
+
388
+ table.docutils th {
389
+ padding: 1px 8px 1px 5px;
390
+ border-top: 0;
391
+ border-left: 0;
392
+ border-right: 0;
393
+ border-bottom: 0px solid #ffffff;
394
+ background-color: #7c858c;
395
+ color: #ffffff;
396
+ }
397
+
398
+ table.docutils td {
399
+ padding: 5px 5px 5px 5px;
400
+ border-top: 0;
401
+ border-left: 0;
402
+ border-right: 0;
403
+ border-bottom: 1px dashed #7c858c;
404
+ }
405
+
406
+ table.field-list td, table.field-list th {
407
+ border: 0 !important;
408
+ }
409
+
410
+ table.footnote td, table.footnote th {
411
+ border: 0 !important;
412
+ }
413
+
414
+ th {
415
+ text-align: left;
416
+ padding-right: 5px;
417
+ }
418
+
419
+ table.citation {
420
+ border-left: solid 1px gray;
421
+ margin-left: 1px;
422
+ }
423
+
424
+ table.citation td {
425
+ border-bottom: none;
426
+ }
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+ div.admonition, div.warning {
435
+ font-size: 0.9em;
436
+ margin: 1em 0 1em 0;
437
+ border: 1px solid #6bb1e1;
438
+ background-color: #ffffff;
439
+ padding: 0;
440
+ }
441
+
442
+ div.admonition p, div.warning p {
443
+ margin: 0.5em 1em 0.5em 1em;
444
+ padding: 0;
445
+ }
446
+
447
+ div.admonition pre, div.warning pre {
448
+ margin: 0.4em 1em 0.4em 1em;
449
+ }
450
+
451
+ div.admonition p.admonition-title,
452
+ div.warning p.admonition-title {
453
+ margin: 0;
454
+ padding: 0.1em 0 0.1em 0.5em;
455
+ color: #ffffff;
456
+ border-bottom: 1px solid #6bb1e1;
457
+ font-weight: bold;
458
+ background-color: #6bb1e1;
459
+ }
460
+
461
+
462
+
463
+
464
+ div.warning {
465
+ border: 1px solid #fcb614;
466
+ }
467
+
468
+ div.warning p.admonition-title {
469
+ background-color: #fcb614;
470
+ border-bottom-color: #fcb614;
471
+ }
472
+
473
+ div.admonition ul, div.admonition ol,
474
+ div.warning ul, div.warning ol {
475
+ margin: 0.1em 0.5em 0.5em 3em;
476
+ padding: 0;
477
+ }
478
+
479
+
480
+
481
+
482
+ div.versioninfo {
483
+ margin: 1em 0 0 0;
484
+ border: 1px solid #ffffff;
485
+ background-color: #ffffff;
486
+ padding: 8px;
487
+ line-height: 1.3em;
488
+ font-size: 0.9em;
489
+ }
490
+
491
+
492
+
493
+
494
+ .viewcode-back {
495
+ font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
496
+ }
497
+
498
+
499
+
500
+
501
+ div.viewcode-block:target {
502
+ background-color: #ffffff;
503
+ border-top: 1px solid #ffffff;
504
+ border-bottom: 1px solid #ffffff;
505
+ }