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
@@ -28,7 +28,7 @@ describe Chef::Provider::Service do
|
|
28
28
|
|
29
29
|
@provider = Chef::Provider::Service.new(@new_resource, @run_context)
|
30
30
|
@provider.current_resource = @current_resource
|
31
|
-
@provider.stub
|
31
|
+
@provider.stub(:load_current_resource)
|
32
32
|
end
|
33
33
|
|
34
34
|
describe "when enabling the service" do
|
@@ -52,14 +52,14 @@ describe Chef::Provider::Service do
|
|
52
52
|
|
53
53
|
describe "when disabling the service" do
|
54
54
|
it "should disable the service if enabled and set the resource as updated" do
|
55
|
-
@current_resource.stub
|
55
|
+
@current_resource.stub(:enabled).and_return(true)
|
56
56
|
@provider.should_receive(:disable_service).and_return(true)
|
57
57
|
@provider.run_action(:disable)
|
58
58
|
@provider.new_resource.should be_updated
|
59
59
|
end
|
60
60
|
|
61
61
|
it "should not disable the service if already disabled" do
|
62
|
-
@current_resource.stub
|
62
|
+
@current_resource.stub(:enabled).and_return(false)
|
63
63
|
@provider.should_not_receive(:disable_service)
|
64
64
|
@provider.run_action(:disable)
|
65
65
|
@provider.new_resource.should_not be_updated
|
@@ -84,14 +84,14 @@ describe Chef::Provider::Service do
|
|
84
84
|
|
85
85
|
describe "action_stop" do
|
86
86
|
it "should stop the service if it is running and set the resource as updated" do
|
87
|
-
@current_resource.stub
|
87
|
+
@current_resource.stub(:running).and_return(true)
|
88
88
|
@provider.should_receive(:stop_service).and_return(true)
|
89
89
|
@provider.run_action(:stop)
|
90
90
|
@provider.new_resource.should be_updated
|
91
91
|
end
|
92
92
|
|
93
93
|
it "should not stop the service if it's already stopped" do
|
94
|
-
@current_resource.stub
|
94
|
+
@current_resource.stub(:running).and_return(false)
|
95
95
|
@provider.should_not_receive(:stop_service)
|
96
96
|
@provider.run_action(:stop)
|
97
97
|
@provider.new_resource.should_not be_updated
|
@@ -110,7 +110,7 @@ describe Chef::Provider::Service do
|
|
110
110
|
end
|
111
111
|
|
112
112
|
it "should restart the service even if it isn't running and set the resource as updated" do
|
113
|
-
@current_resource.stub
|
113
|
+
@current_resource.stub(:running).and_return(false)
|
114
114
|
@provider.should_receive(:restart_service).and_return(true)
|
115
115
|
@provider.run_action(:restart)
|
116
116
|
@provider.new_resource.should be_updated
|
@@ -124,19 +124,19 @@ describe Chef::Provider::Service do
|
|
124
124
|
|
125
125
|
it "should raise an exception if reload isn't supported" do
|
126
126
|
@new_resource.supports(:reload => false)
|
127
|
-
@new_resource.stub
|
127
|
+
@new_resource.stub(:reload_command).and_return(false)
|
128
128
|
lambda { @provider.run_action(:reload) }.should raise_error(Chef::Exceptions::UnsupportedAction)
|
129
129
|
end
|
130
130
|
|
131
131
|
it "should reload the service if it is running and set the resource as updated" do
|
132
|
-
@current_resource.stub
|
132
|
+
@current_resource.stub(:running).and_return(true)
|
133
133
|
@provider.should_receive(:reload_service).and_return(true)
|
134
134
|
@provider.run_action(:reload)
|
135
135
|
@provider.new_resource.should be_updated
|
136
136
|
end
|
137
137
|
|
138
138
|
it "should not reload the service if it's stopped" do
|
139
|
-
@current_resource.stub
|
139
|
+
@current_resource.stub(:running).and_return(false)
|
140
140
|
@provider.should_not_receive(:reload_service)
|
141
141
|
@provider.run_action(:stop)
|
142
142
|
@provider.new_resource.should_not be_updated
|
@@ -43,9 +43,9 @@ describe Chef::Provider::Subversion do
|
|
43
43
|
context "determining the revision of the currently deployed code" do
|
44
44
|
|
45
45
|
before do
|
46
|
-
@stdout =
|
47
|
-
@stderr =
|
48
|
-
@exitstatus =
|
46
|
+
@stdout = double("stdout")
|
47
|
+
@stderr = double("stderr")
|
48
|
+
@exitstatus = double("exitstatus")
|
49
49
|
end
|
50
50
|
|
51
51
|
it "sets the revision to nil if there isn't any deployed code yet" do
|
@@ -66,9 +66,9 @@ describe Chef::Provider::Subversion do
|
|
66
66
|
::File.should_receive(:exist?).at_least(1).times.with("/my/deploy/dir/.svn").and_return(true)
|
67
67
|
::File.should_receive(:directory?).with("/my/deploy/dir").and_return(true)
|
68
68
|
::Dir.should_receive(:chdir).with("/my/deploy/dir").and_yield
|
69
|
-
@stdout.stub
|
70
|
-
@stderr.stub
|
71
|
-
@exitstatus.stub
|
69
|
+
@stdout.stub(:string).and_return(example_svn_info)
|
70
|
+
@stderr.stub(:string).and_return("")
|
71
|
+
@exitstatus.stub(:exitstatus).and_return(0)
|
72
72
|
expected_command = ["svn info", {:cwd=>"/my/deploy/dir"}]
|
73
73
|
@provider.should_receive(:popen4).with(*expected_command).
|
74
74
|
and_yield("no-pid", "no-stdin", @stdout,@stderr).
|
@@ -81,9 +81,9 @@ describe Chef::Provider::Subversion do
|
|
81
81
|
::File.should_receive(:exist?).with("/my/deploy/dir/.svn").and_return(true)
|
82
82
|
::File.should_receive(:directory?).with("/my/deploy/dir").and_return(true)
|
83
83
|
::Dir.should_receive(:chdir).with("/my/deploy/dir").and_yield
|
84
|
-
@stdout.stub
|
85
|
-
@stderr.stub
|
86
|
-
@exitstatus.stub
|
84
|
+
@stdout.stub(:string).and_return(example_svn_info)
|
85
|
+
@stderr.stub(:string).and_return("")
|
86
|
+
@exitstatus.stub(:exitstatus).and_return(1)
|
87
87
|
@provider.should_receive(:popen4).and_yield("no-pid", "no-stdin", @stdout,@stderr).
|
88
88
|
and_return(@exitstatus)
|
89
89
|
@provider.find_current_revision.should be_nil
|
@@ -99,7 +99,7 @@ describe Chef::Provider::Subversion do
|
|
99
99
|
end
|
100
100
|
|
101
101
|
it "creates the current_resource object and sets its revision to the current deployment's revision as long as we're not exporting" do
|
102
|
-
@provider.stub
|
102
|
+
@provider.stub(:find_current_revision).and_return("11410")
|
103
103
|
@provider.new_resource.instance_variable_set :@action, [:checkout]
|
104
104
|
@provider.load_current_resource
|
105
105
|
@provider.current_resource.name.should eql(@resource.name)
|
@@ -109,8 +109,8 @@ describe Chef::Provider::Subversion do
|
|
109
109
|
context "resolving revisions to an integer" do
|
110
110
|
|
111
111
|
before do
|
112
|
-
@stdout =
|
113
|
-
@stderr =
|
112
|
+
@stdout = double("stdout")
|
113
|
+
@stderr = double("stderr")
|
114
114
|
@resource.svn_info_args "--no-auth-cache"
|
115
115
|
end
|
116
116
|
|
@@ -128,11 +128,11 @@ describe Chef::Provider::Subversion do
|
|
128
128
|
"Last Changed Author: codeninja\n" +
|
129
129
|
"Last Changed Rev: 11410\n" + # Last Changed Rev is preferred to Revision
|
130
130
|
"Last Changed Date: 2009-03-25 06:09:56 -0600 (Wed, 25 Mar 2009)\n\n"
|
131
|
-
exitstatus =
|
132
|
-
exitstatus.stub
|
131
|
+
exitstatus = double("exitstatus")
|
132
|
+
exitstatus.stub(:exitstatus).and_return(0)
|
133
133
|
@resource.revision "HEAD"
|
134
|
-
@stdout.stub
|
135
|
-
@stderr.stub
|
134
|
+
@stdout.stub(:string).and_return(example_svn_info)
|
135
|
+
@stderr.stub(:string).and_return("")
|
136
136
|
expected_command = ["svn info http://svn.example.org/trunk/ --no-auth-cache -rHEAD", {:cwd=>Dir.tmpdir}]
|
137
137
|
@provider.should_receive(:popen4).with(*expected_command).
|
138
138
|
and_yield("no-pid","no-stdin",@stdout,@stderr).
|
@@ -142,11 +142,11 @@ describe Chef::Provider::Subversion do
|
|
142
142
|
|
143
143
|
it "returns a helpful message if data from `svn info` can't be parsed" do
|
144
144
|
example_svn_info = "some random text from an error message\n"
|
145
|
-
exitstatus =
|
146
|
-
exitstatus.stub
|
145
|
+
exitstatus = double("exitstatus")
|
146
|
+
exitstatus.stub(:exitstatus).and_return(0)
|
147
147
|
@resource.revision "HEAD"
|
148
|
-
@stdout.stub
|
149
|
-
@stderr.stub
|
148
|
+
@stdout.stub(:string).and_return(example_svn_info)
|
149
|
+
@stderr.stub(:string).and_return("")
|
150
150
|
@provider.should_receive(:popen4).and_yield("no-pid","no-stdin",@stdout,@stderr).
|
151
151
|
and_return(exitstatus)
|
152
152
|
lambda {@provider.revision_int}.should raise_error(RuntimeError, "Could not parse `svn info` data: some random text from an error message")
|
@@ -197,7 +197,7 @@ describe Chef::Provider::Subversion do
|
|
197
197
|
end
|
198
198
|
|
199
199
|
it "runs an export with the --force option" do
|
200
|
-
::File.stub
|
200
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
201
201
|
expected_cmd = "svn export --force -q -r12345 http://svn.example.org/trunk/ /my/deploy/dir"
|
202
202
|
@provider.should_receive(:run_command).with(:command => expected_cmd)
|
203
203
|
@provider.run_action(:force_export)
|
@@ -205,7 +205,7 @@ describe Chef::Provider::Subversion do
|
|
205
205
|
end
|
206
206
|
|
207
207
|
it "runs the checkout command for action_checkout" do
|
208
|
-
::File.stub
|
208
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
209
209
|
expected_cmd = "svn checkout -q -r12345 http://svn.example.org/trunk/ /my/deploy/dir"
|
210
210
|
@provider.should_receive(:run_command).with(:command => expected_cmd)
|
211
211
|
@provider.run_action(:checkout)
|
@@ -217,17 +217,17 @@ describe Chef::Provider::Subversion do
|
|
217
217
|
end
|
218
218
|
|
219
219
|
it "should not checkout if the destination exists or is a non empty directory" do
|
220
|
-
::File.stub
|
221
|
-
::File.stub
|
222
|
-
::File.stub
|
223
|
-
::Dir.stub
|
220
|
+
::File.stub(:exist?).with("/my/deploy/dir/.svn").and_return(false)
|
221
|
+
::File.stub(:exist?).with("/my/deploy/dir").and_return(true)
|
222
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
223
|
+
::Dir.stub(:entries).with("/my/deploy/dir").and_return(['.','..','foo','bar'])
|
224
224
|
@provider.should_not_receive(:checkout_command)
|
225
225
|
@provider.run_action(:checkout)
|
226
226
|
@resource.should_not be_updated
|
227
227
|
end
|
228
228
|
|
229
229
|
it "runs commands with the user and group specified in the resource" do
|
230
|
-
::File.stub
|
230
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
231
231
|
@resource.user "whois"
|
232
232
|
@resource.group "thisis"
|
233
233
|
expected_cmd = "svn checkout -q -r12345 http://svn.example.org/trunk/ /my/deploy/dir"
|
@@ -237,24 +237,24 @@ describe Chef::Provider::Subversion do
|
|
237
237
|
end
|
238
238
|
|
239
239
|
it "does a checkout for action_sync if there's no deploy dir" do
|
240
|
-
::File.stub
|
240
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
241
241
|
::File.should_receive(:exist?).with("/my/deploy/dir/.svn").twice.and_return(false)
|
242
242
|
@provider.should_receive(:action_checkout)
|
243
243
|
@provider.run_action(:sync)
|
244
244
|
end
|
245
245
|
|
246
246
|
it "does a checkout for action_sync if the deploy dir exists but is empty" do
|
247
|
-
::File.stub
|
247
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
248
248
|
::File.should_receive(:exist?).with("/my/deploy/dir/.svn").twice.and_return(false)
|
249
249
|
@provider.should_receive(:action_checkout)
|
250
250
|
@provider.run_action(:sync)
|
251
251
|
end
|
252
252
|
|
253
253
|
it "runs the sync_command on action_sync if the deploy dir exists and isn't empty" do
|
254
|
-
::File.stub
|
254
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
255
255
|
::File.should_receive(:exist?).with("/my/deploy/dir/.svn").and_return(true)
|
256
|
-
@provider.stub
|
257
|
-
@provider.stub
|
256
|
+
@provider.stub(:find_current_revision).and_return("11410")
|
257
|
+
@provider.stub(:current_revision_matches_target_revision?).and_return(false)
|
258
258
|
expected_cmd = "svn update -q -r12345 /my/deploy/dir"
|
259
259
|
@provider.should_receive(:run_command).with(:command => expected_cmd)
|
260
260
|
@provider.run_action(:sync)
|
@@ -262,16 +262,16 @@ describe Chef::Provider::Subversion do
|
|
262
262
|
end
|
263
263
|
|
264
264
|
it "does not fetch any updates if the remote revision matches the current revision" do
|
265
|
-
::File.stub
|
265
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
266
266
|
::File.should_receive(:exist?).with("/my/deploy/dir/.svn").and_return(true)
|
267
|
-
@provider.stub
|
268
|
-
@provider.stub
|
267
|
+
@provider.stub(:find_current_revision).and_return('12345')
|
268
|
+
@provider.stub(:current_revision_matches_target_revision?).and_return(true)
|
269
269
|
@provider.run_action(:sync)
|
270
270
|
@resource.should_not be_updated
|
271
271
|
end
|
272
272
|
|
273
273
|
it "runs the export_command on action_export" do
|
274
|
-
::File.stub
|
274
|
+
::File.stub(:directory?).with("/my/deploy").and_return(true)
|
275
275
|
expected_cmd = "svn export --force -q -r12345 http://svn.example.org/trunk/ /my/deploy/dir"
|
276
276
|
@provider.should_receive(:run_command).with(:command => expected_cmd)
|
277
277
|
@provider.run_action(:export)
|
@@ -21,7 +21,7 @@ require 'spec_helper'
|
|
21
21
|
describe Chef::Provider::Template::Content do
|
22
22
|
|
23
23
|
let(:new_resource) do
|
24
|
-
|
24
|
+
double("Chef::Resource::Template (new)",
|
25
25
|
:cookbook_name => 'openldap',
|
26
26
|
:source => 'openldap_stuff.conf.erb',
|
27
27
|
:local => false,
|
@@ -41,11 +41,11 @@ describe Chef::Provider::Template::Content do
|
|
41
41
|
cl.load_cookbooks
|
42
42
|
cookbook_collection = Chef::CookbookCollection.new(cl)
|
43
43
|
node = Chef::Node.new
|
44
|
-
|
44
|
+
double("Chef::Resource::RunContext", :node => node, :cookbook_collection => cookbook_collection)
|
45
45
|
end
|
46
46
|
|
47
47
|
let(:content) do
|
48
|
-
current_resource =
|
48
|
+
current_resource = double("Chef::Resource::Template (current)")
|
49
49
|
Chef::Provider::Template::Content.new(new_resource, current_resource, run_context)
|
50
50
|
end
|
51
51
|
|
@@ -58,15 +58,15 @@ describe Chef::Provider::Template::Content do
|
|
58
58
|
end
|
59
59
|
|
60
60
|
it "finds the template file locally if it is local" do
|
61
|
-
new_resource.stub
|
62
|
-
new_resource.stub
|
61
|
+
new_resource.stub(:local).and_return(true)
|
62
|
+
new_resource.stub(:source).and_return('/tmp/its_on_disk.erb')
|
63
63
|
content.template_location.should == '/tmp/its_on_disk.erb'
|
64
64
|
end
|
65
65
|
|
66
66
|
it "should use the cookbook name if defined in the template resource" do
|
67
|
-
new_resource.stub
|
68
|
-
new_resource.stub
|
69
|
-
new_resource.stub
|
67
|
+
new_resource.stub(:cookbook_name).and_return('apache2')
|
68
|
+
new_resource.stub(:cookbook).and_return('openldap')
|
69
|
+
new_resource.stub(:source).and_return("test.erb")
|
70
70
|
content.template_location.should == CHEF_SPEC_DATA + '/cookbooks/openldap/templates/default/test.erb'
|
71
71
|
end
|
72
72
|
|
@@ -50,7 +50,7 @@ describe Chef::Provider::Template do
|
|
50
50
|
end
|
51
51
|
|
52
52
|
let(:content) do
|
53
|
-
content =
|
53
|
+
content = double('Chef::Provider::File::Content::Template', :template_location => "/foo/bar/baz")
|
54
54
|
File.stub(:exists?).with("/foo/bar/baz").and_return(true)
|
55
55
|
content
|
56
56
|
end
|
@@ -64,7 +64,7 @@ describe Chef::Provider::User::Dscl do
|
|
64
64
|
|
65
65
|
describe "get_free_uid" do
|
66
66
|
before do
|
67
|
-
@provider.stub
|
67
|
+
@provider.stub(:safe_dscl).and_return("\nwheel 200\nstaff 201\n")
|
68
68
|
end
|
69
69
|
|
70
70
|
it "should run safe_dscl with list /Users uid" do
|
@@ -84,7 +84,7 @@ describe Chef::Provider::User::Dscl do
|
|
84
84
|
|
85
85
|
describe "uid_used?" do
|
86
86
|
before do
|
87
|
-
@provider.stub
|
87
|
+
@provider.stub(:safe_dscl).and_return("\naj 500\n")
|
88
88
|
end
|
89
89
|
|
90
90
|
it "should run safe_dscl with list /Users uid" do
|
@@ -107,7 +107,7 @@ describe Chef::Provider::User::Dscl do
|
|
107
107
|
|
108
108
|
describe "when determining the uid to set" do
|
109
109
|
it "raises RequestedUIDUnavailable if the requested uid is already in use" do
|
110
|
-
@provider.stub
|
110
|
+
@provider.stub(:uid_used?).and_return(true)
|
111
111
|
@provider.should_receive(:get_free_uid).and_return(501)
|
112
112
|
lambda { @provider.set_uid }.should raise_error(Chef::Exceptions::RequestedUIDUnavailable)
|
113
113
|
end
|
@@ -156,8 +156,8 @@ describe Chef::Provider::User::Dscl do
|
|
156
156
|
current_home_files = [current_home + '/my-dot-emacs', current_home + '/my-dot-vim']
|
157
157
|
@current_resource.home(current_home)
|
158
158
|
@new_resource.gid(23)
|
159
|
-
::File.stub
|
160
|
-
::File.stub
|
159
|
+
::File.stub(:exists?).with('/old/home/toor').and_return(true)
|
160
|
+
::File.stub(:exists?).with('/Users/toor').and_return(true)
|
161
161
|
|
162
162
|
FileUtils.should_receive(:mkdir_p).with('/Users/toor').and_return(true)
|
163
163
|
FileUtils.should_receive(:rmdir).with(current_home)
|
@@ -170,7 +170,7 @@ describe Chef::Provider::User::Dscl do
|
|
170
170
|
end
|
171
171
|
|
172
172
|
it "should raise an exception when the systems user template dir (skel) cannot be found" do
|
173
|
-
::File.stub
|
173
|
+
::File.stub(:exists?).and_return(false,false,false)
|
174
174
|
lambda { @provider.modify_home }.should raise_error(Chef::Exceptions::User)
|
175
175
|
end
|
176
176
|
|
@@ -284,7 +284,7 @@ describe Chef::Provider::User::Dscl do
|
|
284
284
|
uuid = "B398449E-CEE0-45E0-80F8-B0B5B1BFDEAA"
|
285
285
|
File.should_receive(:open).with('/var/db/shadow/hash/B398449E-CEE0-45E0-80F8-B0B5B1BFDEAA', "w", 384).and_yield(@output)
|
286
286
|
@new_resource.password("password")
|
287
|
-
OpenSSL::Random.stub
|
287
|
+
OpenSSL::Random.stub(:random_bytes).and_return("\377\377\377\377\377\377\377\377")
|
288
288
|
expected_salted_sha1 = "F"*8+"SHA1-"*8
|
289
289
|
expected_shadow_hash = "00000000"*155
|
290
290
|
expected_shadow_hash[168] = expected_salted_sha1
|
@@ -324,8 +324,8 @@ describe Chef::Provider::User::Dscl do
|
|
324
324
|
end
|
325
325
|
|
326
326
|
it "shouldn't raise an error if /usr/bin/dscl exists" do
|
327
|
-
::File.stub
|
328
|
-
lambda { @provider.load_current_resource }.should_not raise_error
|
327
|
+
::File.stub(:exists?).and_return(true)
|
328
|
+
lambda { @provider.load_current_resource }.should_not raise_error
|
329
329
|
end
|
330
330
|
end
|
331
331
|
|
@@ -62,13 +62,13 @@ describe Chef::Provider::User::Pw do
|
|
62
62
|
end
|
63
63
|
|
64
64
|
it "should set the option for #{attribute} if the new resources #{attribute} is not null" do
|
65
|
-
@new_resource.stub
|
65
|
+
@new_resource.stub(attribute).and_return("hola")
|
66
66
|
@provider.set_options.should eql(" #{@new_resource.username} #{option} '#{@new_resource.send(attribute)}' -m")
|
67
67
|
end
|
68
68
|
|
69
69
|
it "should set the option for #{attribute} if the new resources #{attribute} is not null, without homedir management" do
|
70
|
-
@new_resource.stub
|
71
|
-
@new_resource.stub
|
70
|
+
@new_resource.stub(:supports).and_return({:manage_home => false})
|
71
|
+
@new_resource.stub(attribute).and_return("hola")
|
72
72
|
@provider.set_options.should eql(" #{@new_resource.username} #{option} '#{@new_resource.send(attribute)}'")
|
73
73
|
end
|
74
74
|
end
|
@@ -76,7 +76,7 @@ describe Chef::Provider::User::Pw do
|
|
76
76
|
it "should combine all the possible options" do
|
77
77
|
match_string = " adam"
|
78
78
|
field_list.sort{ |a,b| a[0] <=> b[0] }.each do |attribute, option|
|
79
|
-
@new_resource.stub
|
79
|
+
@new_resource.stub(attribute).and_return("hola")
|
80
80
|
match_string << " #{option} 'hola'"
|
81
81
|
end
|
82
82
|
match_string << " -m"
|
@@ -86,8 +86,8 @@ describe Chef::Provider::User::Pw do
|
|
86
86
|
|
87
87
|
describe "create_user" do
|
88
88
|
before(:each) do
|
89
|
-
@provider.stub
|
90
|
-
@provider.stub
|
89
|
+
@provider.stub(:run_command).and_return(true)
|
90
|
+
@provider.stub(:modify_password).and_return(true)
|
91
91
|
end
|
92
92
|
|
93
93
|
it "should run pw useradd with the return of set_options" do
|
@@ -103,8 +103,8 @@ describe Chef::Provider::User::Pw do
|
|
103
103
|
|
104
104
|
describe "manage_user" do
|
105
105
|
before(:each) do
|
106
|
-
@provider.stub
|
107
|
-
@provider.stub
|
106
|
+
@provider.stub(:run_command).and_return(true)
|
107
|
+
@provider.stub(:modify_password).and_return(true)
|
108
108
|
end
|
109
109
|
|
110
110
|
it "should run pw usermod with the return of set_options" do
|
@@ -133,12 +133,12 @@ describe Chef::Provider::User::Pw do
|
|
133
133
|
|
134
134
|
describe "determining if the user is locked" do
|
135
135
|
it "should return true if user is locked" do
|
136
|
-
@current_resource.stub
|
136
|
+
@current_resource.stub(:password).and_return("*LOCKED*abracadabra")
|
137
137
|
@provider.check_lock.should eql(true)
|
138
138
|
end
|
139
139
|
|
140
140
|
it "should return false if user is not locked" do
|
141
|
-
@current_resource.stub
|
141
|
+
@current_resource.stub(:password).and_return("abracadabra")
|
142
142
|
@provider.check_lock.should eql(false)
|
143
143
|
end
|
144
144
|
end
|
@@ -159,8 +159,8 @@ describe Chef::Provider::User::Pw do
|
|
159
159
|
|
160
160
|
describe "when modifying the password" do
|
161
161
|
before(:each) do
|
162
|
-
@status =
|
163
|
-
@provider.stub
|
162
|
+
@status = double("Status", :exitstatus => 0)
|
163
|
+
@provider.stub(:popen4).and_return(@status)
|
164
164
|
@pid, @stdin, @stdout, @stderr = nil, nil, nil, nil
|
165
165
|
end
|
166
166
|
|
@@ -172,8 +172,8 @@ describe Chef::Provider::User::Pw do
|
|
172
172
|
|
173
173
|
describe "and the passwords are identical" do
|
174
174
|
before(:each) do
|
175
|
-
@new_resource.stub
|
176
|
-
@current_resource.stub
|
175
|
+
@new_resource.stub(:password).and_return("abracadabra")
|
176
|
+
@current_resource.stub(:password).and_return("abracadabra")
|
177
177
|
end
|
178
178
|
|
179
179
|
it "logs an appropriate message" do
|
@@ -184,8 +184,8 @@ describe Chef::Provider::User::Pw do
|
|
184
184
|
|
185
185
|
describe "and the passwords are different" do
|
186
186
|
before(:each) do
|
187
|
-
@new_resource.stub
|
188
|
-
@current_resource.stub
|
187
|
+
@new_resource.stub(:password).and_return("abracadabra")
|
188
|
+
@current_resource.stub(:password).and_return("sesame")
|
189
189
|
end
|
190
190
|
|
191
191
|
it "should log an appropriate message" do
|
@@ -200,7 +200,7 @@ describe Chef::Provider::User::Pw do
|
|
200
200
|
|
201
201
|
it "should send the new password to the stdin of pw usermod" do
|
202
202
|
@stdin = StringIO.new
|
203
|
-
@provider.stub
|
203
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
204
204
|
@provider.modify_password
|
205
205
|
@stdin.string.should == "abracadabra\n"
|
206
206
|
end
|
@@ -212,7 +212,7 @@ describe Chef::Provider::User::Pw do
|
|
212
212
|
|
213
213
|
it "should not raise an exception if pw usermod succeeds" do
|
214
214
|
@status.should_receive(:exitstatus).and_return(0)
|
215
|
-
lambda { @provider.modify_password }.should_not raise_error
|
215
|
+
lambda { @provider.modify_password }.should_not raise_error
|
216
216
|
end
|
217
217
|
end
|
218
218
|
end
|
@@ -228,8 +228,8 @@ describe Chef::Provider::User::Pw do
|
|
228
228
|
end
|
229
229
|
|
230
230
|
it "shouldn't raise an error if /usr/sbin/pw exists" do
|
231
|
-
File.stub
|
232
|
-
lambda { @provider.load_current_resource }.should_not raise_error
|
231
|
+
File.stub(:exists?).and_return(true)
|
232
|
+
lambda { @provider.load_current_resource }.should_not raise_error
|
233
233
|
end
|
234
234
|
end
|
235
235
|
end
|