chef 12.0.0.alpha.2-x86-mingw32 → 12.0.0.rc.0-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 (628) hide show
  1. data/CONTRIBUTING.md +9 -0
  2. data/README.md +1 -1
  3. data/Rakefile +12 -0
  4. data/bin/chef-service-manager +1 -1
  5. data/bin/chef-windows-service +35 -0
  6. data/distro/common/html/_sources/ctl_chef_server.txt +307 -10
  7. data/distro/common/html/ctl_chef_client.html +3 -7
  8. data/distro/common/html/ctl_chef_server.html +609 -41
  9. data/distro/common/html/ctl_chef_shell.html +2 -2
  10. data/distro/common/html/ctl_chef_solo.html +1 -1
  11. data/distro/common/html/index.html +13 -13
  12. data/distro/common/html/knife.html +10 -10
  13. data/distro/common/html/knife_bootstrap.html +8 -8
  14. data/distro/common/html/knife_client.html +12 -12
  15. data/distro/common/html/knife_common_options.html +7 -7
  16. data/distro/common/html/knife_configure.html +3 -3
  17. data/distro/common/html/knife_cookbook.html +19 -19
  18. data/distro/common/html/knife_cookbook_site.html +28 -28
  19. data/distro/common/html/knife_data_bag.html +28 -13
  20. data/distro/common/html/knife_delete.html +2 -2
  21. data/distro/common/html/knife_deps.html +3 -3
  22. data/distro/common/html/knife_diff.html +4 -4
  23. data/distro/common/html/knife_download.html +3 -3
  24. data/distro/common/html/knife_edit.html +2 -2
  25. data/distro/common/html/knife_environment.html +14 -14
  26. data/distro/common/html/knife_exec.html +11 -11
  27. data/distro/common/html/knife_index_rebuild.html +2 -2
  28. data/distro/common/html/knife_list.html +3 -3
  29. data/distro/common/html/knife_node.html +23 -23
  30. data/distro/common/html/knife_raw.html +4 -4
  31. data/distro/common/html/knife_recipe_list.html +3 -3
  32. data/distro/common/html/knife_role.html +11 -11
  33. data/distro/common/html/knife_search.html +4 -4
  34. data/distro/common/html/knife_serve.html +3 -3
  35. data/distro/common/html/knife_show.html +3 -3
  36. data/distro/common/html/knife_ssh.html +7 -7
  37. data/distro/common/html/knife_ssl_check.html +7 -7
  38. data/distro/common/html/knife_ssl_fetch.html +9 -9
  39. data/distro/common/html/knife_status.html +3 -3
  40. data/distro/common/html/knife_tag.html +9 -9
  41. data/distro/common/html/knife_upload.html +3 -3
  42. data/distro/common/html/knife_user.html +9 -9
  43. data/distro/common/html/knife_using.html +11 -11
  44. data/distro/common/html/knife_xargs.html +14 -5
  45. data/distro/common/html/search.html +2 -2
  46. data/distro/common/html/searchindex.js +1 -1
  47. data/distro/common/man/man1/chef-shell.1 +2 -2
  48. data/distro/common/man/man1/knife-bootstrap.1 +7 -7
  49. data/distro/common/man/man1/knife-client.1 +10 -10
  50. data/distro/common/man/man1/knife-configure.1 +5 -5
  51. data/distro/common/man/man1/knife-cookbook-site.1 +24 -24
  52. data/distro/common/man/man1/knife-cookbook.1 +12 -12
  53. data/distro/common/man/man1/knife-data-bag.1 +34 -10
  54. data/distro/common/man/man1/knife-delete.1 +5 -5
  55. data/distro/common/man/man1/knife-deps.1 +5 -5
  56. data/distro/common/man/man1/knife-diff.1 +7 -7
  57. data/distro/common/man/man1/knife-download.1 +5 -5
  58. data/distro/common/man/man1/knife-edit.1 +5 -5
  59. data/distro/common/man/man1/knife-environment.1 +11 -11
  60. data/distro/common/man/man1/knife-exec.1 +11 -11
  61. data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
  62. data/distro/common/man/man1/knife-list.1 +5 -5
  63. data/distro/common/man/man1/knife-node.1 +16 -16
  64. data/distro/common/man/man1/knife-raw.1 +6 -6
  65. data/distro/common/man/man1/knife-recipe-list.1 +1 -1
  66. data/distro/common/man/man1/knife-role.1 +7 -7
  67. data/distro/common/man/man1/knife-search.1 +6 -6
  68. data/distro/common/man/man1/knife-serve.1 +6 -6
  69. data/distro/common/man/man1/knife-show.1 +5 -5
  70. data/distro/common/man/man1/knife-ssh.1 +9 -9
  71. data/distro/common/man/man1/knife-ssl-check.1 +7 -7
  72. data/distro/common/man/man1/knife-ssl-fetch.1 +9 -9
  73. data/distro/common/man/man1/knife-status.1 +5 -5
  74. data/distro/common/man/man1/knife-tag.1 +8 -8
  75. data/distro/common/man/man1/knife-upload.1 +5 -5
  76. data/distro/common/man/man1/knife-user.1 +8 -8
  77. data/distro/common/man/man1/knife-xargs.1 +36 -10
  78. data/distro/common/man/man1/knife.1 +14 -14
  79. data/distro/common/man/man8/chef-client.8 +3 -10
  80. data/distro/common/man/man8/chef-solo.8 +1 -1
  81. data/ext/win32-eventlog/Rakefile +50 -0
  82. data/ext/win32-eventlog/chef-log.man +26 -0
  83. data/lib/chef/application.rb +313 -241
  84. data/lib/chef/application/apply.rb +10 -8
  85. data/lib/chef/application/client.rb +58 -33
  86. data/lib/chef/application/solo.rb +33 -12
  87. data/lib/chef/chef_fs/chef_fs_data_store.rb +1 -1
  88. data/lib/chef/chef_fs/command_line.rb +1 -1
  89. data/lib/chef/chef_fs/file_system/organization_invites_entry.rb +2 -1
  90. data/lib/chef/chef_fs/file_system/organization_members_entry.rb +2 -1
  91. data/lib/chef/chef_fs/file_system/rest_list_entry.rb +2 -1
  92. data/lib/chef/client.rb +18 -48
  93. data/lib/chef/config.rb +43 -11
  94. data/lib/chef/cookbook/cookbook_version_loader.rb +14 -7
  95. data/lib/chef/cookbook/metadata.rb +81 -38
  96. data/lib/chef/cookbook/syntax_check.rb +18 -52
  97. data/lib/chef/cookbook_loader.rb +1 -1
  98. data/lib/chef/cookbook_version.rb +58 -39
  99. data/lib/chef/data_bag.rb +2 -2
  100. data/lib/chef/deprecation/provider/file.rb +2 -1
  101. data/lib/chef/dsl/data_query.rb +2 -29
  102. data/lib/chef/dsl/recipe.rb +8 -22
  103. data/lib/chef/encrypted_data_bag_item/assertions.rb +1 -1
  104. data/lib/chef/encrypted_data_bag_item/check_encrypted.rb +56 -0
  105. data/lib/chef/encrypted_data_bag_item/encrypted_data_bag_item_assertions.rb +1 -1
  106. data/lib/chef/event_loggers/base.rb +62 -0
  107. data/lib/chef/event_loggers/windows_eventlog.rb +104 -0
  108. data/lib/chef/exceptions.rb +18 -1
  109. data/lib/chef/file_cache.rb +3 -2
  110. data/lib/chef/guard_interpreter/resource_guard_interpreter.rb +15 -6
  111. data/lib/chef/http.rb +20 -13
  112. data/lib/chef/http/ssl_policies.rb +2 -1
  113. data/lib/chef/json_compat.rb +9 -3
  114. data/lib/chef/knife.rb +2 -1
  115. data/lib/chef/knife/bootstrap.rb +12 -18
  116. data/lib/chef/knife/bootstrap/archlinux-gems.erb +2 -2
  117. data/lib/chef/knife/bootstrap/chef-aix.erb +2 -2
  118. data/lib/chef/knife/bootstrap/chef-full.erb +2 -2
  119. data/lib/chef/knife/cookbook_create.rb +1 -1
  120. data/lib/chef/knife/cookbook_site_share.rb +43 -8
  121. data/lib/chef/knife/core/bootstrap_context.rb +6 -11
  122. data/lib/chef/knife/core/object_loader.rb +5 -5
  123. data/lib/chef/knife/core/status_presenter.rb +156 -0
  124. data/lib/chef/knife/core/subcommand_loader.rb +6 -5
  125. data/lib/chef/knife/core/ui.rb +4 -4
  126. data/lib/chef/knife/data_bag_create.rb +7 -32
  127. data/lib/chef/knife/data_bag_edit.rb +24 -43
  128. data/lib/chef/knife/data_bag_from_file.rb +6 -31
  129. data/lib/chef/knife/data_bag_secret_options.rb +142 -0
  130. data/lib/chef/knife/data_bag_show.rb +19 -33
  131. data/lib/chef/knife/node_from_file.rb +9 -8
  132. data/lib/chef/knife/ssh.rb +0 -7
  133. data/lib/chef/knife/ssl_check.rb +70 -6
  134. data/lib/chef/knife/status.rb +11 -58
  135. data/lib/chef/mixin/command/unix.rb +2 -2
  136. data/lib/chef/mixin/convert_to_class_name.rb +54 -0
  137. data/lib/chef/mixin/descendants_tracker.rb +82 -0
  138. data/lib/chef/mixin/homebrew_user.rb +68 -0
  139. data/lib/chef/mixin/shell_out.rb +0 -4
  140. data/lib/chef/mixin/windows_architecture_helper.rb +16 -0
  141. data/lib/chef/mixin/windows_env_helper.rb +56 -0
  142. data/lib/chef/node.rb +2 -2
  143. data/lib/chef/node_map.rb +146 -0
  144. data/lib/chef/platform/provider_mapping.rb +11 -39
  145. data/lib/chef/platform/provider_priority_map.rb +80 -0
  146. data/lib/chef/platform/query_helpers.rb +5 -1
  147. data/lib/chef/platform/service_helpers.rb +113 -0
  148. data/lib/chef/provider.rb +24 -0
  149. data/lib/chef/provider/breakpoint.rb +2 -0
  150. data/lib/chef/provider/cookbook_file.rb +2 -0
  151. data/lib/chef/provider/cron.rb +1 -1
  152. data/lib/chef/provider/cron/unix.rb +13 -9
  153. data/lib/chef/provider/deploy.rb +3 -2
  154. data/lib/chef/provider/deploy/revision.rb +4 -2
  155. data/lib/chef/provider/deploy/timestamped.rb +2 -0
  156. data/lib/chef/provider/directory.rb +2 -0
  157. data/lib/chef/provider/dsc_script.rb +179 -0
  158. data/lib/chef/provider/env.rb +25 -10
  159. data/lib/chef/provider/env/windows.rb +9 -16
  160. data/lib/chef/provider/erl_call.rb +2 -0
  161. data/lib/chef/provider/execute.rb +5 -2
  162. data/lib/chef/provider/file.rb +2 -0
  163. data/lib/chef/provider/git.rb +51 -23
  164. data/lib/chef/provider/group/dscl.rb +2 -2
  165. data/lib/chef/provider/group/pw.rb +9 -13
  166. data/lib/chef/provider/http_request.rb +2 -0
  167. data/lib/chef/provider/link.rb +3 -0
  168. data/lib/chef/provider/log.rb +2 -0
  169. data/lib/chef/provider/lwrp_base.rb +11 -9
  170. data/lib/chef/provider/mount/mount.rb +1 -1
  171. data/lib/chef/provider/package/aix.rb +2 -0
  172. data/lib/chef/provider/package/apt.rb +2 -0
  173. data/lib/chef/provider/package/dpkg.rb +2 -0
  174. data/lib/chef/provider/package/easy_install.rb +2 -0
  175. data/lib/chef/provider/package/freebsd/pkg.rb +2 -1
  176. data/lib/chef/provider/package/freebsd/pkgng.rb +1 -1
  177. data/lib/chef/provider/package/freebsd/port.rb +1 -9
  178. data/lib/chef/provider/package/homebrew.rb +127 -0
  179. data/lib/chef/provider/package/ips.rb +2 -0
  180. data/lib/chef/provider/package/macports.rb +3 -0
  181. data/lib/chef/provider/package/pacman.rb +5 -4
  182. data/lib/chef/provider/package/paludis.rb +4 -2
  183. data/lib/chef/provider/package/portage.rb +4 -1
  184. data/lib/chef/provider/package/rpm.rb +2 -0
  185. data/lib/chef/provider/package/rubygems.rb +4 -0
  186. data/lib/chef/provider/package/smartos.rb +2 -0
  187. data/lib/chef/provider/package/solaris.rb +2 -0
  188. data/lib/chef/provider/package/windows.rb +5 -2
  189. data/lib/chef/provider/package/yum.rb +2 -0
  190. data/lib/chef/provider/powershell_script.rb +3 -1
  191. data/lib/chef/provider/remote_directory.rb +25 -10
  192. data/lib/chef/provider/route.rb +2 -0
  193. data/lib/chef/provider/ruby_block.rb +2 -0
  194. data/lib/chef/provider/script.rb +6 -0
  195. data/lib/chef/provider/service/aix.rb +128 -0
  196. data/lib/chef/provider/service/aixinit.rb +117 -0
  197. data/lib/chef/provider/service/arch.rb +6 -0
  198. data/lib/chef/provider/service/debian.rb +35 -29
  199. data/lib/chef/provider/service/freebsd.rb +7 -1
  200. data/lib/chef/provider/service/gentoo.rb +5 -1
  201. data/lib/chef/provider/service/init.rb +2 -0
  202. data/lib/chef/provider/service/insserv.rb +15 -8
  203. data/lib/chef/provider/service/invokercd.rb +6 -0
  204. data/lib/chef/provider/service/macosx.rb +4 -1
  205. data/lib/chef/provider/service/redhat.rb +9 -3
  206. data/lib/chef/provider/service/simple.rb +2 -0
  207. data/lib/chef/provider/service/solaris.rb +2 -0
  208. data/lib/chef/provider/service/systemd.rb +7 -0
  209. data/lib/chef/provider/service/upstart.rb +7 -0
  210. data/lib/chef/provider/service/windows.rb +5 -0
  211. data/lib/chef/provider/subversion.rb +2 -0
  212. data/lib/chef/provider/template.rb +1 -0
  213. data/lib/chef/provider/user/dscl.rb +3 -2
  214. data/lib/chef/provider/whyrun_safe_ruby_block.rb +2 -0
  215. data/lib/chef/provider_resolver.rb +103 -0
  216. data/lib/chef/providers.rb +6 -2
  217. data/lib/chef/recipe.rb +2 -0
  218. data/lib/chef/resource.rb +69 -78
  219. data/lib/chef/resource/apt_package.rb +3 -1
  220. data/lib/chef/resource/bash.rb +1 -0
  221. data/lib/chef/resource/bff_package.rb +0 -1
  222. data/lib/chef/resource/breakpoint.rb +1 -1
  223. data/lib/chef/resource/chef_gem.rb +1 -2
  224. data/lib/chef/resource/conditional.rb +26 -6
  225. data/lib/chef/resource/cookbook_file.rb +2 -3
  226. data/lib/chef/resource/csh.rb +1 -0
  227. data/lib/chef/resource/deploy.rb +0 -1
  228. data/lib/chef/resource/deploy_revision.rb +6 -1
  229. data/lib/chef/resource/directory.rb +1 -2
  230. data/lib/chef/resource/dpkg_package.rb +2 -1
  231. data/lib/chef/resource/dsc_script.rb +125 -0
  232. data/lib/chef/resource/easy_install_package.rb +2 -1
  233. data/lib/chef/resource/erl_call.rb +1 -0
  234. data/lib/chef/resource/execute.rb +26 -9
  235. data/lib/chef/resource/file.rb +1 -3
  236. data/lib/chef/resource/freebsd_package.rb +10 -23
  237. data/lib/chef/resource/gem_package.rb +2 -1
  238. data/lib/chef/resource/git.rb +2 -1
  239. data/lib/chef/resource/homebrew_package.rb +46 -0
  240. data/lib/chef/resource/http_request.rb +1 -0
  241. data/lib/chef/resource/ips_package.rb +3 -1
  242. data/lib/chef/resource/link.rb +1 -2
  243. data/lib/chef/resource/log.rb +4 -0
  244. data/lib/chef/resource/lwrp_base.rb +24 -15
  245. data/lib/chef/resource/macports_package.rb +3 -1
  246. data/lib/chef/resource/pacman_package.rb +2 -1
  247. data/lib/chef/resource/paludis_package.rb +3 -1
  248. data/lib/chef/resource/perl.rb +1 -0
  249. data/lib/chef/resource/powershell_script.rb +0 -2
  250. data/lib/chef/resource/python.rb +1 -1
  251. data/lib/chef/resource/remote_directory.rb +1 -2
  252. data/lib/chef/resource/remote_file.rb +1 -1
  253. data/lib/chef/resource/rpm_package.rb +2 -1
  254. data/lib/chef/resource/ruby.rb +1 -0
  255. data/lib/chef/resource/ruby_block.rb +3 -0
  256. data/lib/chef/resource/script.rb +2 -25
  257. data/lib/chef/resource/service.rb +0 -4
  258. data/lib/chef/resource/smartos_package.rb +3 -4
  259. data/lib/chef/resource/solaris_package.rb +7 -1
  260. data/lib/chef/resource/subversion.rb +0 -1
  261. data/lib/chef/resource/template.rb +2 -3
  262. data/lib/chef/resource/timestamped_deploy.rb +1 -2
  263. data/lib/chef/resource/whyrun_safe_ruby_block.rb +0 -1
  264. data/lib/chef/resource/windows_package.rb +3 -4
  265. data/lib/chef/resource/windows_script.rb +3 -0
  266. data/lib/chef/resource/windows_service.rb +2 -2
  267. data/lib/chef/resource/yum_package.rb +3 -1
  268. data/lib/chef/resource_collection.rb +50 -227
  269. data/lib/chef/resource_collection/resource_collection_serialization.rb +59 -0
  270. data/lib/chef/resource_collection/resource_list.rb +89 -0
  271. data/lib/chef/resource_collection/resource_set.rb +170 -0
  272. data/lib/chef/resources.rb +2 -0
  273. data/lib/chef/role.rb +1 -1
  274. data/lib/chef/run_context.rb +5 -1
  275. data/lib/chef/shell/ext.rb +1 -1
  276. data/lib/chef/util/backup.rb +3 -2
  277. data/lib/chef/util/dsc/configuration_generator.rb +115 -0
  278. data/lib/chef/util/dsc/lcm_output_parser.rb +133 -0
  279. data/lib/chef/util/dsc/local_configuration_manager.rb +141 -0
  280. data/lib/chef/util/dsc/resource_info.rb +26 -0
  281. data/lib/chef/util/path_helper.rb +12 -0
  282. data/lib/chef/util/powershell/cmdlet.rb +136 -0
  283. data/lib/chef/util/powershell/cmdlet_result.rb +46 -0
  284. data/lib/chef/version.rb +1 -1
  285. data/lib/chef/win32/api/system.rb +9 -0
  286. data/lib/chef/win32/version.rb +2 -0
  287. data/spec/.DS_Store +0 -0
  288. data/spec/data/.DS_Store +0 -0
  289. data/spec/data/bootstrap/test-hints.erb +1 -1
  290. data/spec/data/bootstrap/test.erb +1 -1
  291. data/spec/data/cb_version_cookbooks/cookbook2/files/test.txt +0 -0
  292. data/spec/data/cb_version_cookbooks/cookbook2/templates/test.erb +0 -0
  293. data/spec/data/cookbooks/ignorken/files/default/not_me.rb +2 -0
  294. data/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb +2 -0
  295. data/spec/data/cookbooks/openldap/libraries/openldap.rb +4 -0
  296. data/spec/data/cookbooks/openldap/libraries/openldap/version.rb +3 -0
  297. data/spec/data/lwrp/.DS_Store +0 -0
  298. data/spec/data/lwrp/providers/.DS_Store +0 -0
  299. data/spec/data/lwrp/providers/buck_passer.rb +9 -2
  300. data/spec/data/lwrp/resources/.DS_Store +0 -0
  301. data/spec/data/lwrp/resources/foo.rb +3 -2
  302. data/spec/data/lwrp_override/.DS_Store +0 -0
  303. data/spec/data/lwrp_override/providers/.DS_Store +0 -0
  304. data/spec/data/lwrp_override/providers/buck_passer.rb +5 -10
  305. data/spec/data/lwrp_override/resources/.DS_Store +0 -0
  306. data/spec/data/lwrp_override/resources/foo.rb +4 -3
  307. data/spec/functional/assets/chefinittest +34 -0
  308. data/spec/functional/assets/testchefsubsys +11 -0
  309. data/spec/functional/dsl/reboot_pending_spec.rb +19 -16
  310. data/spec/functional/event_loggers/windows_eventlog_spec.rb +82 -0
  311. data/spec/functional/knife/cookbook_delete_spec.rb +3 -3
  312. data/spec/functional/knife/exec_spec.rb +1 -1
  313. data/spec/functional/resource/aix_service_spec.rb +136 -0
  314. data/spec/functional/resource/aixinit_service_spec.rb +211 -0
  315. data/spec/functional/resource/base.rb +1 -0
  316. data/spec/functional/resource/batch_spec.rb +4 -11
  317. data/spec/functional/resource/cron_spec.rb +7 -1
  318. data/spec/functional/resource/dsc_script_spec.rb +382 -0
  319. data/spec/functional/resource/env_spec.rb +54 -0
  320. data/spec/functional/resource/execute_spec.rb +113 -0
  321. data/spec/functional/resource/file_spec.rb +2 -0
  322. data/spec/functional/resource/group_spec.rb +7 -4
  323. data/spec/functional/resource/powershell_spec.rb +198 -185
  324. data/spec/functional/resource/rpm_spec.rb +5 -4
  325. data/spec/functional/resource/user/dscl_spec.rb +2 -1
  326. data/spec/functional/util/path_helper_spec.rb +37 -0
  327. data/spec/functional/util/powershell/cmdlet_spec.rb +114 -0
  328. data/spec/integration/client/client_spec.rb +1 -1
  329. data/spec/integration/client/ipv6_spec.rb +1 -1
  330. data/spec/integration/knife/chef_fs_data_store_spec.rb +1 -1
  331. data/spec/integration/knife/chef_repo_path_spec.rb +1 -1
  332. data/spec/integration/knife/chef_repository_file_system_spec.rb +1 -1
  333. data/spec/integration/knife/chefignore_spec.rb +1 -1
  334. data/spec/integration/knife/common_options_spec.rb +1 -1
  335. data/spec/integration/knife/cookbook_api_ipv6_spec.rb +2 -2
  336. data/spec/integration/knife/delete_spec.rb +1 -1
  337. data/spec/integration/knife/deps_spec.rb +1 -1
  338. data/spec/integration/knife/diff_spec.rb +1 -1
  339. data/spec/integration/knife/download_spec.rb +1 -1
  340. data/spec/integration/knife/list_spec.rb +1 -1
  341. data/spec/integration/knife/raw_spec.rb +1 -1
  342. data/spec/integration/knife/redirection_spec.rb +1 -1
  343. data/spec/integration/knife/serve_spec.rb +1 -1
  344. data/spec/integration/knife/show_spec.rb +1 -1
  345. data/spec/integration/knife/upload_spec.rb +4 -3
  346. data/spec/integration/recipes/lwrp_inline_resources_spec.rb +1 -1
  347. data/spec/spec_helper.rb +15 -0
  348. data/spec/support/chef_helpers.rb +1 -0
  349. data/spec/support/lib/chef/provider/snakeoil.rb +1 -0
  350. data/spec/support/lib/chef/resource/zen_follower.rb +1 -7
  351. data/spec/support/platform_helpers.rb +28 -0
  352. data/spec/support/shared/functional/file_resource.rb +6 -0
  353. data/spec/support/shared/functional/windows_script.rb +118 -0
  354. data/spec/support/shared/integration/integration_helper.rb +5 -2
  355. data/spec/support/shared/matchers/exit_with_code.rb +28 -0
  356. data/spec/support/shared/matchers/match_environment_variable.rb +17 -0
  357. data/spec/support/shared/shared_examples.rb +14 -0
  358. data/spec/support/shared/unit/execute_resource.rb +0 -7
  359. data/spec/support/shared/unit/resource/static_provider_resolution.rb +71 -0
  360. data/spec/support/shared/unit/script_resource.rb +1 -1
  361. data/spec/support/shared/unit/windows_script_resource.rb +35 -2
  362. data/spec/tiny_server.rb +1 -2
  363. data/spec/unit/api_client_spec.rb +5 -1
  364. data/spec/unit/application/{apply.rb → apply_spec.rb} +13 -5
  365. data/spec/unit/application/client_spec.rb +106 -13
  366. data/spec/unit/application/solo_spec.rb +25 -1
  367. data/spec/unit/client_spec.rb +1 -26
  368. data/spec/unit/config_fetcher_spec.rb +2 -1
  369. data/spec/unit/config_spec.rb +91 -2
  370. data/spec/unit/cookbook/cookbook_version_loader_spec.rb +8 -0
  371. data/spec/unit/cookbook/metadata_spec.rb +43 -6
  372. data/spec/unit/cookbook/syntax_check_spec.rb +8 -2
  373. data/spec/unit/cookbook_loader_spec.rb +4 -2
  374. data/spec/unit/cookbook_version_spec.rb +83 -2
  375. data/spec/unit/data_bag_item_spec.rb +5 -1
  376. data/spec/unit/data_bag_spec.rb +6 -1
  377. data/spec/unit/dsl/data_query_spec.rb +8 -110
  378. data/spec/unit/encrypted_data_bag_item/check_encrypted_spec.rb +95 -0
  379. data/spec/unit/encrypted_data_bag_item_spec.rb +16 -23
  380. data/spec/unit/environment_spec.rb +6 -2
  381. data/spec/unit/exceptions_spec.rb +6 -0
  382. data/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb +16 -15
  383. data/spec/unit/json_compat_spec.rb +12 -2
  384. data/spec/unit/knife/bootstrap_spec.rb +16 -63
  385. data/spec/unit/knife/cookbook_site_share_spec.rb +59 -6
  386. data/spec/unit/knife/core/bootstrap_context_spec.rb +8 -37
  387. data/spec/unit/knife/core/subcommand_loader_spec.rb +1 -1
  388. data/spec/unit/knife/core/ui_spec.rb +28 -0
  389. data/spec/unit/knife/data_bag_create_spec.rb +63 -71
  390. data/spec/unit/knife/data_bag_edit_spec.rb +83 -49
  391. data/spec/unit/knife/data_bag_from_file_spec.rb +104 -126
  392. data/spec/unit/knife/data_bag_secret_options_spec.rb +165 -0
  393. data/spec/unit/knife/data_bag_show_spec.rb +74 -72
  394. data/spec/unit/knife/environment_from_file_spec.rb +3 -2
  395. data/spec/unit/knife/ssl_check_spec.rb +46 -1
  396. data/spec/unit/knife/status_spec.rb +1 -2
  397. data/spec/unit/knife_spec.rb +18 -1
  398. data/spec/unit/lwrp_spec.rb +29 -8
  399. data/spec/unit/mixin/homebrew_user_spec.rb +100 -0
  400. data/spec/unit/node_map_spec.rb +155 -0
  401. data/spec/unit/node_spec.rb +11 -0
  402. data/spec/unit/platform/query_helpers_spec.rb +23 -0
  403. data/spec/unit/platform_spec.rb +23 -0
  404. data/spec/unit/provider/breakpoint_spec.rb +9 -9
  405. data/spec/unit/provider/cookbook_file/content_spec.rb +3 -3
  406. data/spec/unit/provider/cookbook_file_spec.rb +1 -1
  407. data/spec/unit/provider/cron/unix_spec.rb +78 -60
  408. data/spec/unit/provider/cron_spec.rb +175 -175
  409. data/spec/unit/provider/deploy/revision_spec.rb +22 -21
  410. data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
  411. data/spec/unit/provider/deploy_spec.rb +231 -230
  412. data/spec/unit/provider/directory_spec.rb +55 -55
  413. data/spec/unit/provider/dsc_script_spec.rb +174 -0
  414. data/spec/unit/provider/env/windows_spec.rb +70 -34
  415. data/spec/unit/provider/env_spec.rb +95 -49
  416. data/spec/unit/provider/erl_call_spec.rb +9 -9
  417. data/spec/unit/provider/execute_spec.rb +43 -27
  418. data/spec/unit/provider/file/content_spec.rb +9 -9
  419. data/spec/unit/provider/file_spec.rb +1 -1
  420. data/spec/unit/provider/git_spec.rb +221 -159
  421. data/spec/unit/provider/group/dscl_spec.rb +64 -63
  422. data/spec/unit/provider/group/gpasswd_spec.rb +14 -14
  423. data/spec/unit/provider/group/groupadd_spec.rb +33 -33
  424. data/spec/unit/provider/group/groupmod_spec.rb +23 -23
  425. data/spec/unit/provider/group/pw_spec.rb +21 -21
  426. data/spec/unit/provider/group/usermod_spec.rb +20 -20
  427. data/spec/unit/provider/group/windows_spec.rb +15 -15
  428. data/spec/unit/provider/group_spec.rb +76 -76
  429. data/spec/unit/provider/http_request_spec.rb +30 -30
  430. data/spec/unit/provider/ifconfig/aix_spec.rb +20 -20
  431. data/spec/unit/provider/ifconfig/debian_spec.rb +25 -9
  432. data/spec/unit/provider/ifconfig/redhat_spec.rb +13 -13
  433. data/spec/unit/provider/ifconfig_spec.rb +43 -43
  434. data/spec/unit/provider/link_spec.rb +60 -60
  435. data/spec/unit/provider/log_spec.rb +0 -4
  436. data/spec/unit/provider/mdadm_spec.rb +23 -23
  437. data/spec/unit/provider/mount/aix_spec.rb +17 -17
  438. data/spec/unit/provider/mount/mount_spec.rb +115 -119
  439. data/spec/unit/provider/mount/solaris_spec.rb +72 -72
  440. data/spec/unit/provider/mount/windows_spec.rb +24 -24
  441. data/spec/unit/provider/ohai_spec.rb +11 -11
  442. data/spec/unit/provider/package/aix_spec.rb +34 -34
  443. data/spec/unit/provider/package/apt_spec.rb +36 -36
  444. data/spec/unit/provider/package/dpkg_spec.rb +27 -27
  445. data/spec/unit/provider/package/easy_install_spec.rb +16 -16
  446. data/spec/unit/provider/package/freebsd/pkg_spec.rb +53 -53
  447. data/spec/unit/provider/package/freebsd/pkgng_spec.rb +24 -24
  448. data/spec/unit/provider/package/freebsd/port_spec.rb +45 -35
  449. data/spec/unit/provider/package/homebrew_spec.rb +266 -0
  450. data/spec/unit/provider/package/ips_spec.rb +34 -34
  451. data/spec/unit/provider/package/macports_spec.rb +49 -49
  452. data/spec/unit/provider/package/pacman_spec.rb +35 -39
  453. data/spec/unit/provider/package/paludis_spec.rb +20 -20
  454. data/spec/unit/provider/package/portage_spec.rb +38 -38
  455. data/spec/unit/provider/package/rpm_spec.rb +29 -29
  456. data/spec/unit/provider/package/rubygems_spec.rb +284 -270
  457. data/spec/unit/provider/package/smartos_spec.rb +15 -15
  458. data/spec/unit/provider/package/solaris_spec.rb +35 -35
  459. data/spec/unit/provider/package/windows/msi_spec.rb +3 -3
  460. data/spec/unit/provider/package/windows_spec.rb +6 -6
  461. data/spec/unit/provider/package/yum_spec.rb +416 -416
  462. data/spec/unit/provider/package/zypper_spec.rb +47 -47
  463. data/spec/unit/provider/package_spec.rb +107 -107
  464. data/spec/unit/provider/powershell_spec.rb +1 -1
  465. data/spec/unit/provider/registry_key_spec.rb +61 -61
  466. data/spec/unit/provider/remote_directory_spec.rb +36 -36
  467. data/spec/unit/provider/remote_file/cache_control_data_spec.rb +24 -24
  468. data/spec/unit/provider/remote_file/content_spec.rb +45 -45
  469. data/spec/unit/provider/remote_file/fetcher_spec.rb +9 -9
  470. data/spec/unit/provider/remote_file/ftp_spec.rb +32 -32
  471. data/spec/unit/provider/remote_file/http_spec.rb +44 -44
  472. data/spec/unit/provider/remote_file/local_file_spec.rb +9 -9
  473. data/spec/unit/provider/remote_file_spec.rb +3 -3
  474. data/spec/unit/provider/route_spec.rb +63 -63
  475. data/spec/unit/provider/ruby_block_spec.rb +4 -4
  476. data/spec/unit/provider/script_spec.rb +12 -12
  477. data/spec/unit/provider/service/aix_service_spec.rb +181 -0
  478. data/spec/unit/provider/service/aixinit_service_spec.rb +269 -0
  479. data/spec/unit/provider/service/arch_service_spec.rb +48 -48
  480. data/spec/unit/provider/service/debian_service_spec.rb +40 -40
  481. data/spec/unit/provider/service/gentoo_service_spec.rb +28 -28
  482. data/spec/unit/provider/service/init_service_spec.rb +39 -39
  483. data/spec/unit/provider/service/insserv_service_spec.rb +8 -8
  484. data/spec/unit/provider/service/invokercd_service_spec.rb +35 -35
  485. data/spec/unit/provider/service/macosx_spec.rb +49 -49
  486. data/spec/unit/provider/service/redhat_spec.rb +27 -27
  487. data/spec/unit/provider/service/simple_service_spec.rb +28 -28
  488. data/spec/unit/provider/service/solaris_smf_service_spec.rb +43 -46
  489. data/spec/unit/provider/service/systemd_service_spec.rb +63 -63
  490. data/spec/unit/provider/service/upstart_service_spec.rb +78 -78
  491. data/spec/unit/provider/service/windows_spec.rb +92 -92
  492. data/spec/unit/provider/service_spec.rb +40 -40
  493. data/spec/unit/provider/subversion_spec.rb +80 -80
  494. data/spec/unit/provider/template/content_spec.rb +9 -9
  495. data/spec/unit/provider/template_spec.rb +6 -6
  496. data/spec/unit/provider/user/dscl_spec.rb +170 -167
  497. data/spec/unit/provider/user/pw_spec.rb +48 -48
  498. data/spec/unit/provider/user/solaris_spec.rb +8 -8
  499. data/spec/unit/provider/user/useradd_spec.rb +1 -1
  500. data/spec/unit/provider/user/windows_spec.rb +26 -26
  501. data/spec/unit/provider/user_spec.rb +72 -72
  502. data/spec/unit/provider/whyrun_safe_ruby_block_spec.rb +4 -4
  503. data/spec/unit/provider_resolver_spec.rb +387 -0
  504. data/spec/unit/recipe_spec.rb +33 -12
  505. data/spec/unit/resource/apt_package_spec.rb +10 -13
  506. data/spec/unit/resource/bash_spec.rb +4 -4
  507. data/spec/unit/resource/batch_spec.rb +1 -1
  508. data/spec/unit/resource/breakpoint_spec.rb +11 -7
  509. data/spec/unit/resource/chef_gem_spec.rb +8 -15
  510. data/spec/unit/resource/conditional_action_not_nothing_spec.rb +2 -2
  511. data/spec/unit/resource/conditional_spec.rb +35 -16
  512. data/spec/unit/resource/cookbook_file_spec.rb +13 -13
  513. data/spec/unit/resource/cron_spec.rb +37 -37
  514. data/spec/unit/resource/csh_spec.rb +4 -4
  515. data/spec/unit/resource/deploy_revision_spec.rb +13 -18
  516. data/spec/unit/resource/deploy_spec.rb +60 -55
  517. data/spec/unit/resource/directory_spec.rb +18 -18
  518. data/spec/unit/resource/dpkg_package_spec.rb +8 -14
  519. data/spec/unit/resource/dsc_script_spec.rb +98 -0
  520. data/spec/unit/resource/easy_install_package_spec.rb +9 -18
  521. data/spec/unit/resource/env_spec.rb +12 -12
  522. data/spec/unit/resource/erl_call_spec.rb +11 -11
  523. data/spec/unit/resource/execute_spec.rb +5 -0
  524. data/spec/unit/resource/file_spec.rb +29 -29
  525. data/spec/unit/resource/freebsd_package_spec.rb +11 -12
  526. data/spec/unit/resource/gem_package_spec.rb +8 -15
  527. data/spec/unit/resource/git_spec.rb +12 -8
  528. data/spec/unit/resource/group_spec.rb +27 -27
  529. data/spec/unit/resource/homebrew_package_spec.rb +50 -0
  530. data/spec/unit/resource/http_request_spec.rb +6 -6
  531. data/spec/unit/resource/ifconfig_spec.rb +8 -8
  532. data/spec/unit/resource/ips_package_spec.rb +10 -13
  533. data/spec/unit/resource/link_spec.rb +25 -25
  534. data/spec/unit/resource/log_spec.rb +9 -9
  535. data/spec/unit/resource/macports_package_spec.rb +8 -13
  536. data/spec/unit/resource/mdadm_spec.rb +18 -18
  537. data/spec/unit/resource/mount_spec.rb +45 -45
  538. data/spec/unit/resource/ohai_spec.rb +7 -7
  539. data/spec/unit/resource/package_spec.rb +12 -12
  540. data/spec/unit/resource/pacman_package_spec.rb +8 -14
  541. data/spec/unit/resource/perl_spec.rb +4 -4
  542. data/spec/unit/resource/portage_package_spec.rb +3 -3
  543. data/spec/unit/resource/powershell_spec.rb +7 -7
  544. data/spec/unit/resource/python_spec.rb +4 -4
  545. data/spec/unit/resource/registry_key_spec.rb +32 -32
  546. data/spec/unit/resource/remote_directory_spec.rb +17 -17
  547. data/spec/unit/resource/remote_file_spec.rb +41 -41
  548. data/spec/unit/resource/route_spec.rb +19 -19
  549. data/spec/unit/resource/rpm_package_spec.rb +9 -13
  550. data/spec/unit/resource/ruby_block_spec.rb +8 -8
  551. data/spec/unit/resource/ruby_spec.rb +4 -4
  552. data/spec/unit/resource/scm_spec.rb +40 -40
  553. data/spec/unit/resource/script_spec.rb +2 -2
  554. data/spec/unit/resource/service_spec.rb +37 -47
  555. data/spec/unit/resource/smartos_package_spec.rb +10 -15
  556. data/spec/unit/resource/solaris_package_spec.rb +13 -28
  557. data/spec/unit/resource/subversion_spec.rb +16 -12
  558. data/spec/unit/resource/template_spec.rb +35 -35
  559. data/spec/unit/resource/timestamped_deploy_spec.rb +30 -4
  560. data/spec/unit/resource/user_spec.rb +23 -23
  561. data/spec/unit/resource/windows_package_spec.rb +17 -10
  562. data/spec/unit/resource/windows_service_spec.rb +9 -6
  563. data/spec/unit/resource/yum_package_spec.rb +16 -21
  564. data/spec/unit/resource_collection/resource_list_spec.rb +137 -0
  565. data/spec/unit/resource_collection/resource_set_spec.rb +199 -0
  566. data/spec/unit/resource_collection_spec.rb +73 -92
  567. data/spec/unit/resource_definition_spec.rb +38 -40
  568. data/spec/unit/resource_reporter_spec.rb +3 -3
  569. data/spec/unit/resource_spec.rb +68 -33
  570. data/spec/unit/rest_spec.rb +83 -76
  571. data/spec/unit/role_spec.rb +5 -0
  572. data/spec/unit/run_list_spec.rb +5 -1
  573. data/spec/unit/runner_spec.rb +245 -238
  574. data/spec/unit/shell/shell_ext_spec.rb +1 -1
  575. data/spec/unit/user_spec.rb +5 -1
  576. data/spec/unit/util/dsc/configuration_generator_spec.rb +171 -0
  577. data/spec/unit/util/dsc/lcm_output_parser_spec.rb +169 -0
  578. data/spec/unit/util/dsc/local_configuration_manager_spec.rb +139 -0
  579. data/spec/unit/util/path_helper_spec.rb +23 -1
  580. data/spec/unit/util/powershell/cmdlet_spec.rb +106 -0
  581. data/spec/unit/workstation_config_loader_spec.rb +1 -1
  582. metadata +303 -196
  583. checksums.yaml +0 -7
  584. data/distro/README +0 -2
  585. data/distro/arch/etc/conf.d/chef-client.conf +0 -5
  586. data/distro/arch/etc/conf.d/chef-expander.conf +0 -8
  587. data/distro/arch/etc/conf.d/chef-server-webui.conf +0 -10
  588. data/distro/arch/etc/conf.d/chef-server.conf +0 -10
  589. data/distro/arch/etc/conf.d/chef-solr.conf +0 -8
  590. data/distro/arch/etc/rc.d/chef-client +0 -90
  591. data/distro/arch/etc/rc.d/chef-expander +0 -78
  592. data/distro/arch/etc/rc.d/chef-server +0 -78
  593. data/distro/arch/etc/rc.d/chef-server-webui +0 -78
  594. data/distro/arch/etc/rc.d/chef-solr +0 -78
  595. data/distro/debian/etc/default/chef-client +0 -4
  596. data/distro/debian/etc/default/chef-expander +0 -8
  597. data/distro/debian/etc/default/chef-server +0 -9
  598. data/distro/debian/etc/default/chef-server-webui +0 -9
  599. data/distro/debian/etc/default/chef-solr +0 -8
  600. data/distro/debian/etc/init.d/chef-client +0 -212
  601. data/distro/debian/etc/init.d/chef-expander +0 -176
  602. data/distro/debian/etc/init.d/chef-server +0 -122
  603. data/distro/debian/etc/init.d/chef-server-webui +0 -123
  604. data/distro/debian/etc/init.d/chef-solr +0 -176
  605. data/distro/debian/etc/init/chef-client.conf +0 -17
  606. data/distro/debian/etc/init/chef-expander.conf +0 -17
  607. data/distro/debian/etc/init/chef-server-webui.conf +0 -17
  608. data/distro/debian/etc/init/chef-server.conf +0 -17
  609. data/distro/debian/etc/init/chef-solr.conf +0 -17
  610. data/distro/redhat/etc/init.d/chef-client +0 -121
  611. data/distro/redhat/etc/init.d/chef-expander +0 -104
  612. data/distro/redhat/etc/init.d/chef-server +0 -112
  613. data/distro/redhat/etc/init.d/chef-server-webui +0 -112
  614. data/distro/redhat/etc/init.d/chef-solr +0 -104
  615. data/distro/redhat/etc/logrotate.d/chef-client +0 -8
  616. data/distro/redhat/etc/logrotate.d/chef-expander +0 -8
  617. data/distro/redhat/etc/logrotate.d/chef-server +0 -8
  618. data/distro/redhat/etc/logrotate.d/chef-server-webui +0 -8
  619. data/distro/redhat/etc/logrotate.d/chef-solr +0 -8
  620. data/distro/redhat/etc/sysconfig/chef-client +0 -15
  621. data/distro/redhat/etc/sysconfig/chef-expander +0 -7
  622. data/distro/redhat/etc/sysconfig/chef-server +0 -14
  623. data/distro/redhat/etc/sysconfig/chef-server-webui +0 -14
  624. data/distro/redhat/etc/sysconfig/chef-solr +0 -8
  625. data/distro/windows/service_manager.rb +0 -20
  626. data/lib/chef/resource_platform_map.rb +0 -151
  627. data/spec/support/shared/matchers.rb +0 -17
  628. data/spec/unit/resource_platform_map_spec.rb +0 -164
