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
@@ -111,10 +111,10 @@ describe Chef::Resource::RegistryKey, :windows_only do
|
|
111
111
|
before do
|
112
112
|
@node.name("windowsbox")
|
113
113
|
|
114
|
-
@rest_client =
|
115
|
-
@rest_client.stub
|
116
|
-
@rest_client.stub
|
117
|
-
@rest_client.stub
|
114
|
+
@rest_client = double("Chef::REST (mock)")
|
115
|
+
@rest_client.stub(:create_url).and_return("reports/nodes/windowsbox/runs/#{@run_id}");
|
116
|
+
@rest_client.stub(:raw_http_request).and_return({"result"=>"ok"});
|
117
|
+
@rest_client.stub(:post_rest).and_return({"uri"=>"https://example.com/reports/nodes/windowsbox/runs/#{@run_id}"});
|
118
118
|
|
119
119
|
@resource_reporter = Chef::ResourceReporter.new(@rest_client)
|
120
120
|
@events.register(@resource_reporter)
|
@@ -124,8 +124,8 @@ describe Chef::Resource::RegistryKey, :windows_only do
|
|
124
124
|
@resource_reporter.run_started(@run_status)
|
125
125
|
|
126
126
|
@new_resource.cookbook_name = "monkey"
|
127
|
-
@cookbook_version =
|
128
|
-
@new_resource.stub
|
127
|
+
@cookbook_version = double("Cookbook::Version", :version => "1.2.3")
|
128
|
+
@new_resource.stub(:cookbook_version).and_return(@cookbook_version)
|
129
129
|
end
|
130
130
|
|
131
131
|
after (:all) do
|
@@ -547,7 +547,7 @@ describe Chef::Resource::RegistryKey, :windows_only do
|
|
547
547
|
@new_resource.values([{:name=>"BriskWalk",:type=>:string,:data=>"is good for health"}])
|
548
548
|
@new_resource.recursive(false)
|
549
549
|
@new_resource.run_action(:delete_key)
|
550
|
-
@new_resource.should_not raise_error
|
550
|
+
@new_resource.should_not raise_error
|
551
551
|
end
|
552
552
|
it "does nothing if the action is delete_key" do
|
553
553
|
@new_resource.key(reg_parent + '\OpscodeWhyRun')
|
@@ -163,7 +163,7 @@ describe Chef::RunLock do
|
|
163
163
|
let!(:run_lock) { Chef::RunLock.new(lockfile) }
|
164
164
|
|
165
165
|
it "creates the full path to the lockfile" do
|
166
|
-
lambda { run_lock.acquire }.should_not raise_error
|
166
|
+
lambda { run_lock.acquire }.should_not raise_error
|
167
167
|
File.should exist(lockfile)
|
168
168
|
end
|
169
169
|
|
@@ -973,7 +973,7 @@ EOM
|
|
973
973
|
cookbook 'x', '1.0.0', { 'metadata.rb' => 'version "1.0.0"' }
|
974
974
|
|
975
975
|
when_the_repository 'is empty' do
|
976
|
-
it 'knife download /cookbooks/x signs all requests' do
|
976
|
+
it 'knife download /cookbooks/x signs all requests', :ruby_gte_19_only do
|
977
977
|
|
978
978
|
# Check that BasicClient.request() always gets called with X-OPS-USERID
|
979
979
|
original_new = Chef::HTTP::BasicClient.method(:new)
|
@@ -79,7 +79,7 @@ EOM
|
|
79
79
|
Process.waitpid(s1)
|
80
80
|
Process.waitpid(s2)
|
81
81
|
end
|
82
|
-
}.should_not raise_error
|
82
|
+
}.should_not raise_error
|
83
83
|
|
84
84
|
# Unfortunately file / directory helpers in integration tests
|
85
85
|
# are implemented using before(:each) so we need to do all below
|
data/spec/spec_helper.rb
CHANGED
@@ -25,10 +25,16 @@ describe 'Chef::ReservedNames::Win32::File', :windows_only do
|
|
25
25
|
end
|
26
26
|
|
27
27
|
it "should not leak memory" do
|
28
|
+
pending "Fix required for CHEF-5004"
|
28
29
|
test = lambda { Chef::ReservedNames::Win32::File.symlink?(@path) }
|
29
30
|
test.should_not leak_memory(:warmup => 50, :iterations => 100)
|
30
31
|
end
|
31
32
|
|
33
|
+
it "should not leak significant memory" do
|
34
|
+
test = lambda { Chef::ReservedNames::Win32::File.symlink?(@path) }
|
35
|
+
test.should_not leak_memory(:warmup => 50000, :iterations => 100)
|
36
|
+
end
|
37
|
+
|
32
38
|
it "should not leak handles" do
|
33
39
|
test = lambda { Chef::ReservedNames::Win32::File.symlink?(@path) }
|
34
40
|
test.should_not leak_handles(:warmup => 50, :iterations => 100)
|
@@ -6,7 +6,7 @@
|
|
6
6
|
# testing code that mixes in platform specific modules like +Chef::Mixin::Securable+
|
7
7
|
# or +Chef::FileAccessControl+
|
8
8
|
def platform_mock(platform = :unix, &block)
|
9
|
-
Chef::Platform.stub
|
9
|
+
Chef::Platform.stub(:windows?).and_return(platform == :windows ? true : false)
|
10
10
|
ENV['SYSTEMDRIVE'] = (platform == :windows ? 'C:' : nil)
|
11
11
|
if block_given?
|
12
12
|
mock_constants({"RUBY_PLATFORM" => (platform == :windows ? 'i386-mingw32' : 'x86_64-darwin11.2.0'),
|
@@ -482,7 +482,7 @@ shared_examples_for "a securable resource without existing target" do
|
|
482
482
|
|
483
483
|
it 'warns when mode tries to set owner bits but owner is not specified' do
|
484
484
|
@warn = []
|
485
|
-
Chef::Log.stub
|
485
|
+
Chef::Log.stub(:warn) { |msg| @warn << msg }
|
486
486
|
|
487
487
|
resource.mode 0400
|
488
488
|
resource.run_action(:create)
|
@@ -492,7 +492,7 @@ shared_examples_for "a securable resource without existing target" do
|
|
492
492
|
|
493
493
|
it 'warns when mode tries to set group bits but group is not specified' do
|
494
494
|
@warn = []
|
495
|
-
Chef::Log.stub
|
495
|
+
Chef::Log.stub(:warn) { |msg| @warn << msg }
|
496
496
|
|
497
497
|
resource.mode 0040
|
498
498
|
resource.run_action(:create)
|
@@ -72,7 +72,7 @@ shared_examples_for "an api error inspector" do
|
|
72
72
|
before do
|
73
73
|
@response_body = "synchronize the clock on your host"
|
74
74
|
@response = Net::HTTPUnauthorized.new("1.1", "401", "(response) unauthorized")
|
75
|
-
@response.stub
|
75
|
+
@response.stub(:body).and_return(@response_body)
|
76
76
|
@exception = Net::HTTPServerException.new("(exception) unauthorized", @response)
|
77
77
|
@inspector = described_class.new(@node_name, @exception, @config)
|
78
78
|
@inspector.add_explanation(@description)
|
@@ -88,7 +88,7 @@ shared_examples_for "an api error inspector" do
|
|
88
88
|
before do
|
89
89
|
@response_body = "check your key and node name"
|
90
90
|
@response = Net::HTTPUnauthorized.new("1.1", "401", "(response) unauthorized")
|
91
|
-
@response.stub
|
91
|
+
@response.stub(:body).and_return(@response_body)
|
92
92
|
@exception = Net::HTTPServerException.new("(exception) unauthorized", @response)
|
93
93
|
@inspector = described_class.new(@node_name, @exception, @config)
|
94
94
|
@inspector.add_explanation(@description)
|
@@ -104,7 +104,7 @@ shared_examples_for "an api error inspector" do
|
|
104
104
|
before do
|
105
105
|
@response_body = "forbidden"
|
106
106
|
@response = Net::HTTPForbidden.new("1.1", "403", "(response) forbidden")
|
107
|
-
@response.stub
|
107
|
+
@response.stub(:body).and_return(@response_body)
|
108
108
|
@exception = Net::HTTPServerException.new("(exception) forbidden", @response)
|
109
109
|
@inspector = described_class.new(@node_name, @exception, @config)
|
110
110
|
@inspector.add_explanation(@description)
|
@@ -120,7 +120,7 @@ shared_examples_for "an api error inspector" do
|
|
120
120
|
before do
|
121
121
|
@response_body = "didn't like your data"
|
122
122
|
@response = Net::HTTPBadRequest.new("1.1", "400", "(response) bad request")
|
123
|
-
@response.stub
|
123
|
+
@response.stub(:body).and_return(@response_body)
|
124
124
|
@exception = Net::HTTPServerException.new("(exception) bad request", @response)
|
125
125
|
@inspector = described_class.new(@node_name, @exception, @config)
|
126
126
|
@inspector.add_explanation(@description)
|
@@ -136,7 +136,7 @@ shared_examples_for "an api error inspector" do
|
|
136
136
|
before do
|
137
137
|
@response_body = "probably caused by a redirect to a get"
|
138
138
|
@response = Net::HTTPNotFound.new("1.1", "404", "(response) not found")
|
139
|
-
@response.stub
|
139
|
+
@response.stub(:body).and_return(@response_body)
|
140
140
|
@exception = Net::HTTPServerException.new("(exception) not found", @response)
|
141
141
|
@inspector = described_class.new(@node_name, @exception, @config)
|
142
142
|
@inspector.add_explanation(@description)
|
@@ -151,7 +151,7 @@ shared_examples_for "an api error inspector" do
|
|
151
151
|
before do
|
152
152
|
@response_body = "sad trombone"
|
153
153
|
@response = Net::HTTPInternalServerError.new("1.1", "500", "(response) internal server error")
|
154
|
-
@response.stub
|
154
|
+
@response.stub(:body).and_return(@response_body)
|
155
155
|
@exception = Net::HTTPFatalError.new("(exception) internal server error", @response)
|
156
156
|
@inspector = described_class.new(@node_name, @exception, @config)
|
157
157
|
@inspector.add_explanation(@description)
|
@@ -166,7 +166,7 @@ shared_examples_for "an api error inspector" do
|
|
166
166
|
before do
|
167
167
|
@response_body = "sad trombone orchestra"
|
168
168
|
@response = Net::HTTPBadGateway.new("1.1", "502", "(response) bad gateway")
|
169
|
-
@response.stub
|
169
|
+
@response.stub(:body).and_return(@response_body)
|
170
170
|
@exception = Net::HTTPFatalError.new("(exception) bad gateway", @response)
|
171
171
|
@inspector = described_class.new(@node_name, @exception, @config)
|
172
172
|
@inspector.add_explanation(@description)
|
@@ -106,8 +106,46 @@ def setup_missing_enclosing_directory
|
|
106
106
|
File.stub(:directory?).with(enclosing_directory).and_return(false)
|
107
107
|
end
|
108
108
|
|
109
|
+
# A File subclass that we use as a replacement for Tempfile. Some versions of
|
110
|
+
# Tempfile call `File.exist?()` internally which will cause test failures if
|
111
|
+
# `File.exist?()` has been stubbed.
|
112
|
+
class BasicTempfile < ::File
|
113
|
+
|
114
|
+
def self.make_tmp_path(basename)
|
115
|
+
slug = "#{basename}-#{rand(1 << 128)}"
|
116
|
+
File.join(Dir.tmpdir, slug)
|
117
|
+
end
|
118
|
+
|
119
|
+
def self.new(basename)
|
120
|
+
super(make_tmp_path(basename), File::RDWR|File::CREAT|File::EXCL, 0600)
|
121
|
+
end
|
122
|
+
|
123
|
+
def unlink
|
124
|
+
self.class.unlink(path)
|
125
|
+
end
|
126
|
+
|
127
|
+
end
|
128
|
+
|
109
129
|
shared_examples_for Chef::Provider::File do
|
110
130
|
|
131
|
+
let(:tempfile_path) do
|
132
|
+
end
|
133
|
+
|
134
|
+
let!(:tempfile) do
|
135
|
+
BasicTempfile.new("rspec-shared-file-provider")
|
136
|
+
end
|
137
|
+
|
138
|
+
before(:each) do
|
139
|
+
content.stub(:tempfile).and_return(tempfile)
|
140
|
+
File.stub(:exist?).with(tempfile.path).and_call_original
|
141
|
+
File.stub(:exists?).with(tempfile.path).and_call_original
|
142
|
+
end
|
143
|
+
|
144
|
+
after do
|
145
|
+
tempfile.close if (tempfile && !tempfile.closed?)
|
146
|
+
File.unlink(tempfile.path) rescue nil
|
147
|
+
end
|
148
|
+
|
111
149
|
it "should return a #{described_class}" do
|
112
150
|
provider.should be_a_kind_of(described_class)
|
113
151
|
end
|
@@ -220,11 +258,11 @@ shared_examples_for Chef::Provider::File do
|
|
220
258
|
Chef::Platform.stub(:windows?).and_return(false)
|
221
259
|
# mock up the filesystem to behave like unix
|
222
260
|
setup_normal_file
|
223
|
-
stat_struct =
|
261
|
+
stat_struct = double("::File.stat", :mode => 0600, :uid => 0, :gid => 0, :mtime => 10000)
|
224
262
|
resource_real_path = File.realpath(resource.path)
|
225
263
|
File.should_receive(:stat).with(resource_real_path).at_least(:once).and_return(stat_struct)
|
226
|
-
Etc.stub(:getgrgid).with(0).and_return(
|
227
|
-
Etc.stub(:getpwuid).with(0).and_return(
|
264
|
+
Etc.stub(:getgrgid).with(0).and_return(double("Group Ent", :name => "wheel"))
|
265
|
+
Etc.stub(:getpwuid).with(0).and_return(double("User Ent", :name => "root"))
|
228
266
|
end
|
229
267
|
|
230
268
|
context "when the new_resource does not specify any state" do
|
@@ -345,11 +383,11 @@ shared_examples_for Chef::Provider::File do
|
|
345
383
|
Chef::Platform.stub(:windows?).and_return(false)
|
346
384
|
# mock up the filesystem to behave like unix
|
347
385
|
setup_normal_file
|
348
|
-
stat_struct =
|
386
|
+
stat_struct = double("::File.stat", :mode => 0600, :uid => 0, :gid => 0, :mtime => 10000)
|
349
387
|
resource_real_path = File.realpath(resource.path)
|
350
388
|
File.stub(:stat).with(resource_real_path).and_return(stat_struct)
|
351
|
-
Etc.stub(:getgrgid).with(0).and_return(
|
352
|
-
Etc.stub(:getpwuid).with(0).and_return(
|
389
|
+
Etc.stub(:getgrgid).with(0).and_return(double("Group Ent", :name => "wheel"))
|
390
|
+
Etc.stub(:getpwuid).with(0).and_return(double("User Ent", :name => "root"))
|
353
391
|
provider.send(:load_resource_attributes_from_file, resource)
|
354
392
|
end
|
355
393
|
|
@@ -386,7 +424,7 @@ shared_examples_for Chef::Provider::File do
|
|
386
424
|
|
387
425
|
it "does not raise an exception in why-run mode" do
|
388
426
|
Chef::Config[:why_run] = true
|
389
|
-
lambda {provider.run_action(action)}.should_not raise_error
|
427
|
+
lambda {provider.run_action(action)}.should_not raise_error
|
390
428
|
Chef::Config[:why_run] = false
|
391
429
|
end
|
392
430
|
end
|
@@ -445,6 +483,7 @@ shared_examples_for Chef::Provider::File do
|
|
445
483
|
tempfile = double('Tempfile', :path => "/tmp/foo-bar-baz")
|
446
484
|
content.stub(:tempfile).and_return(tempfile)
|
447
485
|
File.should_receive(:exists?).with("/tmp/foo-bar-baz").and_return(true)
|
486
|
+
tempfile.should_receive(:close).once
|
448
487
|
tempfile.should_receive(:unlink).once
|
449
488
|
end
|
450
489
|
|
@@ -635,7 +674,7 @@ shared_examples_for Chef::Provider::File do
|
|
635
674
|
it "should not try to backup or delete the file, and should not be updated by last action" do
|
636
675
|
provider.should_not_receive(:do_backup)
|
637
676
|
File.should_not_receive(:delete)
|
638
|
-
lambda { provider.run_action(:delete) }.should_not raise_error
|
677
|
+
lambda { provider.run_action(:delete) }.should_not raise_error
|
639
678
|
resource.should_not be_updated_by_last_action
|
640
679
|
end
|
641
680
|
end
|
@@ -57,21 +57,21 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
57
57
|
end
|
58
58
|
|
59
59
|
it "should set the option for #{attribute} if the new resources #{attribute} is not nil" do
|
60
|
-
@new_resource.stub
|
60
|
+
@new_resource.stub(attribute).and_return("hola")
|
61
61
|
provider.universal_options.should eql([option, 'hola'])
|
62
62
|
end
|
63
63
|
|
64
64
|
it "should set the option for #{attribute} if the new resources #{attribute} is not nil, without homedir management" do
|
65
|
-
@new_resource.stub
|
65
|
+
@new_resource.stub(:supports).and_return({:manage_home => false,
|
66
66
|
:non_unique => false})
|
67
|
-
@new_resource.stub
|
67
|
+
@new_resource.stub(attribute).and_return("hola")
|
68
68
|
provider.universal_options.should eql([option, 'hola'])
|
69
69
|
end
|
70
70
|
|
71
71
|
it "should set the option for #{attribute} if the new resources #{attribute} is not nil, without homedir management (using real attributes)" do
|
72
|
-
@new_resource.stub
|
73
|
-
@new_resource.stub
|
74
|
-
@new_resource.stub
|
72
|
+
@new_resource.stub(:manage_home).and_return(false)
|
73
|
+
@new_resource.stub(:non_unique).and_return(false)
|
74
|
+
@new_resource.stub(attribute).and_return("hola")
|
75
75
|
provider.universal_options.should eql([option, 'hola'])
|
76
76
|
end
|
77
77
|
end
|
@@ -79,7 +79,7 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
79
79
|
it "should combine all the possible options" do
|
80
80
|
combined_opts = []
|
81
81
|
supported_useradd_options.sort{ |a,b| a[0] <=> b[0] }.each do |attribute, option|
|
82
|
-
@new_resource.stub
|
82
|
+
@new_resource.stub(attribute).and_return("hola")
|
83
83
|
combined_opts << option << 'hola'
|
84
84
|
end
|
85
85
|
provider.universal_options.should eql(combined_opts)
|
@@ -99,8 +99,8 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
99
99
|
|
100
100
|
describe "when the resource has a different home directory and supports home directory management" do
|
101
101
|
before do
|
102
|
-
@new_resource.stub
|
103
|
-
@new_resource.stub
|
102
|
+
@new_resource.stub(:home).and_return("/wowaweea")
|
103
|
+
@new_resource.stub(:supports).and_return({:manage_home => true,
|
104
104
|
:non_unique => false})
|
105
105
|
end
|
106
106
|
|
@@ -112,9 +112,9 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
112
112
|
|
113
113
|
describe "when the resource has a different home directory and supports home directory management (using real attributes)" do
|
114
114
|
before do
|
115
|
-
@new_resource.stub
|
116
|
-
@new_resource.stub
|
117
|
-
@new_resource.stub
|
115
|
+
@new_resource.stub(:home).and_return("/wowaweea")
|
116
|
+
@new_resource.stub(:manage_home).and_return(true)
|
117
|
+
@new_resource.stub(:non_unique).and_return(false)
|
118
118
|
end
|
119
119
|
|
120
120
|
it "should set -m -d /homedir" do
|
@@ -125,7 +125,7 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
125
125
|
|
126
126
|
describe "when the resource supports non_unique ids" do
|
127
127
|
before do
|
128
|
-
@new_resource.stub
|
128
|
+
@new_resource.stub(:supports).and_return({:manage_home => false,
|
129
129
|
:non_unique => true})
|
130
130
|
end
|
131
131
|
|
@@ -136,8 +136,8 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
136
136
|
|
137
137
|
describe "when the resource supports non_unique ids (using real attributes)" do
|
138
138
|
before do
|
139
|
-
@new_resource.stub
|
140
|
-
@new_resource.stub
|
139
|
+
@new_resource.stub(:manage_home).and_return(false)
|
140
|
+
@new_resource.stub(:non_unique).and_return(true)
|
141
141
|
end
|
142
142
|
|
143
143
|
it "should set -m -o" do
|
@@ -260,12 +260,12 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
260
260
|
describe "when checking the lock" do
|
261
261
|
# lazy initialize so we can modify stdout and stderr strings
|
262
262
|
let(:passwd_s_status) do
|
263
|
-
|
263
|
+
double("Mixlib::ShellOut command", :exitstatus => 0, :stdout => @stdout, :stderr => @stderr)
|
264
264
|
end
|
265
265
|
|
266
266
|
before(:each) do
|
267
267
|
# @node = Chef::Node.new
|
268
|
-
# @new_resource =
|
268
|
+
# @new_resource = double("Chef::Resource::User",
|
269
269
|
# :nil_object => true,
|
270
270
|
# :username => "adam"
|
271
271
|
# )
|
@@ -313,9 +313,9 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
313
313
|
provider.should_receive(:shell_out!).
|
314
314
|
with("passwd", "-S", @new_resource.username, {:returns=>[0, 1]}).
|
315
315
|
and_return(passwd_s_status)
|
316
|
-
rpm_status =
|
316
|
+
rpm_status = double("Mixlib::ShellOut command", :exitstatus => 0, :stdout => "passwd-0.73-1\n", :stderr => "")
|
317
317
|
provider.should_receive(:shell_out!).with("rpm -q passwd").and_return(rpm_status)
|
318
|
-
lambda { provider.check_lock }.should_not raise_error
|
318
|
+
lambda { provider.check_lock }.should_not raise_error
|
319
319
|
end
|
320
320
|
|
321
321
|
it "should raise a Chef::Exceptions::User if passwd -S exits with 1 on #{os} and the passwd package is not version 0.73-1" do
|
@@ -324,7 +324,7 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
324
324
|
provider.should_receive(:shell_out!).
|
325
325
|
with("passwd", "-S", @new_resource.username, {:returns=>[0, 1]}).
|
326
326
|
and_return(passwd_s_status)
|
327
|
-
rpm_status =
|
327
|
+
rpm_status = double("Mixlib::ShellOut command", :exitstatus => 0, :stdout => "passwd-0.73-2\n", :stderr => "")
|
328
328
|
provider.should_receive(:shell_out!).with("rpm -q passwd").and_return(rpm_status)
|
329
329
|
lambda { provider.check_lock }.should raise_error(Chef::Exceptions::User)
|
330
330
|
end
|
@@ -338,7 +338,7 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
338
338
|
|
339
339
|
context "when in why run mode" do
|
340
340
|
before do
|
341
|
-
passwd_status =
|
341
|
+
passwd_status = double("Mixlib::ShellOut command", :exitstatus => 0, :stdout => "", :stderr => "passwd: user 'chef-test' does not exist\n")
|
342
342
|
provider.should_receive(:shell_out!).
|
343
343
|
with("passwd", "-S", @new_resource.username, {:returns=>[0, 1]}).
|
344
344
|
and_return(passwd_status)
|
@@ -398,9 +398,9 @@ shared_examples_for "a useradd-based user provider" do |supported_useradd_option
|
|
398
398
|
].each do |home_check|
|
399
399
|
it home_check["action"] do
|
400
400
|
provider.current_resource.home home_check["current_resource_home"].first
|
401
|
-
@current_home_mock =
|
401
|
+
@current_home_mock = double("Pathname")
|
402
402
|
provider.new_resource.home home_check["new_resource_home"].first
|
403
|
-
@new_home_mock =
|
403
|
+
@new_home_mock = double("Pathname")
|
404
404
|
|
405
405
|
Pathname.should_receive(:new).with(@current_resource.home).and_return(@current_home_mock)
|
406
406
|
@current_home_mock.should_receive(:cleanpath).and_return(home_check["current_resource_home"].last)
|
@@ -50,10 +50,10 @@ describe Chef::ApiClient::Registration do
|
|
50
50
|
end
|
51
51
|
|
52
52
|
describe "when creating/updating the client on the server" do
|
53
|
-
let(:http_mock) {
|
53
|
+
let(:http_mock) { double("Chef::REST mock") }
|
54
54
|
|
55
55
|
before do
|
56
|
-
registration.stub
|
56
|
+
registration.stub(:http_api).and_return(http_mock)
|
57
57
|
end
|
58
58
|
|
59
59
|
it "creates a new ApiClient on the server using the validator identity" do
|
@@ -103,7 +103,7 @@ describe Chef::ApiClient::Registration do
|
|
103
103
|
|
104
104
|
describe "when writing the private key to disk" do
|
105
105
|
before do
|
106
|
-
registration.stub
|
106
|
+
registration.stub(:private_key).and_return('--begin rsa key etc--')
|
107
107
|
end
|
108
108
|
|
109
109
|
# Permission read via File.stat is busted on windows, though creating the
|
@@ -125,10 +125,10 @@ describe Chef::ApiClient::Registration do
|
|
125
125
|
|
126
126
|
describe "when registering a client" do
|
127
127
|
|
128
|
-
let(:http_mock) {
|
128
|
+
let(:http_mock) { double("Chef::REST mock") }
|
129
129
|
|
130
130
|
before do
|
131
|
-
registration.stub
|
131
|
+
registration.stub(:http_api).and_return(http_mock)
|
132
132
|
end
|
133
133
|
|
134
134
|
it "creates the client on the server and writes the key" do
|