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.
- data/Rakefile +0 -75
- data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
- data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
- data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
- data/distro/common/html/_sources/index.txt +126 -0
- data/distro/common/html/_sources/knife.txt +74 -0
- data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
- data/distro/common/html/_sources/knife_client.txt +151 -0
- data/distro/common/html/_sources/knife_common_options.txt +6 -0
- data/distro/common/html/_sources/knife_configure.txt +29 -0
- data/distro/common/html/_sources/knife_cookbook.txt +236 -0
- data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
- data/distro/common/html/_sources/knife_data_bag.txt +160 -0
- data/distro/common/html/_sources/knife_delete.txt +26 -0
- data/distro/common/html/_sources/knife_deps.txt +61 -0
- data/distro/common/html/_sources/knife_diff.txt +34 -0
- data/distro/common/html/_sources/knife_download.txt +44 -0
- data/distro/common/html/_sources/knife_edit.txt +26 -0
- data/distro/common/html/_sources/knife_environment.txt +158 -0
- data/distro/common/html/_sources/knife_exec.txt +47 -0
- data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
- data/distro/common/html/_sources/knife_list.txt +33 -0
- data/distro/common/html/_sources/knife_node.txt +250 -0
- data/distro/common/html/_sources/knife_raw.txt +35 -0
- data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
- data/distro/common/html/_sources/knife_role.txt +157 -0
- data/distro/common/html/_sources/knife_search.txt +53 -0
- data/distro/common/html/_sources/knife_show.txt +27 -0
- data/distro/common/html/_sources/knife_ssh.txt +43 -0
- data/distro/common/html/_sources/knife_status.txt +37 -0
- data/distro/common/html/_sources/knife_tag.txt +69 -0
- data/distro/common/html/_sources/knife_upload.txt +49 -0
- data/distro/common/html/_sources/knife_user.txt +127 -0
- data/distro/common/html/_sources/knife_using.txt +43 -0
- data/distro/common/html/_sources/knife_xargs.txt +30 -0
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +540 -0
- data/distro/common/html/_static/chef.css +507 -0
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/chef_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +247 -0
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +505 -0
- data/distro/common/html/_static/jquery.js +154 -0
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +62 -0
- data/distro/common/html/_static/searchtools.js +560 -0
- data/distro/common/html/_static/underscore.js +23 -0
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +808 -0
- data/distro/common/html/ctl_chef_client.html +219 -0
- data/distro/common/html/ctl_chef_server.html +111 -0
- data/distro/common/html/ctl_chef_shell.html +120 -0
- data/distro/common/html/ctl_chef_solo.html +144 -0
- data/distro/common/html/index.html +185 -0
- data/distro/common/html/knife.html +172 -0
- data/distro/common/html/knife_bootstrap.html +250 -0
- data/distro/common/html/knife_client.html +283 -0
- data/distro/common/html/knife_common_options.html +98 -0
- data/distro/common/html/knife_configure.html +107 -0
- data/distro/common/html/knife_cookbook.html +481 -0
- data/distro/common/html/knife_cookbook_site.html +372 -0
- data/distro/common/html/knife_data_bag.html +359 -0
- data/distro/common/html/knife_delete.html +95 -0
- data/distro/common/html/knife_deps.html +145 -0
- data/distro/common/html/knife_diff.html +125 -0
- data/distro/common/html/knife_download.html +147 -0
- data/distro/common/html/knife_edit.html +91 -0
- data/distro/common/html/knife_environment.html +328 -0
- data/distro/common/html/knife_exec.html +222 -0
- data/distro/common/html/knife_index_rebuild.html +85 -0
- data/distro/common/html/knife_list.html +116 -0
- data/distro/common/html/knife_node.html +450 -0
- data/distro/common/html/knife_raw.html +112 -0
- data/distro/common/html/knife_recipe_list.html +93 -0
- data/distro/common/html/knife_role.html +295 -0
- data/distro/common/html/knife_search.html +204 -0
- data/distro/common/html/knife_show.html +106 -0
- data/distro/common/html/knife_ssh.html +179 -0
- data/distro/common/html/knife_status.html +142 -0
- data/distro/common/html/knife_tag.html +140 -0
- data/distro/common/html/knife_upload.html +155 -0
- data/distro/common/html/knife_user.html +244 -0
- data/distro/common/html/knife_using.html +211 -0
- data/distro/common/html/knife_xargs.html +115 -0
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +84 -0
- data/distro/common/html/searchindex.js +1 -0
- data/distro/common/man/man1/chef-shell.1 +5 -5
- data/distro/common/man/man1/knife-bootstrap.1 +6 -9
- data/distro/common/man/man1/knife-client.1 +1 -9
- data/distro/common/man/man1/knife-configure.1 +10 -6
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
- data/distro/common/man/man1/knife-cookbook.1 +11 -21
- data/distro/common/man/man1/knife-data-bag.1 +8 -22
- data/distro/common/man/man1/knife-delete.1 +1 -1
- data/distro/common/man/man1/knife-deps.1 +4 -12
- data/distro/common/man/man1/knife-diff.1 +1 -1
- data/distro/common/man/man1/knife-download.1 +2 -2
- data/distro/common/man/man1/knife-edit.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +108 -9
- data/distro/common/man/man1/knife-exec.1 +1 -15
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +3 -13
- data/distro/common/man/man1/knife-raw.1 +1 -1
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +2 -12
- data/distro/common/man/man1/knife-search.1 +5 -5
- data/distro/common/man/man1/knife-show.1 +1 -3
- data/distro/common/man/man1/knife-ssh.1 +1 -5
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -9
- data/distro/common/man/man1/knife-upload.1 +7 -9
- data/distro/common/man/man1/knife-user.1 +3 -17
- data/distro/common/man/man1/knife-xargs.1 +1 -3
- data/distro/common/man/man8/chef-client.8 +18 -18
- data/distro/common/man/man8/chef-solo.8 +12 -6
- data/lib/chef/client.rb +9 -5
- data/lib/chef/cookbook_uploader.rb +1 -1
- data/lib/chef/dsl/recipe.rb +119 -38
- data/lib/chef/exceptions.rb +4 -0
- data/lib/chef/policy_builder/expand_node_object.rb +11 -4
- data/lib/chef/policy_builder/policyfile.rb +7 -1
- data/lib/chef/provider/file.rb +1 -0
- data/lib/chef/resource_platform_map.rb +1 -1
- data/lib/chef/resource_reporter.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
- data/spec/functional/knife/ssh_spec.rb +1 -1
- data/spec/functional/resource/link_spec.rb +6 -6
- data/spec/functional/resource/registry_spec.rb +7 -7
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/solo/solo_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/stress/win32/file_spec.rb +6 -0
- data/spec/support/lib/chef/resource/zen_master.rb +1 -1
- data/spec/support/mock/platform.rb +1 -1
- data/spec/support/shared/functional/file_resource.rb +0 -2
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/unit/api_error_inspector.rb +7 -7
- data/spec/support/shared/unit/provider/file.rb +47 -8
- data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
- data/spec/unit/api_client/registration_spec.rb +5 -5
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/apply.rb +6 -6
- data/spec/unit/application/client_spec.rb +6 -6
- data/spec/unit/application/knife_spec.rb +5 -5
- data/spec/unit/application/solo_spec.rb +13 -13
- data/spec/unit/application_spec.rb +19 -19
- data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
- data/spec/unit/client_spec.rb +23 -23
- data/spec/unit/config_spec.rb +4 -4
- data/spec/unit/cookbook/metadata_spec.rb +22 -22
- data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
- data/spec/unit/daemon_spec.rb +21 -22
- data/spec/unit/data_bag_item_spec.rb +8 -8
- data/spec/unit/data_bag_spec.rb +6 -6
- data/spec/unit/deprecation_spec.rb +1 -1
- data/spec/unit/dsl/data_query_spec.rb +1 -1
- data/spec/unit/environment_spec.rb +5 -5
- data/spec/unit/file_access_control_spec.rb +5 -5
- data/spec/unit/file_cache_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
- data/spec/unit/handler/json_file_spec.rb +1 -1
- data/spec/unit/handler_spec.rb +3 -3
- data/spec/unit/knife/bootstrap_spec.rb +17 -17
- data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/client_create_spec.rb +7 -7
- data/spec/unit/knife/client_reregister_spec.rb +2 -2
- data/spec/unit/knife/client_show_spec.rb +1 -1
- data/spec/unit/knife/config_file_selection_spec.rb +4 -4
- data/spec/unit/knife/configure_client_spec.rb +4 -4
- data/spec/unit/knife/configure_spec.rb +16 -16
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
- data/spec/unit/knife/cookbook_create_spec.rb +5 -5
- data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
- data/spec/unit/knife/cookbook_download_spec.rb +10 -10
- data/spec/unit/knife/cookbook_list_spec.rb +3 -3
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
- data/spec/unit/knife/cookbook_show_spec.rb +4 -4
- data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
- data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
- data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
- data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
- data/spec/unit/knife/cookbook_test_spec.rb +7 -7
- data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
- data/spec/unit/knife/core/object_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +19 -21
- data/spec/unit/knife/data_bag_create_spec.rb +4 -4
- data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
- data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
- data/spec/unit/knife/data_bag_show_spec.rb +5 -5
- data/spec/unit/knife/environment_create_spec.rb +6 -6
- data/spec/unit/knife/environment_delete_spec.rb +6 -6
- data/spec/unit/knife/environment_edit_spec.rb +5 -5
- data/spec/unit/knife/environment_from_file_spec.rb +7 -7
- data/spec/unit/knife/environment_list_spec.rb +4 -4
- data/spec/unit/knife/environment_show_spec.rb +4 -4
- data/spec/unit/knife/index_rebuild_spec.rb +2 -2
- data/spec/unit/knife/knife_help.rb +11 -11
- data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/node_delete_spec.rb +5 -5
- data/spec/unit/knife/node_edit_spec.rb +2 -2
- data/spec/unit/knife/node_from_file_spec.rb +5 -5
- data/spec/unit/knife/node_list_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
- data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
- data/spec/unit/knife/node_show_spec.rb +2 -2
- data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/role_create_spec.rb +5 -5
- data/spec/unit/knife/role_delete_spec.rb +5 -5
- data/spec/unit/knife/role_edit_spec.rb +5 -5
- data/spec/unit/knife/role_from_file_spec.rb +5 -5
- data/spec/unit/knife/role_list_spec.rb +2 -2
- data/spec/unit/knife/ssh_spec.rb +6 -6
- data/spec/unit/knife/status_spec.rb +4 -4
- data/spec/unit/knife/tag_create_spec.rb +3 -3
- data/spec/unit/knife/tag_delete_spec.rb +3 -3
- data/spec/unit/knife/tag_list_spec.rb +2 -2
- data/spec/unit/knife/user_create_spec.rb +7 -7
- data/spec/unit/knife/user_reregister_spec.rb +3 -3
- data/spec/unit/knife/user_show_spec.rb +1 -1
- data/spec/unit/knife_spec.rb +29 -29
- data/spec/unit/lwrp_spec.rb +2 -2
- data/spec/unit/mixin/checksum_spec.rb +2 -2
- data/spec/unit/mixin/command_spec.rb +1 -1
- data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
- data/spec/unit/mixin/params_validate_spec.rb +17 -17
- data/spec/unit/mixin/path_sanity_spec.rb +8 -8
- data/spec/unit/mixin/securable_spec.rb +87 -87
- data/spec/unit/mixin/shell_out_spec.rb +1 -1
- data/spec/unit/mixin/template_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node_spec.rb +12 -12
- data/spec/unit/platform_spec.rb +1 -1
- data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
- data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
- data/spec/unit/provider/breakpoint_spec.rb +8 -8
- data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +11 -11
- data/spec/unit/provider/cron_spec.rb +40 -40
- data/spec/unit/provider/deploy/revision_spec.rb +11 -12
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +50 -50
- data/spec/unit/provider/directory_spec.rb +18 -18
- data/spec/unit/provider/env_spec.rb +15 -15
- data/spec/unit/provider/erl_call_spec.rb +1 -1
- data/spec/unit/provider/execute_spec.rb +5 -5
- data/spec/unit/provider/file/content_spec.rb +5 -5
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +47 -47
- data/spec/unit/provider/group/dscl_spec.rb +16 -15
- data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
- data/spec/unit/provider/group/groupadd_spec.rb +10 -10
- data/spec/unit/provider/group/groupmod_spec.rb +3 -3
- data/spec/unit/provider/group/pw_spec.rb +9 -8
- data/spec/unit/provider/group/usermod_spec.rb +13 -12
- data/spec/unit/provider/group/windows_spec.rb +9 -9
- data/spec/unit/provider/group_spec.rb +31 -31
- data/spec/unit/provider/http_request_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
- data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
- data/spec/unit/provider/ifconfig_spec.rb +13 -13
- data/spec/unit/provider/link_spec.rb +33 -33
- data/spec/unit/provider/mdadm_spec.rb +4 -4
- data/spec/unit/provider/mount/aix_spec.rb +5 -5
- data/spec/unit/provider/mount/mount_spec.rb +49 -50
- data/spec/unit/provider/mount/windows_spec.rb +18 -18
- data/spec/unit/provider/mount_spec.rb +12 -12
- data/spec/unit/provider/ohai_spec.rb +6 -6
- data/spec/unit/provider/package/aix_spec.rb +14 -14
- data/spec/unit/provider/package/apt_spec.rb +10 -10
- data/spec/unit/provider/package/dpkg_spec.rb +13 -13
- data/spec/unit/provider/package/easy_install_spec.rb +6 -6
- data/spec/unit/provider/package/freebsd_spec.rb +29 -29
- data/spec/unit/provider/package/ips_spec.rb +4 -4
- data/spec/unit/provider/package/macports_spec.rb +6 -6
- data/spec/unit/provider/package/pacman_spec.rb +17 -17
- data/spec/unit/provider/package/portage_spec.rb +18 -18
- data/spec/unit/provider/package/rpm_spec.rb +7 -7
- data/spec/unit/provider/package/rubygems_spec.rb +31 -31
- data/spec/unit/provider/package/smartos_spec.rb +4 -4
- data/spec/unit/provider/package/solaris_spec.rb +15 -15
- data/spec/unit/provider/package/yum_spec.rb +100 -100
- data/spec/unit/provider/package/zypper_spec.rb +10 -10
- data/spec/unit/provider/package_spec.rb +21 -21
- data/spec/unit/provider/registry_key_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +31 -31
- data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
- data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
- data/spec/unit/provider/remote_file/http_spec.rb +4 -4
- data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
- data/spec/unit/provider/remote_file_spec.rb +1 -1
- data/spec/unit/provider/route_spec.rb +23 -23
- data/spec/unit/provider/script_spec.rb +5 -5
- data/spec/unit/provider/service/arch_service_spec.rb +41 -41
- data/spec/unit/provider/service/debian_service_spec.rb +23 -23
- data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
- data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
- data/spec/unit/provider/service/init_service_spec.rb +13 -13
- data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
- data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
- data/spec/unit/provider/service/macosx_spec.rb +20 -20
- data/spec/unit/provider/service/redhat_spec.rb +15 -15
- data/spec/unit/provider/service/simple_service_spec.rb +9 -9
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
- data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
- data/spec/unit/provider/service/windows_spec.rb +37 -37
- data/spec/unit/provider/service_spec.rb +9 -9
- data/spec/unit/provider/subversion_spec.rb +36 -36
- data/spec/unit/provider/template/content_spec.rb +8 -8
- data/spec/unit/provider/template_spec.rb +1 -1
- data/spec/unit/provider/user/dscl_spec.rb +9 -9
- data/spec/unit/provider/user/pw_spec.rb +20 -20
- data/spec/unit/provider/user/solaris_spec.rb +5 -5
- data/spec/unit/provider/user/windows_spec.rb +8 -8
- data/spec/unit/provider/user_spec.rb +34 -34
- data/spec/unit/provider_spec.rb +3 -3
- data/spec/unit/recipe_spec.rb +79 -4
- data/spec/unit/registry_helper_spec.rb +2 -2
- data/spec/unit/resource/cron_spec.rb +2 -2
- data/spec/unit/resource/directory_spec.rb +5 -5
- data/spec/unit/resource/env_spec.rb +2 -2
- data/spec/unit/resource/erl_call_spec.rb +1 -1
- data/spec/unit/resource/file_spec.rb +8 -8
- data/spec/unit/resource/group_spec.rb +3 -3
- data/spec/unit/resource/link_spec.rb +8 -8
- data/spec/unit/resource/mdadm_spec.rb +3 -3
- data/spec/unit/resource/mount_spec.rb +3 -3
- data/spec/unit/resource/route_spec.rb +2 -2
- data/spec/unit/resource/user_spec.rb +2 -2
- data/spec/unit/resource/yum_package_spec.rb +2 -2
- data/spec/unit/resource_collection_spec.rb +1 -1
- data/spec/unit/resource_definition_spec.rb +2 -2
- data/spec/unit/resource_reporter_spec.rb +71 -16
- data/spec/unit/resource_spec.rb +3 -3
- data/spec/unit/rest/auth_credentials_spec.rb +2 -2
- data/spec/unit/rest_spec.rb +3 -40
- data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
- data/spec/unit/run_list_spec.rb +9 -9
- data/spec/unit/run_status_spec.rb +1 -1
- data/spec/unit/runner_spec.rb +8 -8
- data/spec/unit/scan_access_control_spec.rb +3 -3
- data/spec/unit/search/query_spec.rb +7 -7
- data/spec/unit/shell/model_wrapper_spec.rb +2 -2
- data/spec/unit/shell/shell_ext_spec.rb +15 -15
- data/spec/unit/shell/shell_session_spec.rb +9 -9
- data/spec/unit/shell_spec.rb +1 -2
- data/spec/unit/user_spec.rb +4 -4
- data/spec/unit/util/backup_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +7 -7
- metadata +106 -51
- data/distro/common/html/chef-client.8.html +0 -145
- data/distro/common/html/chef-expander.8.html +0 -164
- data/distro/common/html/chef-expanderctl.8.html +0 -146
- data/distro/common/html/chef-server-webui.8.html +0 -185
- data/distro/common/html/chef-server.8.html +0 -182
- data/distro/common/html/chef-shell.1.html +0 -286
- data/distro/common/html/chef-solo.8.html +0 -185
- data/distro/common/html/chef-solr.8.html +0 -165
- data/distro/common/html/knife-bootstrap.1.html +0 -241
- data/distro/common/html/knife-client.1.html +0 -219
- data/distro/common/html/knife-configure.1.html +0 -170
- data/distro/common/html/knife-cookbook-site.1.html +0 -241
- data/distro/common/html/knife-cookbook.1.html +0 -381
- data/distro/common/html/knife-data-bag.1.html +0 -235
- data/distro/common/html/knife-environment.1.html +0 -265
- data/distro/common/html/knife-exec.1.html +0 -134
- data/distro/common/html/knife-index.1.html +0 -125
- data/distro/common/html/knife-node.1.html +0 -250
- data/distro/common/html/knife-role.1.html +0 -200
- data/distro/common/html/knife-search.1.html +0 -288
- data/distro/common/html/knife-ssh.1.html +0 -156
- data/distro/common/html/knife-status.1.html +0 -128
- data/distro/common/html/knife-tag.1.html +0 -137
- data/distro/common/html/knife.1.html +0 -315
@@ -159,14 +159,14 @@ describe Chef::Provider::RemoteFile::HTTP do
|
|
159
159
|
|
160
160
|
let(:tempfile_path) { "/tmp/chef-mock-tempfile-abc123" }
|
161
161
|
|
162
|
-
let(:tempfile) {
|
162
|
+
let(:tempfile) { double(Tempfile, :path => tempfile_path, :close => nil) }
|
163
163
|
|
164
164
|
let(:last_response) { {} }
|
165
165
|
|
166
166
|
let(:rest) do
|
167
|
-
rest =
|
168
|
-
rest.stub
|
169
|
-
rest.stub
|
167
|
+
rest = double(Chef::HTTP::Simple)
|
168
|
+
rest.stub(:streaming_request).and_return(tempfile)
|
169
|
+
rest.stub(:last_response).and_return(last_response)
|
170
170
|
rest
|
171
171
|
end
|
172
172
|
|
@@ -40,8 +40,8 @@ describe Chef::Provider::RemoteFile::LocalFile do
|
|
40
40
|
|
41
41
|
describe "when fetching the object" do
|
42
42
|
|
43
|
-
let(:tempfile) {
|
44
|
-
let(:chef_tempfile) {
|
43
|
+
let(:tempfile) { double("Tempfile", :path => "/tmp/foo/bar/nyan.png", :close => nil) }
|
44
|
+
let(:chef_tempfile) { double("Chef::FileContentManagement::Tempfile", :tempfile => tempfile) }
|
45
45
|
|
46
46
|
before do
|
47
47
|
current_resource.source("file:///nyan_cat.png")
|
@@ -55,13 +55,13 @@ describe Chef::Provider::Route do
|
|
55
55
|
routing_table = "Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT\n" +
|
56
56
|
"eth0 0064A8C0 0984A8C0 0003 0 0 0 00FFFFFF 0 0 0\n"
|
57
57
|
route_file = StringIO.new(routing_table)
|
58
|
-
File.stub
|
58
|
+
File.stub(:open).with("/proc/net/route", "r").and_return(route_file)
|
59
59
|
end
|
60
60
|
|
61
61
|
it "should set is_running to false when a route is not detected" do
|
62
62
|
resource = Chef::Resource::Route.new('10.10.10.0/24')
|
63
|
-
resource.stub
|
64
|
-
resource.stub
|
63
|
+
resource.stub(:gateway).and_return("10.0.0.1")
|
64
|
+
resource.stub(:device).and_return("eth0")
|
65
65
|
provider = Chef::Provider::Route.new(resource, @run_context)
|
66
66
|
|
67
67
|
provider.load_current_resource
|
@@ -70,8 +70,8 @@ describe Chef::Provider::Route do
|
|
70
70
|
|
71
71
|
it "should detect existing routes and set is_running attribute correctly" do
|
72
72
|
resource = Chef::Resource::Route.new('192.168.100.0/24')
|
73
|
-
resource.stub
|
74
|
-
resource.stub
|
73
|
+
resource.stub(:gateway).and_return("192.168.132.9")
|
74
|
+
resource.stub(:device).and_return("eth0")
|
75
75
|
provider = Chef::Provider::Route.new(resource, @run_context)
|
76
76
|
|
77
77
|
provider.load_current_resource
|
@@ -80,8 +80,8 @@ describe Chef::Provider::Route do
|
|
80
80
|
|
81
81
|
it "should use gateway value when matching routes" do
|
82
82
|
resource = Chef::Resource::Route.new('192.168.100.0/24')
|
83
|
-
resource.stub
|
84
|
-
resource.stub
|
83
|
+
resource.stub(:gateway).and_return("10.10.10.10")
|
84
|
+
resource.stub(:device).and_return("eth0")
|
85
85
|
provider = Chef::Provider::Route.new(resource, @run_context)
|
86
86
|
|
87
87
|
provider.load_current_resource
|
@@ -92,8 +92,8 @@ describe Chef::Provider::Route do
|
|
92
92
|
|
93
93
|
describe Chef::Provider::Route, "action_add" do
|
94
94
|
it "should add the route if it does not exist" do
|
95
|
-
@provider.stub
|
96
|
-
@current_resource.stub
|
95
|
+
@provider.stub(:run_command).and_return(true)
|
96
|
+
@current_resource.stub(:gateway).and_return(nil)
|
97
97
|
@provider.should_receive(:generate_command).once.with(:add)
|
98
98
|
@provider.should_receive(:generate_config)
|
99
99
|
@provider.run_action(:add)
|
@@ -101,8 +101,8 @@ describe Chef::Provider::Route do
|
|
101
101
|
end
|
102
102
|
|
103
103
|
it "should not add the route if it exists" do
|
104
|
-
@provider.stub
|
105
|
-
@provider.stub
|
104
|
+
@provider.stub(:run_command).and_return(true)
|
105
|
+
@provider.stub(:is_running).and_return(true)
|
106
106
|
@provider.should_not_receive(:generate_command).with(:add)
|
107
107
|
@provider.should_receive(:generate_config)
|
108
108
|
@provider.run_action(:add)
|
@@ -116,7 +116,7 @@ describe Chef::Provider::Route do
|
|
116
116
|
File.should_receive(:new).and_return(route_file)
|
117
117
|
@resource_add = Chef::Resource::Route.new('192.168.1.0/24 via 192.168.0.1')
|
118
118
|
@run_context.resource_collection << @resource_add
|
119
|
-
@provider.stub
|
119
|
+
@provider.stub(:run_command).and_return(true)
|
120
120
|
|
121
121
|
@resource_add.action(:add)
|
122
122
|
@provider.run_action(:add)
|
@@ -127,16 +127,16 @@ describe Chef::Provider::Route do
|
|
127
127
|
|
128
128
|
describe Chef::Provider::Route, "action_delete" do
|
129
129
|
it "should delete the route if it exists" do
|
130
|
-
@provider.stub
|
130
|
+
@provider.stub(:run_command).and_return(true)
|
131
131
|
@provider.should_receive(:generate_command).once.with(:delete)
|
132
|
-
@provider.stub
|
132
|
+
@provider.stub(:is_running).and_return(true)
|
133
133
|
@provider.run_action(:delete)
|
134
134
|
@new_resource.should be_updated
|
135
135
|
end
|
136
136
|
|
137
137
|
it "should not delete the route if it does not exist" do
|
138
|
-
@current_resource.stub
|
139
|
-
@provider.stub
|
138
|
+
@current_resource.stub(:gateway).and_return(nil)
|
139
|
+
@provider.stub(:run_command).and_return(true)
|
140
140
|
@provider.should_not_receive(:generate_command).with(:add)
|
141
141
|
@provider.run_action(:delete)
|
142
142
|
@new_resource.should_not be_updated
|
@@ -145,12 +145,12 @@ describe Chef::Provider::Route do
|
|
145
145
|
|
146
146
|
describe Chef::Provider::Route, "generate_command for action_add" do
|
147
147
|
it "should include a netmask when a one is specified" do
|
148
|
-
@new_resource.stub
|
148
|
+
@new_resource.stub(:netmask).and_return('255.255.0.0')
|
149
149
|
@provider.generate_command(:add).should match(/\/\d{1,2}\s/)
|
150
150
|
end
|
151
151
|
|
152
152
|
it "should not include a netmask when a one is specified" do
|
153
|
-
@new_resource.stub
|
153
|
+
@new_resource.stub(:netmask).and_return(nil)
|
154
154
|
@provider.generate_command(:add).should_not match(/\/\d{1,2}\s/)
|
155
155
|
end
|
156
156
|
|
@@ -159,19 +159,19 @@ describe Chef::Provider::Route do
|
|
159
159
|
end
|
160
160
|
|
161
161
|
it "should not include ' via $gateway ' when a gateway is not specified" do
|
162
|
-
@new_resource.stub
|
162
|
+
@new_resource.stub(:gateway).and_return(nil)
|
163
163
|
@provider.generate_command(:add).should_not match(/\svia\s#{Regexp.escape(@new_resource.gateway.to_s)}\s/)
|
164
164
|
end
|
165
165
|
end
|
166
166
|
|
167
167
|
describe Chef::Provider::Route, "generate_command for action_delete" do
|
168
168
|
it "should include a netmask when a one is specified" do
|
169
|
-
@new_resource.stub
|
169
|
+
@new_resource.stub(:netmask).and_return('255.255.0.0')
|
170
170
|
@provider.generate_command(:delete).should match(/\/\d{1,2}\s/)
|
171
171
|
end
|
172
172
|
|
173
173
|
it "should not include a netmask when a one is specified" do
|
174
|
-
@new_resource.stub
|
174
|
+
@new_resource.stub(:netmask).and_return(nil)
|
175
175
|
@provider.generate_command(:delete).should_not match(/\/\d{1,2}\s/)
|
176
176
|
end
|
177
177
|
|
@@ -180,14 +180,14 @@ describe Chef::Provider::Route do
|
|
180
180
|
end
|
181
181
|
|
182
182
|
it "should not include ' via $gateway ' when a gateway is not specified" do
|
183
|
-
@new_resource.stub
|
183
|
+
@new_resource.stub(:gateway).and_return(nil)
|
184
184
|
@provider.generate_command(:delete).should_not match(/\svia\s#{Regexp.escape(@new_resource.gateway.to_s)}\s/)
|
185
185
|
end
|
186
186
|
end
|
187
187
|
|
188
188
|
describe Chef::Provider::Route, "config_file_contents for action_add" do
|
189
189
|
it "should include a netmask when a one is specified" do
|
190
|
-
@new_resource.stub
|
190
|
+
@new_resource.stub(:netmask).and_return('255.255.0.0')
|
191
191
|
@provider.config_file_contents(:add, { :target => @new_resource.target, :netmask => @new_resource.netmask}).should match(/\/\d{1,2}.*\n$/)
|
192
192
|
end
|
193
193
|
|
@@ -30,9 +30,9 @@ describe Chef::Provider::Script, "action_run" do
|
|
30
30
|
@provider = Chef::Provider::Script.new(@new_resource, @run_context)
|
31
31
|
|
32
32
|
@script_file = StringIO.new
|
33
|
-
@script_file.stub
|
33
|
+
@script_file.stub(:path).and_return('/tmp/the_script_file')
|
34
34
|
|
35
|
-
@provider.stub
|
35
|
+
@provider.stub(:shell_out!).and_return(true)
|
36
36
|
end
|
37
37
|
|
38
38
|
it "creates a temporary file to store the script" do
|
@@ -48,15 +48,15 @@ describe Chef::Provider::Script, "action_run" do
|
|
48
48
|
it "sets the owner and group for the script file" do
|
49
49
|
@new_resource.user 'toor'
|
50
50
|
@new_resource.group 'wheel'
|
51
|
-
@provider.stub
|
51
|
+
@provider.stub(:script_file).and_return(@script_file)
|
52
52
|
FileUtils.should_receive(:chown).with('toor', 'wheel', "/tmp/the_script_file")
|
53
53
|
@provider.set_owner_and_group
|
54
54
|
end
|
55
55
|
|
56
56
|
context "with the script file set to the correct owner and group" do
|
57
57
|
before do
|
58
|
-
@provider.stub
|
59
|
-
@provider.stub
|
58
|
+
@provider.stub(:set_owner_and_group)
|
59
|
+
@provider.stub(:script_file).and_return(@script_file)
|
60
60
|
end
|
61
61
|
describe "when writing the script to the file" do
|
62
62
|
it "should put the contents of the script in the temp file" do
|
@@ -39,8 +39,8 @@ describe Chef::Provider::Service::Arch, "load_current_resource" do
|
|
39
39
|
|
40
40
|
@provider = Chef::Provider::Service::Arch.new(@new_resource, @run_context)
|
41
41
|
|
42
|
-
::File.stub
|
43
|
-
::File.stub
|
42
|
+
::File.stub(:exists?).with("/etc/rc.conf").and_return(true)
|
43
|
+
::File.stub(:read).with("/etc/rc.conf").and_return("DAEMONS=(network apache sshd)")
|
44
44
|
end
|
45
45
|
|
46
46
|
describe "when first created" do
|
@@ -63,19 +63,19 @@ describe Chef::Provider::Service::Arch, "load_current_resource" do
|
|
63
63
|
end
|
64
64
|
|
65
65
|
it "should set running to true if the status command returns 0" do
|
66
|
-
@provider.stub
|
66
|
+
@provider.stub(:shell_out).with("/etc/rc.d/chef status").and_return(OpenStruct.new(:exitstatus => 0))
|
67
67
|
@provider.load_current_resource
|
68
68
|
@provider.current_resource.running.should be_true
|
69
69
|
end
|
70
70
|
|
71
71
|
it "should set running to false if the status command returns anything except 0" do
|
72
|
-
@provider.stub
|
72
|
+
@provider.stub(:shell_out).with("/etc/rc.d/chef status").and_return(OpenStruct.new(:exitstatus => 1))
|
73
73
|
@provider.load_current_resource
|
74
74
|
@provider.current_resource.running.should be_false
|
75
75
|
end
|
76
76
|
|
77
77
|
it "should set running to false if the status command raises" do
|
78
|
-
@provider.stub
|
78
|
+
@provider.stub(:shell_out).with("/etc/rc.d/chef status").and_raise(Mixlib::ShellOut::ShellCommandFailed)
|
79
79
|
@provider.load_current_resource
|
80
80
|
@provider.current_resource.running.should be_false
|
81
81
|
end
|
@@ -111,12 +111,12 @@ describe Chef::Provider::Service::Arch, "load_current_resource" do
|
|
111
111
|
|
112
112
|
|
113
113
|
it "should fail if file /etc/rc.conf does not exist" do
|
114
|
-
::File.stub
|
114
|
+
::File.stub(:exists?).with("/etc/rc.conf").and_return(false)
|
115
115
|
lambda { @provider.load_current_resource }.should raise_error(Chef::Exceptions::Service)
|
116
116
|
end
|
117
117
|
|
118
118
|
it "should fail if file /etc/rc.conf does not contain DAEMONS array" do
|
119
|
-
::File.stub
|
119
|
+
::File.stub(:read).with("/etc/rc.conf").and_return("")
|
120
120
|
lambda { @provider.load_current_resource }.should raise_error(Chef::Exceptions::Service)
|
121
121
|
end
|
122
122
|
|
@@ -127,8 +127,8 @@ aj 7842 5057 0 21:26 pts/2 00:00:06 vi init.rb
|
|
127
127
|
aj 7903 5016 0 21:26 pts/5 00:00:00 /bin/bash
|
128
128
|
aj 8119 6041 0 21:34 pts/3 00:00:03 vi init_service_spec.rb
|
129
129
|
DEFAULT_PS
|
130
|
-
@status =
|
131
|
-
@provider.stub
|
130
|
+
@status = double("Status", :exitstatus => 0, :stdout => @stdout)
|
131
|
+
@provider.stub(:shell_out!).and_return(@status)
|
132
132
|
|
133
133
|
@node.automatic_attrs[:command] = {:ps => "ps -ef"}
|
134
134
|
end
|
@@ -138,19 +138,19 @@ DEFAULT_PS
|
|
138
138
|
aj 7842 5057 0 21:26 pts/2 00:00:06 chef
|
139
139
|
aj 7842 5057 0 21:26 pts/2 00:00:06 poos
|
140
140
|
RUNNING_PS
|
141
|
-
@status.stub
|
141
|
+
@status.stub(:stdout).and_return(@stdout)
|
142
142
|
@provider.load_current_resource
|
143
143
|
@provider.current_resource.running.should be_true
|
144
144
|
end
|
145
145
|
|
146
146
|
it "determines the service is not running when it does not appear in ps" do
|
147
|
-
@provider.stub
|
147
|
+
@provider.stub(:shell_out!).and_return(@status)
|
148
148
|
@provider.load_current_resource
|
149
149
|
@provider.current_resource.running.should be_false
|
150
150
|
end
|
151
151
|
|
152
152
|
it "should raise an exception if ps fails" do
|
153
|
-
@provider.stub
|
153
|
+
@provider.stub(:shell_out!).and_raise(Mixlib::ShellOut::ShellCommandFailed)
|
154
154
|
@provider.load_current_resource
|
155
155
|
@provider.action = :start
|
156
156
|
@provider.define_resource_requirements
|
@@ -159,7 +159,7 @@ RUNNING_PS
|
|
159
159
|
end
|
160
160
|
|
161
161
|
it "should return existing entries in DAEMONS array" do
|
162
|
-
::File.stub
|
162
|
+
::File.stub(:read).with("/etc/rc.conf").and_return("DAEMONS=(network !apache ssh)")
|
163
163
|
@provider.daemons.should == ['network', '!apache', 'ssh']
|
164
164
|
end
|
165
165
|
|
@@ -171,20 +171,20 @@ RUNNING_PS
|
|
171
171
|
|
172
172
|
describe Chef::Provider::Service::Arch, "enable_service" do
|
173
173
|
# before(:each) do
|
174
|
-
# @new_resource =
|
174
|
+
# @new_resource = double("Chef::Resource::Service",
|
175
175
|
# :null_object => true,
|
176
176
|
# :name => "chef",
|
177
177
|
# :service_name => "chef",
|
178
178
|
# :running => false
|
179
179
|
# )
|
180
|
-
# @new_resource.stub
|
180
|
+
# @new_resource.stub(:start_command).and_return(false)
|
181
181
|
#
|
182
182
|
# @provider = Chef::Provider::Service::Arch.new(@node, @new_resource)
|
183
|
-
# Chef::Resource::Service.stub
|
183
|
+
# Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
184
184
|
# end
|
185
185
|
|
186
186
|
it "should add chef to DAEMONS array" do
|
187
|
-
::File.stub
|
187
|
+
::File.stub(:read).with("/etc/rc.conf").and_return("DAEMONS=(network)")
|
188
188
|
@provider.should_receive(:update_daemons).with(['network', 'chef'])
|
189
189
|
@provider.enable_service()
|
190
190
|
end
|
@@ -192,20 +192,20 @@ RUNNING_PS
|
|
192
192
|
|
193
193
|
describe Chef::Provider::Service::Arch, "disable_service" do
|
194
194
|
# before(:each) do
|
195
|
-
# @new_resource =
|
195
|
+
# @new_resource = double("Chef::Resource::Service",
|
196
196
|
# :null_object => true,
|
197
197
|
# :name => "chef",
|
198
198
|
# :service_name => "chef",
|
199
199
|
# :running => false
|
200
200
|
# )
|
201
|
-
# @new_resource.stub
|
201
|
+
# @new_resource.stub(:start_command).and_return(false)
|
202
202
|
#
|
203
203
|
# @provider = Chef::Provider::Service::Arch.new(@node, @new_resource)
|
204
|
-
# Chef::Resource::Service.stub
|
204
|
+
# Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
205
205
|
# end
|
206
206
|
|
207
207
|
it "should remove chef from DAEMONS array" do
|
208
|
-
::File.stub
|
208
|
+
::File.stub(:read).with("/etc/rc.conf").and_return("DAEMONS=(network chef)")
|
209
209
|
@provider.should_receive(:update_daemons).with(['network', '!chef'])
|
210
210
|
@provider.disable_service()
|
211
211
|
end
|
@@ -214,20 +214,20 @@ RUNNING_PS
|
|
214
214
|
|
215
215
|
describe Chef::Provider::Service::Arch, "start_service" do
|
216
216
|
# before(:each) do
|
217
|
-
# @new_resource =
|
217
|
+
# @new_resource = double("Chef::Resource::Service",
|
218
218
|
# :null_object => true,
|
219
219
|
# :name => "chef",
|
220
220
|
# :service_name => "chef",
|
221
221
|
# :running => false
|
222
222
|
# )
|
223
|
-
# @new_resource.stub
|
223
|
+
# @new_resource.stub(:start_command).and_return(false)
|
224
224
|
#
|
225
225
|
# @provider = Chef::Provider::Service::Arch.new(@node, @new_resource)
|
226
|
-
# Chef::Resource::Service.stub
|
226
|
+
# Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
227
227
|
# end
|
228
228
|
|
229
229
|
it "should call the start command if one is specified" do
|
230
|
-
@new_resource.stub
|
230
|
+
@new_resource.stub(:start_command).and_return("/etc/rc.d/chef startyousillysally")
|
231
231
|
@provider.should_receive(:shell_out!).with("/etc/rc.d/chef startyousillysally")
|
232
232
|
@provider.start_service()
|
233
233
|
end
|
@@ -240,20 +240,20 @@ RUNNING_PS
|
|
240
240
|
|
241
241
|
describe Chef::Provider::Service::Arch, "stop_service" do
|
242
242
|
# before(:each) do
|
243
|
-
# @new_resource =
|
243
|
+
# @new_resource = double("Chef::Resource::Service",
|
244
244
|
# :null_object => true,
|
245
245
|
# :name => "chef",
|
246
246
|
# :service_name => "chef",
|
247
247
|
# :running => false
|
248
248
|
# )
|
249
|
-
# @new_resource.stub
|
249
|
+
# @new_resource.stub(:stop_command).and_return(false)
|
250
250
|
#
|
251
251
|
# @provider = Chef::Provider::Service::Arch.new(@node, @new_resource)
|
252
|
-
# Chef::Resource::Service.stub
|
252
|
+
# Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
253
253
|
# end
|
254
254
|
|
255
255
|
it "should call the stop command if one is specified" do
|
256
|
-
@new_resource.stub
|
256
|
+
@new_resource.stub(:stop_command).and_return("/etc/rc.d/chef itoldyoutostop")
|
257
257
|
@provider.should_receive(:shell_out!).with("/etc/rc.d/chef itoldyoutostop")
|
258
258
|
@provider.stop_service()
|
259
259
|
end
|
@@ -266,27 +266,27 @@ RUNNING_PS
|
|
266
266
|
|
267
267
|
describe Chef::Provider::Service::Arch, "restart_service" do
|
268
268
|
# before(:each) do
|
269
|
-
# @new_resource =
|
269
|
+
# @new_resource = double("Chef::Resource::Service",
|
270
270
|
# :null_object => true,
|
271
271
|
# :name => "chef",
|
272
272
|
# :service_name => "chef",
|
273
273
|
# :running => false
|
274
274
|
# )
|
275
|
-
# @new_resource.stub
|
276
|
-
# @new_resource.stub
|
275
|
+
# @new_resource.stub(:restart_command).and_return(false)
|
276
|
+
# @new_resource.stub(:supports).and_return({:restart => false})
|
277
277
|
#
|
278
278
|
# @provider = Chef::Provider::Service::Arch.new(@node, @new_resource)
|
279
|
-
# Chef::Resource::Service.stub
|
279
|
+
# Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
280
280
|
# end
|
281
281
|
|
282
282
|
it "should call 'restart' on the service_name if the resource supports it" do
|
283
|
-
@new_resource.stub
|
283
|
+
@new_resource.stub(:supports).and_return({:restart => true})
|
284
284
|
@provider.should_receive(:shell_out!).with("/etc/rc.d/#{@new_resource.service_name} restart")
|
285
285
|
@provider.restart_service()
|
286
286
|
end
|
287
287
|
|
288
288
|
it "should call the restart_command if one has been specified" do
|
289
|
-
@new_resource.stub
|
289
|
+
@new_resource.stub(:restart_command).and_return("/etc/rc.d/chef restartinafire")
|
290
290
|
@provider.should_receive(:shell_out!).with("/etc/rc.d/#{@new_resource.service_name} restartinafire")
|
291
291
|
@provider.restart_service()
|
292
292
|
end
|
@@ -301,27 +301,27 @@ RUNNING_PS
|
|
301
301
|
|
302
302
|
describe Chef::Provider::Service::Arch, "reload_service" do
|
303
303
|
# before(:each) do
|
304
|
-
# @new_resource =
|
304
|
+
# @new_resource = double("Chef::Resource::Service",
|
305
305
|
# :null_object => true,
|
306
306
|
# :name => "chef",
|
307
307
|
# :service_name => "chef",
|
308
308
|
# :running => false
|
309
309
|
# )
|
310
|
-
# @new_resource.stub
|
311
|
-
# @new_resource.stub
|
310
|
+
# @new_resource.stub(:reload_command).and_return(false)
|
311
|
+
# @new_resource.stub(:supports).and_return({:reload => false})
|
312
312
|
#
|
313
313
|
# @provider = Chef::Provider::Service::Arch.new(@node, @new_resource)
|
314
|
-
# Chef::Resource::Service.stub
|
314
|
+
# Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
315
315
|
# end
|
316
316
|
|
317
317
|
it "should call 'reload' on the service if it supports it" do
|
318
|
-
@new_resource.stub
|
318
|
+
@new_resource.stub(:supports).and_return({:reload => true})
|
319
319
|
@provider.should_receive(:shell_out!).with("/etc/rc.d/#{@new_resource.service_name} reload")
|
320
320
|
@provider.reload_service()
|
321
321
|
end
|
322
322
|
|
323
323
|
it "should should run the user specified reload command if one is specified and the service doesn't support reload" do
|
324
|
-
@new_resource.stub
|
324
|
+
@new_resource.stub(:reload_command).and_return("/etc/rc.d/chef lollerpants")
|
325
325
|
@provider.should_receive(:shell_out!).with("/etc/rc.d/#{@new_resource.service_name} lollerpants")
|
326
326
|
@provider.reload_service()
|
327
327
|
end
|