@@ -0,0 +1,136 @@
1
+ # encoding: UTF-8
2
+ #
3
+ # Author:: Kaustubh Deorukhkar (<kaustubh@clogeny.com>)
4
+ # Copyright:: Copyright (c) 2014 Chef Software, Inc.
5
+ # License:: Apache License, Version 2.0
6
+ #
7
+ # Licensed under the Apache License, Version 2.0 (the "License");
8
+ # you may not use this file except in compliance with the License.
9
+ # You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
19
+
20
+ require 'spec_helper'
21
+ require 'functional/resource/base'
22
+ require 'chef/mixin/shell_out'
23
+
24
+ shared_examples "src service" do
25
+
26
+ include Chef::Mixin::ShellOut
27
+
28
+ def service_should_be_started
29
+ expect(shell_out!("lssrc -a | grep #{new_resource.service_name}").stdout.split(' ').last).to eq("active")
30
+ end
31
+
32
+ def service_should_be_stopped
33
+ expect(shell_out!("lssrc -a | grep #{new_resource.service_name}").stdout.split(' ').last).to eq("inoperative")
34
+ end
35
+
36
+ def get_service_pid
37
+ args = shell_out!("lssrc -a | grep #{new_resource.service_name}").stdout.split(' ')
38
+ if args.length == 3
39
+ args[1]
40
+ else
41
+ args[2]
42
+ end
43
+ end
44
+
45
+ describe "start service" do
46
+ it "should start the service" do
47
+ new_resource.run_action(:start)
48
+ service_should_be_started
49
+ end
50
+ end
51
+
52
+ describe "stop service" do
53
+ before do
54
+ new_resource.run_action(:start)
55
+ end
56
+
57
+ it "should stop the service" do
58
+ new_resource.run_action(:stop)
59
+ service_should_be_stopped
60
+ end
61
+ end
62
+
63
+ describe "restart service" do
64
+ before do
65
+ new_resource.run_action(:start)
66
+ end
67
+
68
+ it "should restart the service" do
69
+ new_resource.run_action(:restart)
70
+ service_should_be_started
71
+ end
72
+ end
73
+ end
74
+
75
+ describe Chef::Resource::Service, :requires_root, :aix_only do
76
+ def get_user_id
77
+ shell_out("id -u #{ENV['USER']}").stdout.chomp
78
+ end
79
+
80
+ describe "When service is a subsystem" do
81
+ before(:all) do
82
+ script_dir = File.join(File.dirname(__FILE__), "/../assets/")
83
+ shell_out!("mkssys -s ctestsys -p #{script_dir}/testchefsubsys -u #{get_user_id} -S -n 15 -f 9 -R -Q")
84
+ end
85
+
86
+ after(:each) do
87
+ shell_out("stopsrc -s ctestsys")
88
+ end
89
+
90
+ after(:all) do
91
+ shell_out!("rmssys -s ctestsys")
92
+ end
93
+
94
+
95
+ let(:new_resource) do
96
+ new_resource = Chef::Resource::Service.new("ctestsys", run_context)
97
+ new_resource
98
+ end
99
+
100
+ let(:provider) do
101
+ provider = new_resource.provider_for_action(new_resource.action)
102
+ provider
103
+ end
104
+
105
+ it_behaves_like "src service"
106
+ end
107
+
108
+
109
+ describe "When service is a group" do
110
+ before(:all) do
111
+ script_dir = File.join(File.dirname(__FILE__), "/../assets/")
112
+ shell_out!("mkssys -s ctestsys -p #{script_dir}/testchefsubsys -u #{get_user_id} -S -n 15 -f 9 -R -Q -G ctestgrp")
113
+ end
114
+
115
+ after(:each) do
116
+ shell_out("stopsrc -g ctestgrp")
117
+ end
118
+
119
+ after(:all) do
120
+ # rmssys supports only -s option.
121
+ shell_out!("rmssys -s ctestsys")
122
+ end
123
+
124
+ let(:new_resource) do
125
+ new_resource = Chef::Resource::Service.new("ctestgrp", run_context)
126
+ new_resource
127
+ end
128
+
129
+ let(:provider) do
130
+ provider = new_resource.provider_for_action(new_resource.action)
131
+ provider
132
+ end
133
+
134
+ it_behaves_like "src service"
135
+ end
136
+ end
@@ -0,0 +1,211 @@
1
+ # encoding: UTF-8
2
+ #
3
+ # Author:: Kaustubh Deorukhkar (<kaustubh@clogeny.com>)
4
+ # Copyright:: Copyright (c) 2014 Chef Software, Inc.
5
+ # License:: Apache License, Version 2.0
6
+ #
7
+ # Licensed under the Apache License, Version 2.0 (the "License");
8
+ # you may not use this file except in compliance with the License.
9
+ # You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
19
+
20
+ require 'spec_helper'
21
+ require 'functional/resource/base'
22
+ require 'chef/mixin/shell_out'
23
+ require 'fileutils'
24
+
25
+ describe Chef::Resource::Service, :requires_root, :aix_only do
26
+
27
+ include Chef::Mixin::ShellOut
28
+
29
+ # Platform specific validation routines.
30
+ def service_should_be_started(file_name)
31
+ # The existance of this file indicates that the service was started.
32
+ expect(File.exists?("/tmp/#{file_name}")).to be_true
33
+ end
34
+
35
+ def service_should_be_stopped(file_name)
36
+ expect(File.exists?("/tmp/#{file_name}")).to be_false
37
+ end
38
+
39
+ def valide_symlinks(expected_output, run_level = nil, status = nil, priority = nil)
40
+ directory = []
41
+ if priority.is_a?Hash
42
+ priority.each do |level,o|
43
+ directory << "/etc/rc.d/rc#{level}.d/#{(o[0] == :start ? 'S' : 'K')}#{o[1]}#{new_resource.service_name}"
44
+ end
45
+ directory
46
+ else
47
+ directory << "/etc/rc.d/rc#{run_level}.d/#{status}#{priority}#{new_resource.service_name}"
48
+ end
49
+ expect(Dir.glob(directory)).to eq(expected_output)
50
+ File.delete(*directory)
51
+ end
52
+
53
+ def delete_test_files
54
+ files = Dir.glob("/tmp/chefinit[a-z_]*.txt")
55
+ File.delete(*files)
56
+ end
57
+
58
+ # Actual tests
59
+ let(:new_resource) do
60
+ new_resource = Chef::Resource::Service.new("chefinittest", run_context)
61
+ new_resource.provider Chef::Provider::Service::AixInit
62
+ new_resource.supports({:status => true, :restart => true, :reload => true})
63
+ new_resource
64
+ end
65
+
66
+ let(:provider) do
67
+ provider = new_resource.provider_for_action(new_resource.action)
68
+ provider
69
+ end
70
+
71
+ before(:all) do
72
+ File.delete("/etc/rc.d/init.d/chefinittest") if File.exists?("/etc/rc.d/init.d/chefinittest")
73
+ FileUtils.cp("#{File.join(File.dirname(__FILE__), "/../assets/chefinittest")}", "/etc/rc.d/init.d/chefinittest")
74
+ end
75
+
76
+ after(:all) do
77
+ File.delete("/etc/rc.d/init.d/chefinittest") if File.exists?("/etc/rc.d/init.d/chefinittest")
78
+ end
79
+
80
+ before(:each) do
81
+ delete_test_files
82
+ end
83
+
84
+ after(:each) do
85
+ delete_test_files
86
+ end
87
+
88
+ describe "start service" do
89
+ it "should start the service" do
90
+ new_resource.run_action(:start)
91
+ service_should_be_started("chefinittest.txt")
92
+ end
93
+ end
94
+
95
+ describe "stop service" do
96
+ before do
97
+ new_resource.run_action(:start)
98
+ end
99
+
100
+ it "should stop the service" do
101
+ new_resource.run_action(:stop)
102
+ service_should_be_stopped("chefinittest.txt")
103
+ end
104
+ end
105
+
106
+ describe "restart service" do
107
+ before do
108
+ new_resource.run_action(:start)
109
+ end
110
+
111
+ it "should restart the service" do
112
+ new_resource.run_action(:restart)
113
+ service_should_be_started("chefinittest_restart.txt")
114
+ end
115
+ end
116
+
117
+ describe "reload service" do
118
+ before do
119
+ new_resource.run_action(:start)
120
+ end
121
+
122
+ it "should reload the service" do
123
+ new_resource.run_action(:reload)
124
+ service_should_be_started("chefinittest_reload.txt")
125
+ end
126
+ end
127
+
128
+ describe "enable service" do
129
+
130
+ context "when the service doesn't set a priority" do
131
+ it "creates symlink with status S" do
132
+ new_resource.run_action(:enable)
133
+ valide_symlinks(["/etc/rc.d/rc2.d/Schefinittest"],2,'S')
134
+ end
135
+ end
136
+
137
+ context "when the service sets a simple priority (integer)" do
138
+ before do
139
+ new_resource.priority(75)
140
+ end
141
+
142
+ it "creates a symlink with status S and a priority" do
143
+ new_resource.run_action(:enable)
144
+ valide_symlinks(["/etc/rc.d/rc2.d/S75chefinittest"], 2,'S',75)
145
+ end
146
+ end
147
+
148
+ context "when the service sets complex priorities (hash)" do
149
+ before do
150
+ priority = {2 => [:start, 20], 3 => [:stop, 10]}
151
+ new_resource.priority(priority)
152
+ end
153
+
154
+ it "create symlink with status start (S) or stop (K) and a priority " do
155
+ new_resource.run_action(:enable)
156
+ valide_symlinks(["/etc/rc.d/rc2.d/S20chefinittest", "/etc/rc.d/rc3.d/K10chefinittest"], 2,'S',new_resource.priority)
157
+ end
158
+ end
159
+ end
160
+
161
+ describe "disable_service" do
162
+
163
+ context "when the service doesn't set a priority" do
164
+ before do
165
+ File.symlink("/etc/rc.d/init.d/chefinittest", "/etc/rc.d/rc2.d/Schefinittest")
166
+ end
167
+
168
+ after do
169
+ File.delete("/etc/rc.d/rc2.d/Schefinittest") if File.exists?("/etc/rc.d/rc2.d/chefinittest")
170
+ end
171
+
172
+ it "creates symlink with status K" do
173
+ new_resource.run_action(:disable)
174
+ valide_symlinks(["/etc/rc.d/rc2.d/Kchefinittest"], 2,'K')
175
+ end
176
+ end
177
+
178
+ context "when the service sets a simple priority (integer)" do
179
+ before do
180
+ new_resource.priority(75)
181
+ File.symlink("/etc/rc.d/init.d/chefinittest", "/etc/rc.d/rc2.d/Schefinittest")
182
+ end
183
+
184
+ after do
185
+ File.delete("/etc/rc.d/rc2.d/Schefinittest") if File.exists?("/etc/rc.d/rc2.d/chefinittest")
186
+ end
187
+
188
+ it "creates a symlink with status K and a priority" do
189
+ new_resource.run_action(:disable)
190
+ valide_symlinks(["/etc/rc.d/rc2.d/K25chefinittest"], 2,'K',25)
191
+ end
192
+ end
193
+
194
+ context "when the service sets complex priorities (hash)" do
195
+ before do
196
+ @priority = {2 => [:stop, 20], 3 => [:start, 10]}
197
+ new_resource.priority(@priority)
198
+ File.symlink("/etc/rc.d/init.d/chefinittest", "/etc/rc.d/rc2.d/Schefinittest")
199
+ end
200
+
201
+ after do
202
+ File.delete("/etc/rc.d/rc2.d/Schefinittest") if File.exists?("/etc/rc.d/rc2.d/chefinittest")
203
+ end
204
+
205
+ it "create symlink with status stop (K) and a priority " do
206
+ new_resource.run_action(:disable)
207
+ valide_symlinks(["/etc/rc.d/rc2.d/K80chefinittest"], 2,'K',80)
208
+ end
209
+ end
210
+ end
211
+ end
@@ -22,6 +22,7 @@ def run_context
22
22
  node = Chef::Node.new
