chef 11.10.0.rc.0 → 11.10.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -30,10 +30,10 @@ describe Chef::Provider::Service::Systemd do
|
|
30
30
|
describe "load_current_resource" do
|
31
31
|
before(:each) do
|
32
32
|
@current_resource = Chef::Resource::Service.new('rsyslog.service')
|
33
|
-
Chef::Resource::Service.stub
|
33
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
34
34
|
|
35
|
-
@provider.stub
|
36
|
-
@provider.stub
|
35
|
+
@provider.stub(:is_active?).and_return(false)
|
36
|
+
@provider.stub(:is_enabled?).and_return(false)
|
37
37
|
end
|
38
38
|
|
39
39
|
it "should create a current resource with the name of the new resource" do
|
@@ -52,42 +52,42 @@ describe Chef::Provider::Service::Systemd do
|
|
52
52
|
end
|
53
53
|
|
54
54
|
it "should set running to true if the service is running" do
|
55
|
-
@provider.stub
|
55
|
+
@provider.stub(:is_active?).and_return(true)
|
56
56
|
@current_resource.should_receive(:running).with(true)
|
57
57
|
@provider.load_current_resource
|
58
58
|
end
|
59
59
|
|
60
60
|
it "should set running to false if the service is not running" do
|
61
|
-
@provider.stub
|
61
|
+
@provider.stub(:is_active?).and_return(false)
|
62
62
|
@current_resource.should_receive(:running).with(false)
|
63
63
|
@provider.load_current_resource
|
64
64
|
end
|
65
65
|
|
66
66
|
describe "when a status command has been specified" do
|
67
67
|
before do
|
68
|
-
@new_resource.stub
|
68
|
+
@new_resource.stub(:status_command).and_return("/bin/chefhasmonkeypants status")
|
69
69
|
end
|
70
70
|
|
71
71
|
it "should run the services status command if one has been specified" do
|
72
|
-
@provider.stub
|
72
|
+
@provider.stub(:run_command_with_systems_locale).with({:command => "/bin/chefhasmonkeypants status"}).and_return(0)
|
73
73
|
@current_resource.should_receive(:running).with(true)
|
74
74
|
@provider.load_current_resource
|
75
75
|
end
|
76
76
|
|
77
77
|
it "should run the services status command if one has been specified and properly set status check state" do
|
78
|
-
@provider.stub
|
78
|
+
@provider.stub(:run_command_with_systems_locale).with({:command => "/bin/chefhasmonkeypants status"}).and_return(0)
|
79
79
|
@provider.load_current_resource
|
80
80
|
@provider.instance_variable_get("@status_check_success").should be_true
|
81
81
|
end
|
82
82
|
|
83
83
|
it "should set running to false if it catches a Chef::Exceptions::Exec when using a status command" do
|
84
|
-
@provider.stub
|
84
|
+
@provider.stub(:run_command_with_systems_locale).and_raise(Chef::Exceptions::Exec)
|
85
85
|
@current_resource.should_receive(:running).with(false)
|
86
86
|
@provider.load_current_resource
|
87
87
|
end
|
88
88
|
|
89
89
|
it "should update state to indicate status check failed when an exception is thrown using a status command" do
|
90
|
-
@provider.stub
|
90
|
+
@provider.stub(:run_command_with_systems_locale).and_raise(Chef::Exceptions::Exec)
|
91
91
|
@provider.load_current_resource
|
92
92
|
@provider.instance_variable_get("@status_check_success").should be_false
|
93
93
|
end
|
@@ -99,13 +99,13 @@ describe Chef::Provider::Service::Systemd do
|
|
99
99
|
end
|
100
100
|
|
101
101
|
it "should set enabled to true if the service is enabled" do
|
102
|
-
@provider.stub
|
102
|
+
@provider.stub(:is_enabled?).and_return(true)
|
103
103
|
@current_resource.should_receive(:enabled).with(true)
|
104
104
|
@provider.load_current_resource
|
105
105
|
end
|
106
106
|
|
107
107
|
it "should set enabled to false if the service is not enabled" do
|
108
|
-
@provider.stub
|
108
|
+
@provider.stub(:is_enabled?).and_return(false)
|
109
109
|
@current_resource.should_receive(:enabled).with(false)
|
110
110
|
@provider.load_current_resource
|
111
111
|
end
|
@@ -118,12 +118,12 @@ describe Chef::Provider::Service::Systemd do
|
|
118
118
|
describe "start and stop service" do
|
119
119
|
before(:each) do
|
120
120
|
@current_resource = Chef::Resource::Service.new('rsyslog.service')
|
121
|
-
Chef::Resource::Service.stub
|
121
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
122
122
|
@provider.current_resource = @current_resource
|
123
123
|
end
|
124
124
|
|
125
125
|
it "should call the start command if one is specified" do
|
126
|
-
@new_resource.stub
|
126
|
+
@new_resource.stub(:start_command).and_return("/sbin/rsyslog startyousillysally")
|
127
127
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog startyousillysally")
|
128
128
|
@provider.start_service
|
129
129
|
end
|
@@ -134,52 +134,52 @@ describe Chef::Provider::Service::Systemd do
|
|
134
134
|
end
|
135
135
|
|
136
136
|
it "should not call '/bin/systemctl start service_name' if it is already running" do
|
137
|
-
@current_resource.stub
|
137
|
+
@current_resource.stub(:running).and_return(true)
|
138
138
|
@provider.should_not_receive(:run_command_with_systems_locale).with({:command => "/bin/systemctl start #{@new_resource.service_name}"})
|
139
139
|
@provider.start_service
|
140
140
|
end
|
141
141
|
|
142
142
|
it "should call the restart command if one is specified" do
|
143
|
-
@current_resource.stub
|
144
|
-
@new_resource.stub
|
143
|
+
@current_resource.stub(:running).and_return(true)
|
144
|
+
@new_resource.stub(:restart_command).and_return("/sbin/rsyslog restartyousillysally")
|
145
145
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog restartyousillysally")
|
146
146
|
@provider.restart_service
|
147
147
|
end
|
148
148
|
|
149
149
|
it "should call '/bin/systemctl restart service_name' if no restart command is specified" do
|
150
|
-
@current_resource.stub
|
150
|
+
@current_resource.stub(:running).and_return(true)
|
151
151
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/bin/systemctl restart #{@new_resource.service_name}"}).and_return(0)
|
152
152
|
@provider.restart_service
|
153
153
|
end
|
154
154
|
|
155
155
|
it "should call the reload command if one is specified" do
|
156
|
-
@current_resource.stub
|
157
|
-
@new_resource.stub
|
156
|
+
@current_resource.stub(:running).and_return(true)
|
157
|
+
@new_resource.stub(:reload_command).and_return("/sbin/rsyslog reloadyousillysally")
|
158
158
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog reloadyousillysally")
|
159
159
|
@provider.reload_service
|
160
160
|
end
|
161
161
|
|
162
162
|
it "should call '/bin/systemctl reload service_name' if no reload command is specified" do
|
163
|
-
@current_resource.stub
|
163
|
+
@current_resource.stub(:running).and_return(true)
|
164
164
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/bin/systemctl reload #{@new_resource.service_name}"}).and_return(0)
|
165
165
|
@provider.reload_service
|
166
166
|
end
|
167
167
|
|
168
168
|
it "should call the stop command if one is specified" do
|
169
|
-
@current_resource.stub
|
170
|
-
@new_resource.stub
|
169
|
+
@current_resource.stub(:running).and_return(true)
|
170
|
+
@new_resource.stub(:stop_command).and_return("/sbin/rsyslog stopyousillysally")
|
171
171
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog stopyousillysally")
|
172
172
|
@provider.stop_service
|
173
173
|
end
|
174
174
|
|
175
175
|
it "should call '/bin/systemctl stop service_name' if no stop command is specified" do
|
176
|
-
@current_resource.stub
|
176
|
+
@current_resource.stub(:running).and_return(true)
|
177
177
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/bin/systemctl stop #{@new_resource.service_name}"}).and_return(0)
|
178
178
|
@provider.stop_service
|
179
179
|
end
|
180
180
|
|
181
181
|
it "should not call '/bin/systemctl stop service_name' if it is already stopped" do
|
182
|
-
@current_resource.stub
|
182
|
+
@current_resource.stub(:running).and_return(false)
|
183
183
|
@provider.should_not_receive(:run_command_with_systems_locale).with({:command => "/bin/systemctl stop #{@new_resource.service_name}"})
|
184
184
|
@provider.stop_service
|
185
185
|
end
|
@@ -188,7 +188,7 @@ describe Chef::Provider::Service::Systemd do
|
|
188
188
|
describe "enable and disable service" do
|
189
189
|
before(:each) do
|
190
190
|
@current_resource = Chef::Resource::Service.new('rsyslog.service')
|
191
|
-
Chef::Resource::Service.stub
|
191
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
192
192
|
@provider.current_resource = @current_resource
|
193
193
|
end
|
194
194
|
|
@@ -206,7 +206,7 @@ describe Chef::Provider::Service::Systemd do
|
|
206
206
|
describe "is_active?" do
|
207
207
|
before(:each) do
|
208
208
|
@current_resource = Chef::Resource::Service.new('rsyslog.service')
|
209
|
-
Chef::Resource::Service.stub
|
209
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
210
210
|
end
|
211
211
|
|
212
212
|
it "should return true if '/bin/systemctl is-active service_name' returns 0" do
|
@@ -223,7 +223,7 @@ describe Chef::Provider::Service::Systemd do
|
|
223
223
|
describe "is_enabled?" do
|
224
224
|
before(:each) do
|
225
225
|
@current_resource = Chef::Resource::Service.new('rsyslog.service')
|
226
|
-
Chef::Resource::Service.stub
|
226
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
227
227
|
end
|
228
228
|
|
229
229
|
it "should return true if '/bin/systemctl is-enabled service_name' returns 0" do
|
@@ -39,7 +39,7 @@ describe Chef::Provider::Service::Upstart do
|
|
39
39
|
|
40
40
|
it "should return /etc/event.d as the upstart job directory when running on Ubuntu 9.04" do
|
41
41
|
@node.automatic_attrs[:platform_version] = '9.04'
|
42
|
-
#Chef::Platform.stub
|
42
|
+
#Chef::Platform.stub(:find_platform_and_version).and_return([ "ubuntu", "9.04" ])
|
43
43
|
@provider = Chef::Provider::Service::Upstart.new(@new_resource, @run_context)
|
44
44
|
@provider.instance_variable_get(:@upstart_job_dir).should == "/etc/event.d"
|
45
45
|
@provider.instance_variable_get(:@upstart_conf_suffix).should == ""
|
@@ -65,17 +65,17 @@ describe Chef::Provider::Service::Upstart do
|
|
65
65
|
@node.automatic_attrs[:command] = {:ps => "ps -ax"}
|
66
66
|
|
67
67
|
@current_resource = Chef::Resource::Service.new("rsyslog")
|
68
|
-
Chef::Resource::Service.stub
|
68
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
69
69
|
|
70
|
-
@status =
|
71
|
-
@provider.stub
|
70
|
+
@status = double("Status", :exitstatus => 0)
|
71
|
+
@provider.stub(:popen4).and_return(@status)
|
72
72
|
@stdin = StringIO.new
|
73
73
|
@stdout = StringIO.new
|
74
74
|
@stderr = StringIO.new
|
75
|
-
@pid =
|
75
|
+
@pid = double("PID")
|
76
76
|
|
77
|
-
::File.stub
|
78
|
-
::File.stub
|
77
|
+
::File.stub(:exists?).and_return(true)
|
78
|
+
::File.stub(:open).and_return(true)
|
79
79
|
end
|
80
80
|
|
81
81
|
it "should create a current resource with the name of the new resource" do
|
@@ -99,14 +99,14 @@ describe Chef::Provider::Service::Upstart do
|
|
99
99
|
|
100
100
|
it "should set running to true if the status command returns 0" do
|
101
101
|
@stdout = StringIO.new("rsyslog start/running")
|
102
|
-
@provider.stub
|
102
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
103
103
|
@provider.load_current_resource
|
104
104
|
@current_resource.running.should be_true
|
105
105
|
end
|
106
106
|
|
107
107
|
it "should set running to false if the status command returns anything except 0" do
|
108
108
|
@stdout = StringIO.new("rsyslog stop/waiting")
|
109
|
-
@provider.stub
|
109
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
110
110
|
@provider.load_current_resource
|
111
111
|
@current_resource.running.should be_false
|
112
112
|
end
|
@@ -115,41 +115,41 @@ describe Chef::Provider::Service::Upstart do
|
|
115
115
|
describe "when the status command uses the old format" do
|
116
116
|
it "should set running to true if the status command returns 0" do
|
117
117
|
@stdout = StringIO.new("rsyslog (start) running, process 32225")
|
118
|
-
@provider.stub
|
118
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
119
119
|
@provider.load_current_resource
|
120
120
|
@current_resource.running.should be_true
|
121
121
|
end
|
122
122
|
|
123
123
|
it "should set running to false if the status command returns anything except 0" do
|
124
124
|
@stdout = StringIO.new("rsyslog (stop) waiting")
|
125
|
-
@provider.stub
|
125
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
126
126
|
@provider.load_current_resource
|
127
127
|
@current_resource.running.should be_false
|
128
128
|
end
|
129
129
|
end
|
130
130
|
|
131
131
|
it "should set running to false if it catches a Chef::Exceptions::Exec" do
|
132
|
-
@provider.stub
|
132
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_raise(Chef::Exceptions::Exec)
|
133
133
|
@current_resource.should_receive(:running).with(false)
|
134
134
|
@provider.load_current_resource
|
135
135
|
end
|
136
136
|
|
137
137
|
it "should set enabled to true when it finds 'starts on'" do
|
138
|
-
@lines =
|
139
|
-
::File.stub
|
138
|
+
@lines = double("start on filesystem", :gets => "start on filesystem")
|
139
|
+
::File.stub(:open).and_yield(@lines)
|
140
140
|
@current_resource.should_receive(:running).with(false)
|
141
141
|
@provider.load_current_resource
|
142
142
|
end
|
143
143
|
|
144
144
|
it "should set enabled to false when it finds '#starts on'" do
|
145
|
-
@lines =
|
146
|
-
::File.stub
|
145
|
+
@lines = double("start on filesystem", :gets => "#start on filesystem")
|
146
|
+
::File.stub(:open).and_yield(@lines)
|
147
147
|
@current_resource.should_receive(:running).with(false)
|
148
148
|
@provider.load_current_resource
|
149
149
|
end
|
150
150
|
|
151
151
|
it "should assume disable when no job configuration file is found" do
|
152
|
-
::File.stub
|
152
|
+
::File.stub(:exists?).and_return(false)
|
153
153
|
@current_resource.should_receive(:running).with(false)
|
154
154
|
@provider.load_current_resource
|
155
155
|
end
|
@@ -163,23 +163,23 @@ describe Chef::Provider::Service::Upstart do
|
|
163
163
|
|
164
164
|
describe "when a status command has been specified" do
|
165
165
|
before do
|
166
|
-
@new_resource.stub
|
166
|
+
@new_resource.stub(:status_command).and_return("/bin/chefhasmonkeypants status")
|
167
167
|
end
|
168
168
|
|
169
169
|
it "should run the services status command if one has been specified" do
|
170
|
-
@provider.stub
|
170
|
+
@provider.stub(:run_command_with_systems_locale).with({:command => "/bin/chefhasmonkeypants status"}).and_return(0)
|
171
171
|
@current_resource.should_receive(:running).with(true)
|
172
172
|
@provider.load_current_resource
|
173
173
|
end
|
174
174
|
|
175
175
|
it "should track state when the user-provided status command fails" do
|
176
|
-
@provider.stub
|
176
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_raise(Chef::Exceptions::Exec)
|
177
177
|
@provider.load_current_resource
|
178
178
|
@provider.instance_variable_get("@command_success").should == false
|
179
179
|
end
|
180
180
|
|
181
181
|
it "should set running to false if it catches a Chef::Exceptions::Exec when using a status command" do
|
182
|
-
@provider.stub
|
182
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_raise(Chef::Exceptions::Exec)
|
183
183
|
@current_resource.should_receive(:running).with(false)
|
184
184
|
@provider.load_current_resource
|
185
185
|
end
|
@@ -201,15 +201,15 @@ describe Chef::Provider::Service::Upstart do
|
|
201
201
|
describe "enable and disable service" do
|
202
202
|
before(:each) do
|
203
203
|
@current_resource = Chef::Resource::Service.new('rsyslog')
|
204
|
-
Chef::Resource::Service.stub
|
204
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
205
205
|
@provider.current_resource = @current_resource
|
206
|
-
Chef::Util::FileEdit.stub
|
206
|
+
Chef::Util::FileEdit.stub(:new)
|
207
207
|
end
|
208
208
|
|
209
209
|
it "should enable the service if it is not enabled" do
|
210
210
|
@file = Object.new
|
211
|
-
Chef::Util::FileEdit.stub
|
212
|
-
@current_resource.stub
|
211
|
+
Chef::Util::FileEdit.stub(:new).and_return(@file)
|
212
|
+
@current_resource.stub(:enabled).and_return(false)
|
213
213
|
@file.should_receive(:search_file_replace)
|
214
214
|
@file.should_receive(:write_file)
|
215
215
|
@provider.enable_service()
|
@@ -217,8 +217,8 @@ describe Chef::Provider::Service::Upstart do
|
|
217
217
|
|
218
218
|
it "should disable the service if it is enabled" do
|
219
219
|
@file = Object.new
|
220
|
-
Chef::Util::FileEdit.stub
|
221
|
-
@current_resource.stub
|
220
|
+
Chef::Util::FileEdit.stub(:new).and_return(@file)
|
221
|
+
@current_resource.stub(:enabled).and_return(true)
|
222
222
|
@file.should_receive(:search_file_replace)
|
223
223
|
@file.should_receive(:write_file)
|
224
224
|
@provider.disable_service()
|
@@ -230,12 +230,12 @@ describe Chef::Provider::Service::Upstart do
|
|
230
230
|
before(:each) do
|
231
231
|
@current_resource = Chef::Resource::Service.new('rsyslog')
|
232
232
|
|
233
|
-
Chef::Resource::Service.stub
|
233
|
+
Chef::Resource::Service.stub(:new).and_return(@current_resource)
|
234
234
|
@provider.current_resource = @current_resource
|
235
235
|
end
|
236
236
|
|
237
237
|
it "should call the start command if one is specified" do
|
238
|
-
@new_resource.stub
|
238
|
+
@new_resource.stub(:start_command).and_return("/sbin/rsyslog startyousillysally")
|
239
239
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog startyousillysally")
|
240
240
|
@provider.start_service()
|
241
241
|
end
|
@@ -246,7 +246,7 @@ describe Chef::Provider::Service::Upstart do
|
|
246
246
|
end
|
247
247
|
|
248
248
|
it "should not call '/sbin/start service_name' if it is already running" do
|
249
|
-
@current_resource.stub
|
249
|
+
@current_resource.stub(:running).and_return(true)
|
250
250
|
@provider.should_not_receive(:run_command_with_systems_locale).with({:command => "/sbin/start #{@new_resource.service_name}"})
|
251
251
|
@provider.start_service()
|
252
252
|
end
|
@@ -261,52 +261,52 @@ describe Chef::Provider::Service::Upstart do
|
|
261
261
|
end
|
262
262
|
|
263
263
|
it "should call the restart command if one is specified" do
|
264
|
-
@current_resource.stub
|
265
|
-
@new_resource.stub
|
264
|
+
@current_resource.stub(:running).and_return(true)
|
265
|
+
@new_resource.stub(:restart_command).and_return("/sbin/rsyslog restartyousillysally")
|
266
266
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog restartyousillysally")
|
267
267
|
@provider.restart_service()
|
268
268
|
end
|
269
269
|
|
270
270
|
it "should call '/sbin/restart service_name' if no restart command is specified" do
|
271
|
-
@current_resource.stub
|
271
|
+
@current_resource.stub(:running).and_return(true)
|
272
272
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/sbin/restart #{@new_resource.service_name}"}).and_return(0)
|
273
273
|
@provider.restart_service()
|
274
274
|
end
|
275
275
|
|
276
276
|
it "should call '/sbin/start service_name' if restart_service is called for a stopped service" do
|
277
|
-
@current_resource.stub
|
277
|
+
@current_resource.stub(:running).and_return(false)
|
278
278
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/sbin/start #{@new_resource.service_name}"}).and_return(0)
|
279
279
|
@provider.restart_service()
|
280
280
|
end
|
281
281
|
|
282
282
|
it "should call the reload command if one is specified" do
|
283
|
-
@current_resource.stub
|
284
|
-
@new_resource.stub
|
283
|
+
@current_resource.stub(:running).and_return(true)
|
284
|
+
@new_resource.stub(:reload_command).and_return("/sbin/rsyslog reloadyousillysally")
|
285
285
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog reloadyousillysally")
|
286
286
|
@provider.reload_service()
|
287
287
|
end
|
288
288
|
|
289
289
|
it "should call '/sbin/reload service_name' if no reload command is specified" do
|
290
|
-
@current_resource.stub
|
290
|
+
@current_resource.stub(:running).and_return(true)
|
291
291
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/sbin/reload #{@new_resource.service_name}"}).and_return(0)
|
292
292
|
@provider.reload_service()
|
293
293
|
end
|
294
294
|
|
295
295
|
it "should call the stop command if one is specified" do
|
296
|
-
@current_resource.stub
|
297
|
-
@new_resource.stub
|
296
|
+
@current_resource.stub(:running).and_return(true)
|
297
|
+
@new_resource.stub(:stop_command).and_return("/sbin/rsyslog stopyousillysally")
|
298
298
|
@provider.should_receive(:shell_out!).with("/sbin/rsyslog stopyousillysally")
|
299
299
|
@provider.stop_service()
|
300
300
|
end
|
301
301
|
|
302
302
|
it "should call '/sbin/stop service_name' if no stop command is specified" do
|
303
|
-
@current_resource.stub
|
303
|
+
@current_resource.stub(:running).and_return(true)
|
304
304
|
@provider.should_receive(:run_command_with_systems_locale).with({:command => "/sbin/stop #{@new_resource.service_name}"}).and_return(0)
|
305
305
|
@provider.stop_service()
|
306
306
|
end
|
307
307
|
|
308
308
|
it "should not call '/sbin/stop service_name' if it is already stopped" do
|
309
|
-
@current_resource.stub
|
309
|
+
@current_resource.stub(:running).and_return(false)
|
310
310
|
@provider.should_not_receive(:run_command_with_systems_locale).with({:command => "/sbin/stop #{@new_resource.service_name}"})
|
311
311
|
@provider.stop_service()
|
312
312
|
end
|
@@ -31,11 +31,11 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
31
31
|
Win32::Service = Class.new
|
32
32
|
Win32::Service::AUTO_START = 0x00000002
|
33
33
|
Win32::Service::DISABLED = 0x00000004
|
34
|
-
Win32::Service.stub
|
35
|
-
|
36
|
-
Win32::Service.stub
|
37
|
-
|
38
|
-
Win32::Service.stub
|
34
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
35
|
+
double("StatusStruct", :current_state => "running"))
|
36
|
+
Win32::Service.stub(:config_info).with(@new_resource.service_name).and_return(
|
37
|
+
double("ConfigStruct", :start_type => "auto start"))
|
38
|
+
Win32::Service.stub(:exists?).and_return(true)
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should set the current resources service name to the new resources service name" do
|
@@ -59,9 +59,9 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
59
59
|
|
60
60
|
describe Chef::Provider::Service::Windows, "start_service" do
|
61
61
|
before(:each) do
|
62
|
-
Win32::Service.stub
|
63
|
-
|
64
|
-
|
62
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
63
|
+
double("StatusStruct", :current_state => "stopped"),
|
64
|
+
double("StatusStruct", :current_state => "running"))
|
65
65
|
end
|
66
66
|
|
67
67
|
it "should call the start command if one is specified" do
|
@@ -78,15 +78,15 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
78
78
|
end
|
79
79
|
|
80
80
|
it "should do nothing if the service does not exist" do
|
81
|
-
Win32::Service.stub
|
81
|
+
Win32::Service.stub(:exists?).with(@new_resource.service_name).and_return(false)
|
82
82
|
Win32::Service.should_not_receive(:start).with(@new_resource.service_name)
|
83
83
|
@provider.start_service
|
84
84
|
@new_resource.updated_by_last_action?.should be_false
|
85
85
|
end
|
86
86
|
|
87
87
|
it "should do nothing if the service is running" do
|
88
|
-
Win32::Service.stub
|
89
|
-
|
88
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
89
|
+
double("StatusStruct", :current_state => "running"))
|
90
90
|
@provider.load_current_resource
|
91
91
|
Win32::Service.should_not_receive(:start).with(@new_resource.service_name)
|
92
92
|
@provider.start_service
|
@@ -97,9 +97,9 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
97
97
|
describe Chef::Provider::Service::Windows, "stop_service" do
|
98
98
|
|
99
99
|
before(:each) do
|
100
|
-
Win32::Service.stub
|
101
|
-
|
102
|
-
|
100
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
101
|
+
double("StatusStruct", :current_state => "running"),
|
102
|
+
double("StatusStruct", :current_state => "stopped"))
|
103
103
|
end
|
104
104
|
|
105
105
|
it "should call the stop command if one is specified" do
|
@@ -116,15 +116,15 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
116
116
|
end
|
117
117
|
|
118
118
|
it "should do nothing if the service does not exist" do
|
119
|
-
Win32::Service.stub
|
119
|
+
Win32::Service.stub(:exists?).with(@new_resource.service_name).and_return(false)
|
120
120
|
Win32::Service.should_not_receive(:stop).with(@new_resource.service_name)
|
121
121
|
@provider.stop_service
|
122
122
|
@new_resource.updated_by_last_action?.should be_false
|
123
123
|
end
|
124
124
|
|
125
125
|
it "should do nothing if the service is stopped" do
|
126
|
-
Win32::Service.stub
|
127
|
-
|
126
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
127
|
+
double("StatusStruct", :current_state => "stopped"))
|
128
128
|
@provider.load_current_resource
|
129
129
|
Win32::Service.should_not_receive(:stop).with(@new_resource.service_name)
|
130
130
|
@provider.stop_service
|
@@ -142,11 +142,11 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
142
142
|
end
|
143
143
|
|
144
144
|
it "should stop then start the service if it is running" do
|
145
|
-
Win32::Service.stub
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
145
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
146
|
+
double("StatusStruct", :current_state => "running"),
|
147
|
+
double("StatusStruct", :current_state => "stopped"),
|
148
|
+
double("StatusStruct", :current_state => "stopped"),
|
149
|
+
double("StatusStruct", :current_state => "running"))
|
150
150
|
Win32::Service.should_receive(:stop).with(@new_resource.service_name)
|
151
151
|
Win32::Service.should_receive(:start).with(@new_resource.service_name)
|
152
152
|
@provider.restart_service
|
@@ -154,17 +154,17 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
154
154
|
end
|
155
155
|
|
156
156
|
it "should just start the service if it is stopped" do
|
157
|
-
Win32::Service.stub
|
158
|
-
|
159
|
-
|
160
|
-
|
157
|
+
Win32::Service.stub(:status).with(@new_resource.service_name).and_return(
|
158
|
+
double("StatusStruct", :current_state => "stopped"),
|
159
|
+
double("StatusStruct", :current_state => "stopped"),
|
160
|
+
double("StatusStruct", :current_state => "running"))
|
161
161
|
Win32::Service.should_receive(:start).with(@new_resource.service_name)
|
162
162
|
@provider.restart_service
|
163
163
|
@new_resource.updated_by_last_action?.should be_true
|
164
164
|
end
|
165
165
|
|
166
166
|
it "should do nothing if the service does not exist" do
|
167
|
-
Win32::Service.stub
|
167
|
+
Win32::Service.stub(:exists?).with(@new_resource.service_name).and_return(false)
|
168
168
|
Win32::Service.should_not_receive(:stop).with(@new_resource.service_name)
|
169
169
|
Win32::Service.should_not_receive(:start).with(@new_resource.service_name)
|
170
170
|
@provider.restart_service
|
@@ -176,8 +176,8 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
176
176
|
describe Chef::Provider::Service::Windows, "enable_service" do
|
177
177
|
|
178
178
|
before(:each) do
|
179
|
-
Win32::Service.stub
|
180
|
-
|
179
|
+
Win32::Service.stub(:config_info).with(@new_resource.service_name).and_return(
|
180
|
+
double("ConfigStruct", :start_type => "disabled"))
|
181
181
|
end
|
182
182
|
|
183
183
|
it "should enable service" do
|
@@ -187,15 +187,15 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
187
187
|
end
|
188
188
|
|
189
189
|
it "should do nothing if the service does not exist" do
|
190
|
-
Win32::Service.stub
|
190
|
+
Win32::Service.stub(:exists?).with(@new_resource.service_name).and_return(false)
|
191
191
|
Win32::Service.should_not_receive(:configure)
|
192
192
|
@provider.enable_service
|
193
193
|
@new_resource.updated_by_last_action?.should be_false
|
194
194
|
end
|
195
195
|
|
196
196
|
it "should do nothing if the service is enabled" do
|
197
|
-
Win32::Service.stub
|
198
|
-
|
197
|
+
Win32::Service.stub(:config_info).with(@new_resource.service_name).and_return(
|
198
|
+
double("ConfigStruct", :start_type => "auto start"))
|
199
199
|
Win32::Service.should_not_receive(:configure)
|
200
200
|
@provider.enable_service
|
201
201
|
@new_resource.updated_by_last_action?.should be_false
|
@@ -205,8 +205,8 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
205
205
|
describe Chef::Provider::Service::Windows, "disable_service" do
|
206
206
|
|
207
207
|
before(:each) do
|
208
|
-
Win32::Service.stub
|
209
|
-
|
208
|
+
Win32::Service.stub(:config_info).with(@new_resource.service_name).and_return(
|
209
|
+
double("ConfigStruct", :start_type => "auto start"))
|
210
210
|
end
|
211
211
|
|
212
212
|
it "should disable service" do
|
@@ -216,15 +216,15 @@ describe Chef::Provider::Service::Windows, "load_current_resource" do
|
|
216
216
|
end
|
217
217
|
|
218
218
|
it "should do nothing if the service does not exist" do
|
219
|
-
Win32::Service.stub
|
219
|
+
Win32::Service.stub(:exists?).with(@new_resource.service_name).and_return(false)
|
220
220
|
Win32::Service.should_not_receive(:configure)
|
221
221
|
@provider.disable_service
|
222
222
|
@new_resource.updated_by_last_action?.should be_false
|
223
223
|
end
|
224
224
|
|
225
225
|
it "should do nothing if the service is disabled" do
|
226
|
-
Win32::Service.stub
|
227
|
-
|
226
|
+
Win32::Service.stub(:config_info).with(@new_resource.service_name).and_return(
|
227
|
+
double("ConfigStruct", :start_type => "disabled"))
|
228
228
|
@provider.load_current_resource
|
229
229
|
Win32::Service.should_not_receive(:configure)
|
230
230
|
@provider.disable_service
|