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
@@ -27,12 +27,12 @@ describe Chef::Provider::Group::Dscl do
|
|
27
27
|
@current_resource = Chef::Resource::Group.new("aj")
|
28
28
|
@provider = Chef::Provider::Group::Dscl.new(@new_resource, @run_context)
|
29
29
|
@provider.current_resource = @current_resource
|
30
|
-
@status =
|
30
|
+
@status = double("Process::Status", :exitstatus => 0)
|
31
31
|
@pid = 2342
|
32
32
|
@stdin = StringIO.new
|
33
33
|
@stdout = StringIO.new("\n")
|
34
34
|
@stderr = StringIO.new("")
|
35
|
-
@provider.stub
|
35
|
+
@provider.stub(:popen4).and_yield(@pid,@stdin,@stdout,@stderr).and_return(@status)
|
36
36
|
end
|
37
37
|
|
38
38
|
it "should run popen4 with the supplied array of arguments appended to the dscl command" do
|
@@ -50,7 +50,7 @@ describe Chef::Provider::Group::Dscl do
|
|
50
50
|
before do
|
51
51
|
@node = Chef::Node.new
|
52
52
|
@provider = Chef::Provider::Group::Dscl.new(@node, @new_resource)
|
53
|
-
@provider.stub
|
53
|
+
@provider.stub(:dscl).and_return(["cmd", @status, "stdout", "stderr"])
|
54
54
|
end
|
55
55
|
|
56
56
|
it "should run dscl with the supplied cmd /Path args" do
|
@@ -60,8 +60,8 @@ describe Chef::Provider::Group::Dscl do
|
|
60
60
|
|
61
61
|
describe "with the dscl command returning a non zero exit status for a delete" do
|
62
62
|
before do
|
63
|
-
@status =
|
64
|
-
@provider.stub
|
63
|
+
@status = double("Process::Status", :exitstatus => 1)
|
64
|
+
@provider.stub(:dscl).and_return(["cmd", @status, "stdout", "stderr"])
|
65
65
|
end
|
66
66
|
|
67
67
|
it "should return an empty string of standard output for a delete" do
|
@@ -77,7 +77,7 @@ describe Chef::Provider::Group::Dscl do
|
|
77
77
|
|
78
78
|
describe "with the dscl command returning no such key" do
|
79
79
|
before do
|
80
|
-
@provider.stub
|
80
|
+
@provider.stub(:dscl).and_return(["cmd", @status, "No such key: ", "stderr"])
|
81
81
|
end
|
82
82
|
|
83
83
|
it "should raise an exception" do
|
@@ -98,7 +98,7 @@ describe Chef::Provider::Group::Dscl do
|
|
98
98
|
before do
|
99
99
|
@node = Chef::Node.new
|
100
100
|
@provider = Chef::Provider::Group::Dscl.new(@node, @new_resource)
|
101
|
-
@provider.stub
|
101
|
+
@provider.stub(:safe_dscl).and_return("\naj 200\njt 201\n")
|
102
102
|
end
|
103
103
|
|
104
104
|
it "should run safe_dscl with list /Groups gid" do
|
@@ -120,7 +120,7 @@ describe Chef::Provider::Group::Dscl do
|
|
120
120
|
before do
|
121
121
|
@node = Chef::Node.new
|
122
122
|
@provider = Chef::Provider::Group::Dscl.new(@node, @new_resource)
|
123
|
-
@provider.stub
|
123
|
+
@provider.stub(:safe_dscl).and_return("\naj 500\n")
|
124
124
|
end
|
125
125
|
|
126
126
|
it "should run safe_dscl with list /Groups gid" do
|
@@ -144,7 +144,7 @@ describe Chef::Provider::Group::Dscl do
|
|
144
144
|
describe "set_gid" do
|
145
145
|
describe "with the new resource and a gid number which is already in use" do
|
146
146
|
before do
|
147
|
-
@provider.stub
|
147
|
+
@provider.stub(:gid_used?).and_return(true)
|
148
148
|
end
|
149
149
|
|
150
150
|
it "should raise an exception if the new resources gid is already in use" do
|
@@ -162,7 +162,7 @@ describe Chef::Provider::Group::Dscl do
|
|
162
162
|
describe "with blank gid number for the new resources" do
|
163
163
|
before do
|
164
164
|
@new_resource.instance_variable_set(:@gid, nil)
|
165
|
-
@new_resource.stub
|
165
|
+
@new_resource.stub(:safe_dscl)
|
166
166
|
end
|
167
167
|
|
168
168
|
it "should run get_free_gid and return a valid, unused gid number" do
|
@@ -185,9 +185,9 @@ describe Chef::Provider::Group::Dscl do
|
|
185
185
|
|
186
186
|
describe "with existing members in the current resource and append set to false in the new resource" do
|
187
187
|
before do
|
188
|
-
@new_resource.stub
|
189
|
-
@new_resource.stub
|
190
|
-
@current_resource.stub
|
188
|
+
@new_resource.stub(:members).and_return([])
|
189
|
+
@new_resource.stub(:append).and_return(false)
|
190
|
+
@current_resource.stub(:members).and_return(["all", "your", "base"])
|
191
191
|
end
|
192
192
|
|
193
193
|
it "should log an appropriate message" do
|
@@ -236,6 +236,7 @@ describe Chef::Provider::Group::Dscl do
|
|
236
236
|
|
237
237
|
describe "when loading the current system state" do
|
238
238
|
before (:each) do
|
239
|
+
@provider.action = :create
|
239
240
|
@provider.load_current_resource
|
240
241
|
@provider.define_resource_requirements
|
241
242
|
end
|
@@ -246,8 +247,8 @@ describe Chef::Provider::Group::Dscl do
|
|
246
247
|
end
|
247
248
|
|
248
249
|
it "doesn't raise an error if /usr/bin/dscl exists" do
|
249
|
-
File.stub
|
250
|
-
lambda { @provider.process_resource_requirements }.should_not raise_error
|
250
|
+
File.stub(:exists?).and_return(true)
|
251
|
+
lambda { @provider.process_resource_requirements }.should_not raise_error
|
251
252
|
end
|
252
253
|
end
|
253
254
|
|
@@ -27,11 +27,12 @@ describe Chef::Provider::Group::Gpasswd, "modify_group_members" do
|
|
27
27
|
@new_resource.members %w{lobster rage fist}
|
28
28
|
@new_resource.append false
|
29
29
|
@provider = Chef::Provider::Group::Gpasswd.new(@new_resource, @run_context)
|
30
|
-
#@provider.stub
|
30
|
+
#@provider.stub(:run_command).and_return(true)
|
31
31
|
end
|
32
32
|
|
33
33
|
describe "when determining the current group state" do
|
34
34
|
before (:each) do
|
35
|
+
@provider.action = :create
|
35
36
|
@provider.load_current_resource
|
36
37
|
@provider.define_resource_requirements
|
37
38
|
end
|
@@ -40,14 +41,14 @@ describe Chef::Provider::Group::Gpasswd, "modify_group_members" do
|
|
40
41
|
# for Chef::Provider::Group - no need to repeat it here. We'll
|
41
42
|
# include only what's specific to this provider.
|
42
43
|
it "should raise an error if the required binary /usr/bin/gpasswd doesn't exist" do
|
43
|
-
File.stub
|
44
|
+
File.stub(:exists?).and_return(true)
|
44
45
|
File.should_receive(:exists?).with("/usr/bin/gpasswd").and_return(false)
|
45
46
|
lambda { @provider.process_resource_requirements }.should raise_error(Chef::Exceptions::Group)
|
46
47
|
end
|
47
48
|
|
48
49
|
it "shouldn't raise an error if the required binaries exist" do
|
49
|
-
File.stub
|
50
|
-
lambda { @provider.process_resource_requirements }.should_not raise_error
|
50
|
+
File.stub(:exists?).and_return(true)
|
51
|
+
lambda { @provider.process_resource_requirements }.should_not raise_error
|
51
52
|
end
|
52
53
|
end
|
53
54
|
|
@@ -85,7 +86,7 @@ describe Chef::Provider::Group::Gpasswd, "modify_group_members" do
|
|
85
86
|
describe "when the resource specifies group members" do
|
86
87
|
it "should log an appropriate debug message" do
|
87
88
|
Chef::Log.should_receive(:debug).with("group[wheel] setting group members to: lobster, rage, fist")
|
88
|
-
@provider.stub
|
89
|
+
@provider.stub(:shell_out!)
|
89
90
|
@provider.modify_group_members
|
90
91
|
end
|
91
92
|
|
@@ -48,7 +48,7 @@ describe Chef::Provider::Group::Groupadd, "set_options" do
|
|
48
48
|
@provider.set_options
|
49
49
|
end
|
50
50
|
it "should set the option for #{attribute} if the new resources #{attribute} is not null" do
|
51
|
-
@new_resource.stub
|
51
|
+
@new_resource.stub(attribute).and_return("wowaweea")
|
52
52
|
@provider.set_options.should eql(" #{option} '#{@new_resource.send(attribute)}' #{@new_resource.group_name}")
|
53
53
|
end
|
54
54
|
end
|
@@ -56,7 +56,7 @@ describe Chef::Provider::Group::Groupadd, "set_options" do
|
|
56
56
|
it "should combine all the possible options" do
|
57
57
|
match_string = ""
|
58
58
|
field_list.sort{ |a,b| a[0] <=> b[0] }.each do |attribute, option|
|
59
|
-
@new_resource.stub
|
59
|
+
@new_resource.stub(attribute).and_return("hola")
|
60
60
|
match_string << " #{option} 'hola'"
|
61
61
|
end
|
62
62
|
match_string << " aj"
|
@@ -93,10 +93,10 @@ describe Chef::Provider::Group::Groupadd, "create_group" do
|
|
93
93
|
@node = Chef::Node.new
|
94
94
|
@new_resource = Chef::Resource::Group.new("aj")
|
95
95
|
@provider = Chef::Provider::Group::Groupadd.new(@node, @new_resource)
|
96
|
-
@provider.stub
|
97
|
-
@provider.stub
|
98
|
-
@provider.stub
|
99
|
-
@provider.stub
|
96
|
+
@provider.stub(:run_command).and_return(true)
|
97
|
+
@provider.stub(:set_options).and_return(" monkey")
|
98
|
+
@provider.stub(:groupadd_options).and_return("")
|
99
|
+
@provider.stub(:modify_group_members).and_return(true)
|
100
100
|
end
|
101
101
|
|
102
102
|
it "should run groupadd with the return of set_options" do
|
@@ -117,14 +117,14 @@ describe Chef::Provider::Group::Groupadd do
|
|
117
117
|
@run_context = Chef::RunContext.new(@node, {}, @events)
|
118
118
|
@new_resource = Chef::Resource::Group.new("aj")
|
119
119
|
@provider = Chef::Provider::Group::Groupadd.new(@new_resource, @run_context)
|
120
|
-
@provider.stub
|
121
|
-
@provider.stub
|
120
|
+
@provider.stub(:run_command).and_return(true)
|
121
|
+
@provider.stub(:set_options).and_return(" monkey")
|
122
122
|
end
|
123
123
|
|
124
124
|
describe "manage group" do
|
125
125
|
|
126
126
|
it "should run groupmod with the return of set_options" do
|
127
|
-
@provider.stub
|
127
|
+
@provider.stub(:modify_group_members).and_return(true)
|
128
128
|
@provider.should_receive(:run_command).with({ :command => "groupmod monkey" }).and_return(true)
|
129
129
|
@provider.manage_group
|
130
130
|
end
|
@@ -151,7 +151,7 @@ describe Chef::Provider::Group::Groupadd do
|
|
151
151
|
|
152
152
|
describe "load_current_resource" do
|
153
153
|
before do
|
154
|
-
File.stub
|
154
|
+
File.stub(:exists?).and_return(false)
|
155
155
|
@provider.define_resource_requirements
|
156
156
|
end
|
157
157
|
it "should raise an error if the required binary /usr/sbin/groupadd doesn't exist" do
|
@@ -43,8 +43,8 @@ describe Chef::Provider::Group::Groupmod do
|
|
43
43
|
end
|
44
44
|
|
45
45
|
it "shouldn't raise an error if the required binaries exist" do
|
46
|
-
File.stub
|
47
|
-
lambda { @provider.load_current_resource }.should_not raise_error
|
46
|
+
File.stub(:exists?).and_return(true)
|
47
|
+
lambda { @provider.load_current_resource }.should_not raise_error
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
@@ -89,7 +89,7 @@ describe Chef::Provider::Group::Groupmod do
|
|
89
89
|
end
|
90
90
|
|
91
91
|
it "updates group membership correctly" do
|
92
|
-
Chef::Log.stub
|
92
|
+
Chef::Log.stub(:debug)
|
93
93
|
@provider.should_receive(:shell_out!).with("group mod -n wheel_bak wheel")
|
94
94
|
@provider.should_receive(:shell_out!).with("user mod -G wheel lobster")
|
95
95
|
@provider.should_receive(:shell_out!).with("group add -g '123' -o wheel")
|
@@ -77,8 +77,8 @@ describe Chef::Provider::Group::Pw do
|
|
77
77
|
|
78
78
|
describe "with an empty members array in both the new and current resource" do
|
79
79
|
before do
|
80
|
-
@new_resource.stub
|
81
|
-
@current_resource.stub
|
80
|
+
@new_resource.stub(:members).and_return([])
|
81
|
+
@current_resource.stub(:members).and_return([])
|
82
82
|
end
|
83
83
|
|
84
84
|
it "should set no options" do
|
@@ -88,8 +88,8 @@ describe Chef::Provider::Group::Pw do
|
|
88
88
|
|
89
89
|
describe "with an empty members array in the new resource and existing members in the current resource" do
|
90
90
|
before do
|
91
|
-
@new_resource.stub
|
92
|
-
@current_resource.stub
|
91
|
+
@new_resource.stub(:members).and_return([])
|
92
|
+
@current_resource.stub(:members).and_return(["all", "your", "base"])
|
93
93
|
end
|
94
94
|
|
95
95
|
it "should log an appropriate message" do
|
@@ -104,8 +104,8 @@ describe Chef::Provider::Group::Pw do
|
|
104
104
|
|
105
105
|
describe "with supplied members array in the new resource and an empty members array in the current resource" do
|
106
106
|
before do
|
107
|
-
@new_resource.stub
|
108
|
-
@current_resource.stub
|
107
|
+
@new_resource.stub(:members).and_return(["all", "your", "base"])
|
108
|
+
@current_resource.stub(:members).and_return([])
|
109
109
|
end
|
110
110
|
|
111
111
|
it "should log an appropriate debug message" do
|
@@ -121,6 +121,7 @@ describe Chef::Provider::Group::Pw do
|
|
121
121
|
|
122
122
|
describe"load_current_resource" do
|
123
123
|
before (:each) do
|
124
|
+
@provider.action = :create
|
124
125
|
@provider.load_current_resource
|
125
126
|
@provider.define_resource_requirements
|
126
127
|
end
|
@@ -130,8 +131,8 @@ describe Chef::Provider::Group::Pw do
|
|
130
131
|
end
|
131
132
|
|
132
133
|
it "shouldn't raise an error if /usr/sbin/pw exists" do
|
133
|
-
File.stub
|
134
|
-
lambda { @provider.process_resource_requirements }.should_not raise_error
|
134
|
+
File.stub(:exists?).and_return(true)
|
135
|
+
lambda { @provider.process_resource_requirements }.should_not raise_error
|
135
136
|
end
|
136
137
|
end
|
137
138
|
end
|
@@ -27,15 +27,15 @@ describe Chef::Provider::Group::Usermod do
|
|
27
27
|
@new_resource.members [ "all", "your", "base" ]
|
28
28
|
@new_resource.excluded_members [ ]
|
29
29
|
@provider = Chef::Provider::Group::Usermod.new(@new_resource, @run_context)
|
30
|
-
@provider.stub
|
30
|
+
@provider.stub(:run_command)
|
31
31
|
end
|
32
32
|
|
33
33
|
describe "modify_group_members" do
|
34
34
|
|
35
35
|
describe "with an empty members array" do
|
36
36
|
before do
|
37
|
-
@new_resource.stub
|
38
|
-
@new_resource.stub
|
37
|
+
@new_resource.stub(:append).and_return(true)
|
38
|
+
@new_resource.stub(:members).and_return([])
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should log an appropriate message" do
|
@@ -55,8 +55,8 @@ describe Chef::Provider::Group::Usermod do
|
|
55
55
|
}
|
56
56
|
|
57
57
|
before do
|
58
|
-
@new_resource.stub
|
59
|
-
File.stub
|
58
|
+
@new_resource.stub(:members).and_return(["all", "your", "base"])
|
59
|
+
File.stub(:exists?).and_return(true)
|
60
60
|
end
|
61
61
|
|
62
62
|
it "should raise an error when setting the entire group directly" do
|
@@ -72,8 +72,8 @@ describe Chef::Provider::Group::Usermod do
|
|
72
72
|
@provider.load_current_resource
|
73
73
|
@provider.instance_variable_set("@group_exists", true)
|
74
74
|
@provider.action = :modify
|
75
|
-
@new_resource.stub
|
76
|
-
@new_resource.stub
|
75
|
+
@new_resource.stub(:append).and_return(true)
|
76
|
+
@new_resource.stub(:excluded_members).and_return(["someone"])
|
77
77
|
lambda { @provider.run_action(@provider.process_resource_requirements) }.should raise_error(Chef::Exceptions::Group, "excluded_members is not supported by #{@provider.to_s}")
|
78
78
|
end
|
79
79
|
|
@@ -83,7 +83,7 @@ describe Chef::Provider::Group::Usermod do
|
|
83
83
|
current_resource.members([ ])
|
84
84
|
@provider.current_resource = current_resource
|
85
85
|
@node.automatic_attrs[:platform] = platform
|
86
|
-
@new_resource.stub
|
86
|
+
@new_resource.stub(:append).and_return(true)
|
87
87
|
@provider.should_receive(:shell_out!).with("usermod #{flags} wheel all")
|
88
88
|
@provider.should_receive(:shell_out!).with("usermod #{flags} wheel your")
|
89
89
|
@provider.should_receive(:shell_out!).with("usermod #{flags} wheel base")
|
@@ -95,19 +95,20 @@ describe Chef::Provider::Group::Usermod do
|
|
95
95
|
|
96
96
|
describe "when loading the current resource" do
|
97
97
|
before(:each) do
|
98
|
-
File.stub
|
98
|
+
File.stub(:exists?).and_return(false)
|
99
|
+
@provider.action = :create
|
99
100
|
@provider.define_resource_requirements
|
100
101
|
end
|
101
102
|
|
102
103
|
it "should raise an error if the required binary /usr/sbin/usermod doesn't exist" do
|
103
|
-
File.stub
|
104
|
+
File.stub(:exists?).and_return(true)
|
104
105
|
File.should_receive(:exists?).with("/usr/sbin/usermod").and_return(false)
|
105
106
|
lambda { @provider.process_resource_requirements }.should raise_error(Chef::Exceptions::Group)
|
106
107
|
end
|
107
108
|
|
108
109
|
it "shouldn't raise an error if the required binaries exist" do
|
109
|
-
File.stub
|
110
|
-
lambda { @provider.process_resource_requirements }.should_not raise_error
|
110
|
+
File.stub(:exists?).and_return(true)
|
111
|
+
lambda { @provider.process_resource_requirements }.should_not raise_error
|
111
112
|
end
|
112
113
|
end
|
113
114
|
end
|
@@ -33,8 +33,8 @@ describe Chef::Provider::Group::Windows do
|
|
33
33
|
@events = Chef::EventDispatch::Dispatcher.new
|
34
34
|
@run_context = Chef::RunContext.new(@node, {}, @events)
|
35
35
|
@new_resource = Chef::Resource::Group.new("staff")
|
36
|
-
@net_group =
|
37
|
-
Chef::Util::Windows::NetGroup.stub
|
36
|
+
@net_group = double("Chef::Util::Windows::NetGroup")
|
37
|
+
Chef::Util::Windows::NetGroup.stub(:new).and_return(@net_group)
|
38
38
|
@provider = Chef::Provider::Group::Windows.new(@new_resource, @run_context)
|
39
39
|
end
|
40
40
|
|
@@ -52,21 +52,21 @@ describe Chef::Provider::Group::Windows do
|
|
52
52
|
@current_resource = Chef::Resource::Group.new("staff")
|
53
53
|
@current_resource.members [ "all", "your", "base" ]
|
54
54
|
|
55
|
-
Chef::Util::Windows::NetGroup.stub
|
56
|
-
@net_group.stub
|
57
|
-
@net_group.stub
|
55
|
+
Chef::Util::Windows::NetGroup.stub(:new).and_return(@net_group)
|
56
|
+
@net_group.stub(:local_add_members)
|
57
|
+
@net_group.stub(:local_set_members)
|
58
58
|
@provider.stub(:local_group_name_to_sid)
|
59
59
|
@provider.current_resource = @current_resource
|
60
60
|
end
|
61
61
|
|
62
62
|
it "should call @net_group.local_set_members" do
|
63
|
-
@new_resource.stub
|
63
|
+
@new_resource.stub(:append).and_return(false)
|
64
64
|
@net_group.should_receive(:local_set_members).with(@new_resource.members)
|
65
65
|
@provider.manage_group
|
66
66
|
end
|
67
67
|
|
68
68
|
it "should call @net_group.local_add_members" do
|
69
|
-
@new_resource.stub
|
69
|
+
@new_resource.stub(:append).and_return(true)
|
70
70
|
@net_group.should_receive(:local_add_members).with(@new_resource.members)
|
71
71
|
@provider.manage_group
|
72
72
|
end
|
@@ -75,8 +75,8 @@ describe Chef::Provider::Group::Windows do
|
|
75
75
|
|
76
76
|
describe "remove_group" do
|
77
77
|
before do
|
78
|
-
Chef::Util::Windows::NetGroup.stub
|
79
|
-
@provider.stub
|
78
|
+
Chef::Util::Windows::NetGroup.stub(:new).and_return(@net_group)
|
79
|
+
@provider.stub(:run_command).and_return(true)
|
80
80
|
end
|
81
81
|
|
82
82
|
it "should call @net_group.local_delete" do
|
@@ -36,12 +36,12 @@ describe Chef::Provider::User do
|
|
36
36
|
|
37
37
|
@provider.current_resource = @current_resource
|
38
38
|
|
39
|
-
@pw_group =
|
39
|
+
@pw_group = double("Struct::Group",
|
40
40
|
:name => "wheel",
|
41
41
|
:gid => 20,
|
42
42
|
:mem => [ "root", "aj" ]
|
43
43
|
)
|
44
|
-
Etc.stub
|
44
|
+
Etc.stub(:getgrnam).with('wheel').and_return(@pw_group)
|
45
45
|
end
|
46
46
|
|
47
47
|
it "assumes the group exists by default" do
|
@@ -74,7 +74,7 @@ describe Chef::Provider::User do
|
|
74
74
|
end
|
75
75
|
|
76
76
|
it "should flip the value of exists if it cannot be found in /etc/group" do
|
77
|
-
Etc.stub
|
77
|
+
Etc.stub(:getgrnam).and_raise(ArgumentError)
|
78
78
|
@provider.load_current_resource
|
79
79
|
@provider.group_exists.should be_false
|
80
80
|
end
|
@@ -87,7 +87,7 @@ describe Chef::Provider::User do
|
|
87
87
|
describe "when determining if the system is already in the target state" do
|
88
88
|
[ :gid, :members ].each do |attribute|
|
89
89
|
it "should return true if #{attribute} doesn't match" do
|
90
|
-
@current_resource.stub
|
90
|
+
@current_resource.stub(attribute).and_return("looooooooooooooooooool")
|
91
91
|
@provider.compare_group.should be_true
|
92
92
|
end
|
93
93
|
end
|
@@ -98,26 +98,26 @@ describe Chef::Provider::User do
|
|
98
98
|
|
99
99
|
it "should return false if append is true and the group member(s) already exists" do
|
100
100
|
@current_resource.members << "extra_user"
|
101
|
-
@new_resource.stub
|
101
|
+
@new_resource.stub(:append).and_return(true)
|
102
102
|
@provider.compare_group.should be_false
|
103
103
|
end
|
104
104
|
|
105
105
|
it "should return true if append is true and the group member(s) do not already exist" do
|
106
106
|
@new_resource.members << "extra_user"
|
107
|
-
@new_resource.stub
|
107
|
+
@new_resource.stub(:append).and_return(true)
|
108
108
|
@provider.compare_group.should be_true
|
109
109
|
end
|
110
110
|
|
111
111
|
it "should return false if append is true and excluded_members include a non existing member" do
|
112
112
|
@new_resource.excluded_members << "extra_user"
|
113
|
-
@new_resource.stub
|
113
|
+
@new_resource.stub(:append).and_return(true)
|
114
114
|
@provider.compare_group.should be_false
|
115
115
|
end
|
116
116
|
|
117
117
|
it "should return true if the append is true and excluded_members include an existing user" do
|
118
118
|
@new_resource.members.each {|m| @new_resource.excluded_members << m }
|
119
119
|
@new_resource.members.clear
|
120
|
-
@new_resource.stub
|
120
|
+
@new_resource.stub(:append).and_return(true)
|
121
121
|
@provider.compare_group.should be_true
|
122
122
|
end
|
123
123
|
|
@@ -132,32 +132,32 @@ describe Chef::Provider::User do
|
|
132
132
|
|
133
133
|
it "should set the new_resources updated flag when it creates the group" do
|
134
134
|
@provider.group_exists = false
|
135
|
-
@provider.stub
|
135
|
+
@provider.stub(:create_group)
|
136
136
|
@provider.run_action(:create)
|
137
137
|
@provider.new_resource.should be_updated
|
138
138
|
end
|
139
139
|
|
140
140
|
it "should check to see if the group has mismatched attributes if the group exists" do
|
141
141
|
@provider.group_exists = true
|
142
|
-
@provider.stub
|
143
|
-
@provider.stub
|
142
|
+
@provider.stub(:compare_group).and_return(false)
|
143
|
+
@provider.stub(:change_desc).and_return([ ])
|
144
144
|
@provider.run_action(:create)
|
145
145
|
@provider.new_resource.should_not be_updated
|
146
146
|
end
|
147
147
|
|
148
148
|
it "should call manage_group if the group exists and has mismatched attributes" do
|
149
149
|
@provider.group_exists = true
|
150
|
-
@provider.stub
|
151
|
-
@provider.stub
|
150
|
+
@provider.stub(:compare_group).and_return(true)
|
151
|
+
@provider.stub(:change_desc).and_return([ ])
|
152
152
|
@provider.should_receive(:manage_group).and_return(true)
|
153
153
|
@provider.run_action(:create)
|
154
154
|
end
|
155
155
|
|
156
156
|
it "should set the new_resources updated flag when it creates the group if we call manage_group" do
|
157
157
|
@provider.group_exists = true
|
158
|
-
@provider.stub
|
159
|
-
@provider.stub
|
160
|
-
@provider.stub
|
158
|
+
@provider.stub(:compare_group).and_return(true)
|
159
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
160
|
+
@provider.stub(:manage_group).and_return(true)
|
161
161
|
@provider.run_action(:create)
|
162
162
|
@new_resource.should be_updated
|
163
163
|
end
|
@@ -183,20 +183,20 @@ describe Chef::Provider::User do
|
|
183
183
|
describe "when updating a group" do
|
184
184
|
before(:each) do
|
185
185
|
@provider.group_exists = true
|
186
|
-
@provider.stub
|
186
|
+
@provider.stub(:manage_group).and_return(true)
|
187
187
|
end
|
188
188
|
|
189
189
|
it "should run manage_group if the group exists and has mismatched attributes" do
|
190
190
|
@provider.should_receive(:compare_group).and_return(true)
|
191
|
-
@provider.stub
|
191
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
192
192
|
@provider.should_receive(:manage_group).and_return(true)
|
193
193
|
@provider.run_action(:manage)
|
194
194
|
end
|
195
195
|
|
196
196
|
it "should set the new resources updated flag to true if manage_group is called" do
|
197
|
-
@provider.stub
|
198
|
-
@provider.stub
|
199
|
-
@provider.stub
|
197
|
+
@provider.stub(:compare_group).and_return(true)
|
198
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
199
|
+
@provider.stub(:manage_group).and_return(true)
|
200
200
|
@provider.run_action(:manage)
|
201
201
|
@new_resource.should be_updated
|
202
202
|
end
|
@@ -209,7 +209,7 @@ describe Chef::Provider::User do
|
|
209
209
|
|
210
210
|
it "should not run manage_group if the group exists but has no differing attributes" do
|
211
211
|
@provider.should_receive(:compare_group).and_return(false)
|
212
|
-
@provider.stub
|
212
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
213
213
|
@provider.should_not_receive(:manage_group)
|
214
214
|
@provider.run_action(:manage)
|
215
215
|
end
|
@@ -218,27 +218,27 @@ describe Chef::Provider::User do
|
|
218
218
|
describe "when modifying the group" do
|
219
219
|
before(:each) do
|
220
220
|
@provider.group_exists = true
|
221
|
-
@provider.stub
|
221
|
+
@provider.stub(:manage_group).and_return(true)
|
222
222
|
end
|
223
223
|
|
224
224
|
it "should run manage_group if the group exists and has mismatched attributes" do
|
225
225
|
@provider.should_receive(:compare_group).and_return(true)
|
226
|
-
@provider.stub
|
226
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
227
227
|
@provider.should_receive(:manage_group).and_return(true)
|
228
228
|
@provider.run_action(:modify)
|
229
229
|
end
|
230
230
|
|
231
231
|
it "should set the new resources updated flag to true if manage_group is called" do
|
232
|
-
@provider.stub
|
233
|
-
@provider.stub
|
234
|
-
@provider.stub
|
232
|
+
@provider.stub(:compare_group).and_return(true)
|
233
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
234
|
+
@provider.stub(:manage_group).and_return(true)
|
235
235
|
@provider.run_action(:modify)
|
236
236
|
@new_resource.should be_updated
|
237
237
|
end
|
238
238
|
|
239
239
|
it "should not run manage_group if the group exists but has no differing attributes" do
|
240
240
|
@provider.should_receive(:compare_group).and_return(false)
|
241
|
-
@provider.stub
|
241
|
+
@provider.stub(:change_desc).and_return(["Some changes are going to be done."])
|
242
242
|
@provider.should_not_receive(:manage_group)
|
243
243
|
@provider.run_action(:modify)
|
244
244
|
end
|
@@ -253,20 +253,20 @@ describe Chef::Provider::User do
|
|
253
253
|
it "should report which group members are missing if members are missing and appending to the group" do
|
254
254
|
@new_resource.members << "user1"
|
255
255
|
@new_resource.members << "user2"
|
256
|
-
@new_resource.stub
|
256
|
+
@new_resource.stub(:append).and_return true
|
257
257
|
@provider.compare_group.should be_true
|
258
258
|
@provider.change_desc.should == [ "add missing member(s): user1, user2" ]
|
259
259
|
end
|
260
260
|
|
261
261
|
it "should report that the group members will be overwritten if not appending" do
|
262
262
|
@new_resource.members << "user1"
|
263
|
-
@new_resource.stub
|
263
|
+
@new_resource.stub(:append).and_return false
|
264
264
|
@provider.compare_group.should be_true
|
265
265
|
@provider.change_desc.should == [ "replace group members with new list of members" ]
|
266
266
|
end
|
267
267
|
|
268
268
|
it "should report the gid will be changed when it does not match" do
|
269
|
-
@current_resource.stub
|
269
|
+
@current_resource.stub(:gid).and_return("BADF00D")
|
270
270
|
@provider.compare_group.should be_true
|
271
271
|
@provider.change_desc.should == [ "change gid #{@current_resource.gid} to #{@new_resource.gid}" ]
|
272
272
|
|