23
23
  node.default[:platform] = ohai[:platform]
24
24
  node.default[:platform_version] = ohai[:platform_version]
25
+ node.default[:os] = ohai[:os]
25
26
  events = Chef::EventDispatch::Dispatcher.new
26
27
  Chef::RunContext.new(node, {}, events)
27
28
  end
@@ -21,17 +21,10 @@ require 'spec_helper'
21
21
  describe Chef::Resource::WindowsScript::Batch, :windows_only do
22
22
  include_context Chef::Resource::WindowsScript
23
23
 
24
- let(:script_content) { "whoami" }
24
+ let(:output_command) { ' > ' }
25
25
 
26
- let!(:resource) do
27
- Chef::Resource::WindowsScript::Batch.new("Batch resource functional test", @run_context)
28
- end
26
+ let (:architecture_command) { '@echo %PROCESSOR_ARCHITECTURE%' }
27
+
28
+ it_behaves_like "a Windows script running on Windows"
29
29
 
30
- describe "when the run action is invoked on Windows" do
31
- it "executes the script code" do
32
- resource.code(script_content + " > #{script_output_path}")
33
- resource.returns(0)
34
- resource.run_action(:run)
35
- end
36
- end
37
30
  end
@@ -17,6 +17,7 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
+ require 'spec_helper'
20
21
  require 'functional/resource/base'
21
22
  require 'chef/mixin/shell_out'
22
23
 
@@ -55,7 +56,12 @@ describe Chef::Resource::Cron, :requires_root, :unix_only do
55
56
  let(:new_resource) do
56
57
  new_resource = Chef::Resource::Cron.new("Chef functional test cron", run_context)
57
58
  new_resource.user 'root'
58
- new_resource.minute '@hourly'
59
+ # @hourly is not supported on solaris, aix
60
+ if ohai[:platform] == "solaris" || ohai[:platform] == "solaris2" || ohai[:platform] == "aix"
61
+ new_resource.minute "0 * * * *"
62
+ else
63
+ new_resource.minute '@hourly'
64
+ end
59
65
  new_resource.hour ''
60
66
  new_resource.day ''
61
67
  new_resource.month ''
@@ -0,0 +1,382 @@
1
+ #
2
+ # Author:: Adam Edwards (<adamed@getchef.com>)
3
+ # Copyright:: Copyright (c) 2014 Chef Software, Inc.
4
+ # License:: Apache License, Version 2.0
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'spec_helper'
20
+ require 'chef/mixin/shell_out'
21
+ require 'chef/mixin/windows_architecture_helper'
22
+
23
+ describe Chef::Resource::DscScript, :windows_powershell_dsc_only do
24
+ include Chef::Mixin::WindowsArchitectureHelper
25
+ before(:all) do
26
+ @temp_dir = ::Dir.mktmpdir("dsc-functional-test")
27
+ end
28
+
29
+ after(:all) do
30
+ ::FileUtils.rm_rf(@temp_dir) if ::Dir.exist?(@temp_dir)
31
+ end
32
+
33
+ include Chef::Mixin::ShellOut
34
+
35
+ def create_config_script_from_code(code, configuration_name, data = false)
36
+ script_code = data ? code : "Configuration '#{configuration_name}'\n{\n\t#{code}\n}\n"
37
+ data_suffix = data ? '_config_data' : ''
38
+ extension = data ? 'psd1' : 'ps1'
39
+ script_path = "#{@temp_dir}/dsc_functional_test#{data_suffix}.#{extension}"
40
+ ::File.open(script_path, 'wt') do | script |
41
+ script.write(script_code)
42
+ end
43
+ script_path
44
+ end
45
+
46
+ def user_exists?(target_user)
47
+ result = false
48
+ begin
49
+ shell_out!("net user #{target_user}")
50
+ result = true
51
+ rescue Mixlib::ShellOut::ShellCommandFailed
52
+ end
53
+ result
54
+ end
55
+
56
+ def delete_user(target_user)
57
+ begin
58
+ shell_out!("net user #{target_user} /delete")
59
+ rescue Mixlib::ShellOut::ShellCommandFailed
60
+ end
61
+ end
62
+
63
+ let(:dsc_env_variable) { 'chefenvtest' }
64
+ let(:dsc_env_value1) { 'value1' }
65
+ let(:env_value2) { 'value2' }
66
+ let(:dsc_test_run_context) {
67
+ node = Chef::Node.new
68
+ node.automatic['platform'] = 'windows'
69
+ node.automatic['platform_version'] = '6.1'
70
+ node.automatic['kernel'][:machine] =
71
+ is_i386_process_on_x86_64_windows? ? :x86_64 : :i386
72
+ node.automatic[:languages][:powershell][:version] = '4.0'
73
+ empty_events = Chef::EventDispatch::Dispatcher.new
74
+ Chef::RunContext.new(node, {}, empty_events)
75
+ }
76
+ let(:dsc_test_resource_name) { 'DSCTest' }
77
+ let(:dsc_test_resource_base) {
78
+ Chef::Resource::DscScript.new(dsc_test_resource_name, dsc_test_run_context)
79
+ }
80
+ let(:test_registry_key) { 'HKEY_LOCAL_MACHINE\Software\Chef\Spec\Functional\Resource\dsc_script_spec' }
81
+ let(:test_registry_value) { 'Registration' }
82
+ let(:test_registry_data1) { 'LL927' }
83
+ let(:test_registry_data2) { 'LL928' }
84
+ let(:reg_key_name_param_name) { 'testregkeyname' }
85
+ let(:reg_key_value_param_name) { 'testregvaluename' }
86
+ let(:registry_embedded_parameters) { "$#{reg_key_name_param_name} = '#{test_registry_key}';$#{reg_key_value_param_name} = '#{test_registry_value}'"}
87
+ let(:dsc_reg_code) { <<-EOH
88
+ #{registry_embedded_parameters}
89
+ Registry "ChefRegKey"
90
+ {
91
+ Key = $#{reg_key_name_param_name}
92
+ ValueName = $#{reg_key_value_param_name}
93
+ ValueData = '#{test_registry_data}'
94
+ Ensure = 'Present'
95
+ }
96
+ EOH
97
+ }
98
+
99
+ let(:dsc_code) { dsc_reg_code }
100
+ let(:dsc_reg_script) { <<-EOH
101
+ param($testregkeyname, $testregvaluename)
102
+ #{dsc_reg_code}
103
+ EOH
104
+ }
105
+
106
+ let(:dsc_user_prefix) { 'dsc' }
107
+ let(:dsc_user_suffix) { 'chefx' }
108
+ let(:dsc_user) {"#{dsc_user_prefix}_usr_#{dsc_user_suffix}" }
109
+ let(:dsc_user_prefix_env_var_name) { 'dsc_user_env_prefix' }
110
+ let(:dsc_user_suffix_env_var_name) { 'dsc_user_env_suffix' }
111
+ let(:dsc_user_prefix_env_code) { "$env:#{dsc_user_prefix_env_var_name}"}
112
+ let(:dsc_user_suffix_env_code) { "$env:#{dsc_user_suffix_env_var_name}"}
113
+ let(:dsc_user_prefix_param_name) { 'dsc_user_prefix_param' }
114
+ let(:dsc_user_suffix_param_name) { 'dsc_user_suffix_param' }
115
+ let(:dsc_user_prefix_param_code) { "$#{dsc_user_prefix_param_name}"}
116
+ let(:dsc_user_suffix_param_code) { "$#{dsc_user_suffix_param_name}"}
117
+ let(:dsc_user_env_code) { "\"$(#{dsc_user_prefix_env_code})_usr_$(#{dsc_user_suffix_env_code})\""}
118
+ let(:dsc_user_param_code) { "\"$(#{dsc_user_prefix_param_code})_usr_$(#{dsc_user_suffix_param_code})\""}
119
+
120
+ let(:config_flags) { nil }
121
+ let(:config_params) { <<-EOH
122
+
123
+ [CmdletBinding()]
124
+ param
125
+ (
126
+ $#{dsc_user_prefix_param_name},
127
+ $#{dsc_user_suffix_param_name}
128
+ )
129
+ EOH
130
+ }
131
+
132
+ let(:config_param_section) { '' }
133
+ let(:dsc_user_code) { "'#{dsc_user}'" }
134
+ let(:dsc_user_prefix_code) { dsc_user_prefix }
135
+ let(:dsc_user_suffix_code) { dsc_user_suffix }
136
+ let(:dsc_script_environment_attribute) { nil }
137
+ let(:dsc_user_resources_code) { <<-EOH
138
+ #{config_param_section}
139
+ node localhost
140
+ {
141
+ $testuser = #{dsc_user_code}
142
+ $testpassword = ConvertTo-SecureString -String "jf9a8m49jrajf4#" -AsPlainText -Force
143
+ $testcred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $testuser, $testpassword
144
+
145
+ User dsctestusercreate
146
+ {
147
+ UserName = $testuser
148
+ Password = $testcred
149
+ Description = "DSC test user"
150
+ Ensure = "Present"
151
+ Disabled = $false
152
+ PasswordNeverExpires = $true
153
+ PasswordChangeRequired = $false
154
+ }
155
+ }
156
+ EOH
157
+ }
158
+
159
+ let(:dsc_user_config_data) {
160
+ <<-EOH
161
+ @{
162
+ AllNodes = @(
163
+ @{
164
+ NodeName = "localhost";
165
+ PSDscAllowPlainTextPassword = $true
166
+ }
167
+ )
168
+ }
169
+
170
+ EOH
171
+ }
172
+
173
+ let(:dsc_environment_env_var_name) { 'dsc_test_cwd' }
174
+ let(:dsc_environment_no_fail_not_etc_directory) { "#{ENV['systemroot']}\\system32" }
175
+ let(:dsc_environment_fail_etc_directory) { "#{ENV['systemroot']}\\system32\\drivers\\etc" }
176
+ let(:exception_message_signature) { 'LL927-LL928' }
177
+ let(:dsc_environment_config) {<<-EOH
178
+ if (($pwd.path -eq '#{dsc_environment_fail_etc_directory}') -and (test-path('#{dsc_environment_fail_etc_directory}')))
179
+ {
180
+ throw 'Signature #{exception_message_signature}: Purposefully failing because cwd == #{dsc_environment_fail_etc_directory}'
181
+ }
182
+ environment "whatsmydir"
183
+ {
184
+ Name = '#{dsc_environment_env_var_name}'
185
+ Value = $pwd.path
186
+ Ensure = 'Present'
187
+ }
188
+ EOH
189
+ }
190
+
191
+ let(:dsc_config_name) {
192
+ dsc_test_resource_base.name
193
+ }
194
+ let(:dsc_resource_from_code) {
195
+ dsc_test_resource_base.code(dsc_code)
196
+ dsc_test_resource_base
197
+ }
198
+ let(:config_name_value) { dsc_test_resource_base.name }
199
+
200
+ let(:dsc_resource_from_path) {
201
+ dsc_test_resource_base.command(create_config_script_from_code(dsc_code, config_name_value))
202
+ dsc_test_resource_base
203
+ }
204
+
205
+ before(:each) do
206
+ test_key_resource = Chef::Resource::RegistryKey.new(test_registry_key, dsc_test_run_context)
207
+ test_key_resource.recursive(true)
208
+ test_key_resource.run_action(:delete_key)
209
+ end
210
+
211
+ after(:each) do
212
+ test_key_resource = Chef::Resource::RegistryKey.new(test_registry_key, dsc_test_run_context)
213
+ test_key_resource.recursive(true)
214
+ test_key_resource.run_action(:delete_key)
215
+ end
216
+
217
+ shared_examples_for 'a dsc_script resource with specified PowerShell configuration code' do
218
+ let(:test_registry_data) { test_registry_data1 }
219
+ it 'should create a registry key with a specific registry value and data' do
220
+ expect(dsc_test_resource.registry_key_exists?(test_registry_key)).to eq(false)
221
+ dsc_test_resource.run_action(:run)
222
+ expect(dsc_test_resource.registry_key_exists?(test_registry_key)).to eq(true)
223
+ expect(dsc_test_resource.registry_value_exists?(test_registry_key, {:name => test_registry_value, :type => :string, :data => test_registry_data})).to eq(true)
224
+ end
225
+
226
+ it_should_behave_like 'a dsc_script resource with configuration affected by cwd'
227
+ end
228
+
229
+ shared_examples_for 'a dsc_script resource with configuration affected by cwd' do
230
+ after(:each) do
231
+ removal_resource = Chef::Resource::DscScript.new(dsc_test_resource_name, dsc_test_run_context)
232
+ removal_resource.code <<-EOH
233
+ environment 'removethis'
234
+ {
235
+ Name = '#{dsc_environment_env_var_name}'
236
+ Ensure = 'Absent'
237
+ }
238
+ EOH
239
+ removal_resource.run_action(:run)
240
+ end
241
+
242
+ describe 'when the DSC configuration contains code that raises an exception if cwd has a specific value' do
243
+ let(:dsc_code) { dsc_environment_config }
244
+ it 'should not raise an exception if the cwd is not etc' do
245
+ dsc_test_resource.cwd(dsc_environment_no_fail_not_etc_directory)
246
+ expect {dsc_test_resource.run_action(:run)}.not_to raise_error
247
+ end
248
+
249
+ it 'should raise an exception if the cwd is etc' do
250
+ dsc_test_resource.cwd(dsc_environment_fail_etc_directory)
251
+ expect {dsc_test_resource.run_action(:run)}.to raise_error(Chef::Exceptions::PowershellCmdletException)
252
+ begin
253
+ dsc_test_resource.run_action(:run)
254
+ rescue Chef::Exceptions::PowershellCmdletException => e
255
+ expect(e.message).to match(exception_message_signature)
256
+ end
257
+ end
258
+ end
259
+ end
260
+
261
+ shared_examples_for 'a parameterized DSC configuration script' do
262
+ let(:dsc_user_prefix_code) { dsc_user_prefix_env_code }
263
+ let(:dsc_user_suffix_code) { dsc_user_suffix_env_code }
264
+ it_behaves_like 'a dsc_script with configuration that uses environment variables'
265
+ end
266
+
267
+ shared_examples_for 'a dsc_script without configuration data that takes parameters' do
268
+ context 'when configuration data is not specified' do
269
+
270
+ before(:each) do
271
+ test_key_resource = Chef::Resource::RegistryKey.new(test_registry_key, dsc_test_run_context)
272
+ test_key_resource.recursive(true)
273
+ test_key_resource.run_action(:delete_key)
274
+ end
275
+
276
+ after(:each) do
277
+ test_key_resource = Chef::Resource::RegistryKey.new(test_registry_key, dsc_test_run_context)
278
+ test_key_resource.recursive(true)
279
+ test_key_resource.run_action(:delete_key)
280
+ end
281
+
282
+ let(:test_registry_data) { test_registry_data1 }
283
+ let(:dsc_parameterized_env_param_value) { "val" + Random::rand.to_s }
284
+
285
+ it 'should have a default value of nil for the configuration_data attribute' do
286
+ expect(dsc_test_resource.configuration_data).to eql(nil)
287
+ end
288
+
289
+ it 'should have a default value of nil for the configuration_data_path attribute' do
290
+ expect(dsc_test_resource.configuration_data_script).to eql(nil)
291
+ end
292
+
293
+ let(:dsc_test_resource) { dsc_resource_from_path }
294
+ let(:registry_embedded_parameters) { '' }
295
+ let(:dsc_code) { dsc_reg_script }
296
+
297
+ it 'should set a registry key according to parameters passed to the configuration' do
298
+ dsc_test_resource.configuration_name(config_name_value)
299
+ dsc_test_resource.flags({:"#{reg_key_name_param_name}" => test_registry_key, :"#{reg_key_value_param_name}" => test_registry_value})
300
+ expect(dsc_test_resource.registry_key_exists?(test_registry_key)).to eq(false)
301
+ dsc_test_resource.run_action(:run)
302
+ expect(dsc_test_resource.registry_key_exists?(test_registry_key)).to eq(true)
303
+ expect(dsc_test_resource.registry_value_exists?(test_registry_key, {:name => test_registry_value, :type => :string, :data => test_registry_data})).to eq(true)
304
+ end
305
+ end
306
+ end
307
+
308
+ shared_examples_for 'a dsc_script with configuration data' do
309
+ let(:configuration_data_attribute) { 'configuration_data' }
310
+ it_behaves_like 'a dsc_script with configuration data set via an attribute'
311
+
312
+ let(:configuration_data_attribute) { 'configuration_data_script' }
313
+ it_behaves_like 'a dsc_script with configuration data set via an attribute'
314
+ end
315
+
316
+ shared_examples_for 'a dsc_script with configuration data set via an attribute' do
317
+ it 'should run a configuration script that creates a user' do
318
+ config_data_value = dsc_user_config_data
319
+ dsc_test_resource.configuration_name(config_name_value)
320
+ if configuration_data_attribute == 'configuration_data_script'
321
+ config_data_value = create_config_script_from_code(dsc_user_config_data, '', true)
322
+ end
323
+ dsc_test_resource.environment({dsc_user_prefix_env_var_name => dsc_user_prefix,
324
+ dsc_user_suffix_env_var_name => dsc_user_suffix})
325
+ dsc_test_resource.send(configuration_data_attribute, config_data_value)
326
+ dsc_test_resource.flags(config_flags)
327
+ expect(user_exists?(dsc_user)).to eq(false)
328
+ expect {dsc_test_resource.run_action(:run)}.not_to raise_error
329
+ expect(user_exists?(dsc_user)).to eq(true)
330
+ end
331
+ end
332
+
333
+ shared_examples_for 'a dsc_script with configuration data that takes parameters' do
334
+ let(:dsc_user_code) { dsc_user_param_code }
335
+ let(:config_param_section) { config_params }
336
+ let(:config_flags) {{:"#{dsc_user_prefix_param_name}" => "#{dsc_user_prefix}", :"#{dsc_user_suffix_param_name}" => "#{dsc_user_suffix}"}}
337
+ it 'does not directly contain the user name' do
338
+ configuration_script_content = ::File.open(dsc_test_resource.command) do | file |
339
+ file.read
340
+ end
341
+ expect(configuration_script_content.include?(dsc_user)).to be(false)
342
+ end
343
+ it_behaves_like 'a dsc_script with configuration data'
344
+ end
345
+
346
+ shared_examples_for 'a dsc_script with configuration data that uses environment variables' do
347
+ let(:dsc_user_code) { dsc_user_env_code }
348
+
349
+ it 'does not directly contain the user name' do
350
+ configuration_script_content = ::File.open(dsc_test_resource.command) do | file |
351
+ file.read
352
+ end
353
+ expect(configuration_script_content.include?(dsc_user)).to be(false)
354
+ end
355
+ it_behaves_like 'a dsc_script with configuration data'
356
+ end
357
+
358
+ context 'when supplying configuration through the configuration attribute' do
359
+ let(:dsc_test_resource) { dsc_resource_from_code }
360
+ it_behaves_like 'a dsc_script resource with specified PowerShell configuration code'
361
+ end
362
+
363
+ context 'when supplying configuration using the path attribute' do
364
+ let(:dsc_test_resource) { dsc_resource_from_path }
365
+ it_behaves_like 'a dsc_script resource with specified PowerShell configuration code'
366
+ end
367
+
368
+ context 'when running a configuration that manages users' do
369
+ before(:each) do
370
+ delete_user(dsc_user)
371
+ end
372
+
373
+ let(:dsc_code) { dsc_user_resources_code }
374
+ let(:config_name_value) { 'DSCTestConfig' }
375
+ let(:dsc_test_resource) { dsc_resource_from_path }
376
+
377
+ it_behaves_like 'a dsc_script with configuration data'
378
+ it_behaves_like 'a dsc_script with configuration data that uses environment variables'
379
+ it_behaves_like 'a dsc_script with configuration data that takes parameters'
380
+ it_behaves_like 'a dsc_script without configuration data that takes parameters'
381
+ end
382
+ end