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
@@ -44,8 +44,8 @@ describe Chef::Provider::HttpRequest do
|
|
44
44
|
before(:each) do
|
45
45
|
# run_action(x) forces load_current_resource to run;
|
46
46
|
# that would overwrite our supplied mock Chef::Rest # object
|
47
|
-
@provider.stub
|
48
|
-
@http =
|
47
|
+
@provider.stub(:load_current_resource).and_return(true)
|
48
|
+
@http = double("Chef::REST")
|
49
49
|
@provider.http = @http
|
50
50
|
end
|
51
51
|
|
@@ -73,7 +73,7 @@ describe Chef::Provider::HttpRequest do
|
|
73
73
|
end
|
74
74
|
|
75
75
|
it "should inflate a message block at runtime" do
|
76
|
-
@new_resource.stub
|
76
|
+
@new_resource.stub(:message).and_return(lambda { "return" })
|
77
77
|
@http.should_receive(:put).with("http://www.opscode.com/", "return", {})
|
78
78
|
@provider.run_action(:put)
|
79
79
|
@new_resource.should be_updated
|
@@ -67,7 +67,7 @@ IFCONFIG
|
|
67
67
|
|
68
68
|
it "should add an interface if it does not exist" do
|
69
69
|
@new_resource.device "en10"
|
70
|
-
@provider.stub
|
70
|
+
@provider.stub(:load_current_resource) do
|
71
71
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
72
72
|
@provider.instance_variable_set("@current_resource", Chef::Resource::Ifconfig.new("10.0.0.1", @run_context))
|
73
73
|
end
|
@@ -81,7 +81,7 @@ IFCONFIG
|
|
81
81
|
it "should raise exception if metric attribute is set" do
|
82
82
|
@new_resource.device "en0"
|
83
83
|
@new_resource.metric "1"
|
84
|
-
@provider.stub
|
84
|
+
@provider.stub(:load_current_resource) do
|
85
85
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
86
86
|
@provider.instance_variable_set("@current_resource", Chef::Resource::Ifconfig.new("10.0.0.1", @run_context))
|
87
87
|
end
|
@@ -93,7 +93,7 @@ IFCONFIG
|
|
93
93
|
describe "#action_enable" do
|
94
94
|
it "should enable an interface if it does not exist" do
|
95
95
|
@new_resource.device "en10"
|
96
|
-
@provider.stub
|
96
|
+
@provider.stub(:load_current_resource) do
|
97
97
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
98
98
|
@provider.instance_variable_set("@current_resource", Chef::Resource::Ifconfig.new("10.0.0.1", @run_context))
|
99
99
|
end
|
@@ -109,7 +109,7 @@ IFCONFIG
|
|
109
109
|
|
110
110
|
it "should not disable an interface if it does not exist" do
|
111
111
|
@new_resource.device "en10"
|
112
|
-
@provider.stub
|
112
|
+
@provider.stub(:load_current_resource) do
|
113
113
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
114
114
|
@provider.instance_variable_set("@current_resource", Chef::Resource::Ifconfig.new("10.0.0.1", @run_context))
|
115
115
|
end
|
@@ -123,7 +123,7 @@ IFCONFIG
|
|
123
123
|
context "interface exists" do
|
124
124
|
before do
|
125
125
|
@new_resource.device "en10"
|
126
|
-
@provider.stub
|
126
|
+
@provider.stub(:load_current_resource) do
|
127
127
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
128
128
|
current_resource = Chef::Resource::Ifconfig.new("10.0.0.1", @run_context)
|
129
129
|
current_resource.device @new_resource.device
|
@@ -146,7 +146,7 @@ IFCONFIG
|
|
146
146
|
|
147
147
|
it "should not delete an interface if it does not exist" do
|
148
148
|
@new_resource.device "en10"
|
149
|
-
@provider.stub
|
149
|
+
@provider.stub(:load_current_resource) do
|
150
150
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
151
151
|
@provider.instance_variable_set("@current_resource", Chef::Resource::Ifconfig.new("10.0.0.1", @run_context))
|
152
152
|
end
|
@@ -160,7 +160,7 @@ IFCONFIG
|
|
160
160
|
context "interface exists" do
|
161
161
|
before do
|
162
162
|
@new_resource.device "en10"
|
163
|
-
@provider.stub
|
163
|
+
@provider.stub(:load_current_resource) do
|
164
164
|
@provider.instance_variable_set("@status", double("Status", :exitstatus => 0))
|
165
165
|
current_resource = Chef::Resource::Ifconfig.new("10.0.0.1", @run_context)
|
166
166
|
current_resource.device @new_resource.device
|
@@ -34,11 +34,11 @@ describe Chef::Provider::Ifconfig::Debian do
|
|
34
34
|
@provider = Chef::Provider::Ifconfig::Debian.new(@new_resource, @run_context)
|
35
35
|
@current_resource = Chef::Resource::Ifconfig.new("10.0.0.1", @run_context)
|
36
36
|
|
37
|
-
status =
|
37
|
+
status = double("Status", :exitstatus => 0)
|
38
38
|
@provider.instance_variable_set("@status", status)
|
39
39
|
@provider.current_resource = @current_resource
|
40
|
-
@provider.stub
|
41
|
-
@provider.stub
|
40
|
+
@provider.stub(:load_current_resource)
|
41
|
+
@provider.stub(:run_command)
|
42
42
|
|
43
43
|
@config_filename_ifaces = "/etc/network/interfaces"
|
44
44
|
@config_filename_ifcfg = "/etc/network/interfaces.d/ifcfg-#{@new_resource.device}"
|
@@ -34,7 +34,7 @@ describe Chef::Provider::Ifconfig::Redhat do
|
|
34
34
|
@provider = Chef::Provider::Ifconfig::Redhat.new(@new_resource, @run_context)
|
35
35
|
@current_resource = Chef::Resource::Ifconfig.new("10.0.0.1", @run_context)
|
36
36
|
|
37
|
-
status =
|
37
|
+
status = double("Status", :exitstatus => 0)
|
38
38
|
@provider.instance_variable_set("@status", status)
|
39
39
|
@provider.current_resource = @current_resource
|
40
40
|
end
|
@@ -42,8 +42,8 @@ describe Chef::Provider::Ifconfig::Redhat do
|
|
42
42
|
describe "generate_config for action_add" do
|
43
43
|
|
44
44
|
it "should write network-script for centos" do
|
45
|
-
@provider.stub
|
46
|
-
@provider.stub
|
45
|
+
@provider.stub(:load_current_resource)
|
46
|
+
@provider.stub(:run_command)
|
47
47
|
config_filename = "/etc/sysconfig/network-scripts/ifcfg-#{@new_resource.device}"
|
48
48
|
config_file = StringIO.new
|
49
49
|
File.should_receive(:new).with(config_filename, "w").and_return(config_file)
|
@@ -59,8 +59,8 @@ describe Chef::Provider::Ifconfig::Redhat do
|
|
59
59
|
|
60
60
|
it "should delete network-script if it exists for centos" do
|
61
61
|
@current_resource.device @new_resource.device
|
62
|
-
@provider.stub
|
63
|
-
@provider.stub
|
62
|
+
@provider.stub(:load_current_resource)
|
63
|
+
@provider.stub(:run_command)
|
64
64
|
config_filename = "/etc/sysconfig/network-scripts/ifcfg-#{@new_resource.device}"
|
65
65
|
File.should_receive(:exist?).with(config_filename).and_return(true)
|
66
66
|
FileUtils.should_receive(:rm_f).with(config_filename, :verbose => false)
|
@@ -35,14 +35,14 @@ describe Chef::Provider::Ifconfig do
|
|
35
35
|
@provider = Chef::Provider::Ifconfig.new(@new_resource, @run_context)
|
36
36
|
@current_resource = Chef::Resource::Ifconfig.new("10.0.0.1", @run_context)
|
37
37
|
|
38
|
-
status =
|
38
|
+
status = double("Status", :exitstatus => 0)
|
39
39
|
@provider.instance_variable_set("@status", status)
|
40
40
|
@provider.current_resource = @current_resource
|
41
41
|
|
42
42
|
end
|
43
43
|
describe Chef::Provider::Ifconfig, "load_current_resource" do
|
44
44
|
before do
|
45
|
-
status =
|
45
|
+
status = double("Status", :exitstatus => 1)
|
46
46
|
@provider.should_receive(:popen4).and_return status
|
47
47
|
@provider.load_current_resource
|
48
48
|
end
|
@@ -57,8 +57,8 @@ describe Chef::Provider::Ifconfig do
|
|
57
57
|
describe Chef::Provider::Ifconfig, "action_add" do
|
58
58
|
|
59
59
|
it "should add an interface if it does not exist" do
|
60
|
-
#@provider.stub
|
61
|
-
@provider.stub
|
60
|
+
#@provider.stub(:run_command).and_return(true)
|
61
|
+
@provider.stub(:load_current_resource)
|
62
62
|
@current_resource.inet_addr nil
|
63
63
|
command = "ifconfig eth0 10.0.0.1 netmask 255.255.254.0 metric 1 mtu 1500"
|
64
64
|
@provider.should_receive(:run_command).with(:command => command)
|
@@ -69,7 +69,7 @@ describe Chef::Provider::Ifconfig do
|
|
69
69
|
end
|
70
70
|
|
71
71
|
it "should not add an interface if it already exists" do
|
72
|
-
@provider.stub
|
72
|
+
@provider.stub(:load_current_resource)
|
73
73
|
@provider.should_not_receive(:run_command)
|
74
74
|
@current_resource.inet_addr "10.0.0.1"
|
75
75
|
@provider.should_not_receive(:generate_config)
|
@@ -86,7 +86,7 @@ describe Chef::Provider::Ifconfig do
|
|
86
86
|
describe Chef::Provider::Ifconfig, "action_enable" do
|
87
87
|
|
88
88
|
it "should enable interface if does not exist" do
|
89
|
-
@provider.stub
|
89
|
+
@provider.stub(:load_current_resource)
|
90
90
|
@current_resource.inet_addr nil
|
91
91
|
command = "ifconfig eth0 10.0.0.1 netmask 255.255.254.0 metric 1 mtu 1500"
|
92
92
|
@provider.should_receive(:run_command).with(:command => command)
|
@@ -97,7 +97,7 @@ describe Chef::Provider::Ifconfig do
|
|
97
97
|
end
|
98
98
|
|
99
99
|
it "should not enable interface if it already exists" do
|
100
|
-
@provider.stub
|
100
|
+
@provider.stub(:load_current_resource)
|
101
101
|
@provider.should_not_receive(:run_command)
|
102
102
|
@current_resource.inet_addr "10.0.0.1"
|
103
103
|
@provider.should_not_receive(:generate_config)
|
@@ -110,7 +110,7 @@ describe Chef::Provider::Ifconfig do
|
|
110
110
|
describe Chef::Provider::Ifconfig, "action_delete" do
|
111
111
|
|
112
112
|
it "should delete interface if it exists" do
|
113
|
-
@provider.stub
|
113
|
+
@provider.stub(:load_current_resource)
|
114
114
|
@current_resource.device "eth0"
|
115
115
|
command = "ifconfig #{@new_resource.device} down"
|
116
116
|
@provider.should_receive(:run_command).with(:command => command)
|
@@ -121,7 +121,7 @@ describe Chef::Provider::Ifconfig do
|
|
121
121
|
end
|
122
122
|
|
123
123
|
it "should not delete interface if it does not exist" do
|
124
|
-
@provider.stub
|
124
|
+
@provider.stub(:load_current_resource)
|
125
125
|
@provider.should_not_receive(:run_command)
|
126
126
|
@provider.should_not_receive(:delete_config)
|
127
127
|
|
@@ -133,7 +133,7 @@ describe Chef::Provider::Ifconfig do
|
|
133
133
|
describe Chef::Provider::Ifconfig, "action_disable" do
|
134
134
|
|
135
135
|
it "should disable interface if it exists" do
|
136
|
-
@provider.stub
|
136
|
+
@provider.stub(:load_current_resource)
|
137
137
|
@current_resource.device "eth0"
|
138
138
|
command = "ifconfig #{@new_resource.device} down"
|
139
139
|
@provider.should_receive(:run_command).with(:command => command)
|
@@ -144,7 +144,7 @@ describe Chef::Provider::Ifconfig do
|
|
144
144
|
end
|
145
145
|
|
146
146
|
it "should not delete interface if it does not exist" do
|
147
|
-
@provider.stub
|
147
|
+
@provider.stub(:load_current_resource)
|
148
148
|
@provider.should_not_receive(:run_command)
|
149
149
|
@provider.should_not_receive(:delete_config)
|
150
150
|
|
@@ -156,7 +156,7 @@ describe Chef::Provider::Ifconfig do
|
|
156
156
|
describe Chef::Provider::Ifconfig, "action_delete" do
|
157
157
|
|
158
158
|
it "should delete interface of it exists" do
|
159
|
-
@provider.stub
|
159
|
+
@provider.stub(:load_current_resource)
|
160
160
|
@current_resource.device "eth0"
|
161
161
|
command = "ifconfig #{@new_resource.device} down"
|
162
162
|
@provider.should_receive(:run_command).with(:command => command)
|
@@ -168,7 +168,7 @@ describe Chef::Provider::Ifconfig do
|
|
168
168
|
|
169
169
|
it "should not delete interface if it does not exist" do
|
170
170
|
# This is so that our fake values do not get overwritten
|
171
|
-
@provider.stub
|
171
|
+
@provider.stub(:load_current_resource)
|
172
172
|
# This is so that nothing actually runs
|
173
173
|
@provider.should_not_receive(:run_command)
|
174
174
|
@provider.should_not_receive(:delete_config)
|
@@ -44,13 +44,13 @@ describe Chef::Resource::Link, :not_supported_on_win2k3 do
|
|
44
44
|
|
45
45
|
describe "when the target is a symlink" do
|
46
46
|
before(:each) do
|
47
|
-
lstat =
|
48
|
-
lstat.stub
|
49
|
-
lstat.stub
|
50
|
-
lstat.stub
|
51
|
-
File.stub
|
52
|
-
provider.file_class.stub
|
53
|
-
provider.file_class.stub
|
47
|
+
lstat = double("stats", :ino => 5)
|
48
|
+
lstat.stub(:uid).and_return(501)
|
49
|
+
lstat.stub(:gid).and_return(501)
|
50
|
+
lstat.stub(:mode).and_return(0777)
|
51
|
+
File.stub(:lstat).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(lstat)
|
52
|
+
provider.file_class.stub(:symlink?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(true)
|
53
|
+
provider.file_class.stub(:readlink).with("#{CHEF_SPEC_DATA}/fofile-link").and_return("#{CHEF_SPEC_DATA}/fofile")
|
54
54
|
end
|
55
55
|
|
56
56
|
describe "to a file that exists" do
|
@@ -95,9 +95,9 @@ describe Chef::Resource::Link, :not_supported_on_win2k3 do
|
|
95
95
|
|
96
96
|
describe "to a file that doesn't exist" do
|
97
97
|
before do
|
98
|
-
File.stub
|
99
|
-
provider.file_class.stub
|
100
|
-
provider.file_class.stub
|
98
|
+
File.stub(:exist?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(false)
|
99
|
+
provider.file_class.stub(:symlink?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(true)
|
100
|
+
provider.file_class.stub(:readlink).with("#{CHEF_SPEC_DATA}/fofile-link").and_return("#{CHEF_SPEC_DATA}/fofile")
|
101
101
|
new_resource.owner "501" # only loaded in current_resource if present in new
|
102
102
|
new_resource.group "501"
|
103
103
|
provider.load_current_resource
|
@@ -123,8 +123,8 @@ describe Chef::Resource::Link, :not_supported_on_win2k3 do
|
|
123
123
|
|
124
124
|
describe "when the target doesn't exist" do
|
125
125
|
before do
|
126
|
-
File.stub
|
127
|
-
provider.file_class.stub
|
126
|
+
File.stub(:exists?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(false)
|
127
|
+
provider.file_class.stub(:symlink?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(false)
|
128
128
|
provider.load_current_resource
|
129
129
|
end
|
130
130
|
|
@@ -144,19 +144,19 @@ describe Chef::Resource::Link, :not_supported_on_win2k3 do
|
|
144
144
|
|
145
145
|
describe "when the target is a regular old file" do
|
146
146
|
before do
|
147
|
-
stat =
|
148
|
-
stat.stub
|
149
|
-
stat.stub
|
150
|
-
stat.stub
|
151
|
-
provider.file_class.stub
|
152
|
-
|
153
|
-
File.stub
|
154
|
-
provider.file_class.stub
|
147
|
+
stat = double("stats", :ino => 5)
|
148
|
+
stat.stub(:uid).and_return(501)
|
149
|
+
stat.stub(:gid).and_return(501)
|
150
|
+
stat.stub(:mode).and_return(0755)
|
151
|
+
provider.file_class.stub(:stat).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(stat)
|
152
|
+
|
153
|
+
File.stub(:exists?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(true)
|
154
|
+
provider.file_class.stub(:symlink?).with("#{CHEF_SPEC_DATA}/fofile-link").and_return(false)
|
155
155
|
end
|
156
156
|
|
157
157
|
describe "and the source does not exist" do
|
158
158
|
before do
|
159
|
-
File.stub
|
159
|
+
File.stub(:exists?).with("#{CHEF_SPEC_DATA}/fofile").and_return(false)
|
160
160
|
provider.load_current_resource
|
161
161
|
end
|
162
162
|
|
@@ -176,14 +176,14 @@ describe Chef::Resource::Link, :not_supported_on_win2k3 do
|
|
176
176
|
|
177
177
|
describe "and the source exists" do
|
178
178
|
before do
|
179
|
-
stat =
|
180
|
-
stat.stub
|
181
|
-
stat.stub
|
182
|
-
stat.stub
|
179
|
+
stat = double("stats", :ino => 6)
|
180
|
+
stat.stub(:uid).and_return(502)
|
181
|
+
stat.stub(:gid).and_return(502)
|
182
|
+
stat.stub(:mode).and_return(0644)
|
183
183
|
|
184
|
-
provider.file_class.stub
|
184
|
+
provider.file_class.stub(:stat).with("#{CHEF_SPEC_DATA}/fofile").and_return(stat)
|
185
185
|
|
186
|
-
File.stub
|
186
|
+
File.stub(:exists?).with("#{CHEF_SPEC_DATA}/fofile").and_return(true)
|
187
187
|
provider.load_current_resource
|
188
188
|
end
|
189
189
|
|
@@ -203,14 +203,14 @@ describe Chef::Resource::Link, :not_supported_on_win2k3 do
|
|
203
203
|
|
204
204
|
describe "and is hardlinked to the source" do
|
205
205
|
before do
|
206
|
-
stat =
|
207
|
-
stat.stub
|
208
|
-
stat.stub
|
209
|
-
stat.stub
|
206
|
+
stat = double("stats", :ino => 5)
|
207
|
+
stat.stub(:uid).and_return(502)
|
208
|
+
stat.stub(:gid).and_return(502)
|
209
|
+
stat.stub(:mode).and_return(0644)
|
210
210
|
|
211
|
-
provider.file_class.stub
|
211
|
+
provider.file_class.stub(:stat).with("#{CHEF_SPEC_DATA}/fofile").and_return(stat)
|
212
212
|
|
213
|
-
File.stub
|
213
|
+
File.stub(:exists?).with("#{CHEF_SPEC_DATA}/fofile").and_return(true)
|
214
214
|
provider.load_current_resource
|
215
215
|
end
|
216
216
|
|
@@ -32,20 +32,20 @@ describe Chef::Provider::Mdadm do
|
|
32
32
|
|
33
33
|
describe "when determining the current metadevice status" do
|
34
34
|
it "should set the current resources mount point to the new resources mount point" do
|
35
|
-
@provider.stub
|
35
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:status => 0))
|
36
36
|
@provider.load_current_resource
|
37
37
|
@provider.current_resource.name.should == '/dev/md1'
|
38
38
|
@provider.current_resource.raid_device.should == '/dev/md1'
|
39
39
|
end
|
40
40
|
|
41
41
|
it "determines that the metadevice exists when mdadm exit code is zero" do
|
42
|
-
@provider.stub
|
42
|
+
@provider.stub(:shell_out!).with("mdadm --detail --test /dev/md1", :returns => [0,4]).and_return(OpenStruct.new(:status => 0))
|
43
43
|
@provider.load_current_resource
|
44
44
|
@provider.current_resource.exists.should be_true
|
45
45
|
end
|
46
46
|
|
47
47
|
it "determines that the metadevice does not exist when mdadm exit code is 4" do
|
48
|
-
@provider.stub
|
48
|
+
@provider.stub(:shell_out!).with("mdadm --detail --test /dev/md1", :returns => [0,4]).and_return(OpenStruct.new(:status => 4))
|
49
49
|
@provider.load_current_resource
|
50
50
|
@provider.current_resource.exists.should be_false
|
51
51
|
end
|
@@ -55,7 +55,7 @@ describe Chef::Provider::Mdadm do
|
|
55
55
|
before(:each) do
|
56
56
|
@current_resource = Chef::Resource::Mdadm.new('/dev/md1')
|
57
57
|
@new_resource.level 5
|
58
|
-
@provider.stub
|
58
|
+
@provider.stub(:load_current_resource).and_return(true)
|
59
59
|
@provider.current_resource = @current_resource
|
60
60
|
end
|
61
61
|
|
@@ -60,8 +60,8 @@ ENABLED
|
|
60
60
|
|
61
61
|
@provider = Chef::Provider::Mount::Aix.new(@new_resource, @run_context)
|
62
62
|
|
63
|
-
::File.stub
|
64
|
-
::File.stub
|
63
|
+
::File.stub(:exists?).with("/dev/sdz1").and_return true
|
64
|
+
::File.stub(:exists?).with("/tmp/foo").and_return true
|
65
65
|
end
|
66
66
|
|
67
67
|
def stub_mounted(provider, mounted_output)
|
@@ -179,7 +179,7 @@ ENABLED
|
|
179
179
|
@new_resource.options("nodev,rw")
|
180
180
|
stub_mounted_enabled(@provider, @mounted_output, "")
|
181
181
|
filesystems = StringIO.new
|
182
|
-
::File.stub
|
182
|
+
::File.stub(:open).with("/etc/filesystems", "a").and_yield(filesystems)
|
183
183
|
|
184
184
|
@provider.run_action(:enable)
|
185
185
|
|
@@ -200,7 +200,7 @@ ENABLED
|
|
200
200
|
it "should disable mount if it is mounted and enabled" do
|
201
201
|
stub_mounted_enabled(@provider, @mounted_output, @enabled_output)
|
202
202
|
|
203
|
-
::File.stub
|
203
|
+
::File.stub(:open).with("/etc/filesystems", "r").and_return(<<-ETCFILESYSTEMS)
|
204
204
|
/tmp/foo:
|
205
205
|
dev = /dev/sdz1
|
206
206
|
vfs = jfs2
|
@@ -219,7 +219,7 @@ ENABLED
|
|
219
219
|
ETCFILESYSTEMS
|
220
220
|
|
221
221
|
filesystems = StringIO.new
|
222
|
-
::File.stub
|
222
|
+
::File.stub(:open).with("/etc/filesystems", "w").and_yield(filesystems)
|
223
223
|
|
224
224
|
@provider.run_action(:disable)
|
225
225
|
|
@@ -34,16 +34,16 @@ describe Chef::Provider::Mount::Mount do
|
|
34
34
|
|
35
35
|
@provider = Chef::Provider::Mount::Mount.new(@new_resource, @run_context)
|
36
36
|
|
37
|
-
::File.stub
|
38
|
-
::File.stub
|
39
|
-
::File.stub
|
40
|
-
::File.stub
|
37
|
+
::File.stub(:exists?).with("/dev/sdz1").and_return true
|
38
|
+
::File.stub(:exists?).with("/tmp/foo").and_return true
|
39
|
+
::File.stub(:realpath).with("/dev/sdz1").and_return "/dev/sdz1"
|
40
|
+
::File.stub(:realpath).with("/tmp/foo").and_return "/tmp/foo"
|
41
41
|
end
|
42
42
|
|
43
43
|
describe "when discovering the current fs state" do
|
44
44
|
before do
|
45
|
-
@provider.stub
|
46
|
-
::File.stub
|
45
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => ''))
|
46
|
+
::File.stub(:foreach).with("/etc/fstab")
|
47
47
|
end
|
48
48
|
|
49
49
|
it "should create a current resource with the same mount point and device" do
|
@@ -56,7 +56,7 @@ describe Chef::Provider::Mount::Mount do
|
|
56
56
|
it "should accecpt device_type :uuid" do
|
57
57
|
@new_resource.device_type :uuid
|
58
58
|
@new_resource.device "d21afe51-a0fe-4dc6-9152-ac733763ae0a"
|
59
|
-
@stdout_findfs =
|
59
|
+
@stdout_findfs = double("STDOUT", :first => "/dev/sdz1")
|
60
60
|
@provider.should_receive(:popen4).with("/sbin/findfs UUID=d21afe51-a0fe-4dc6-9152-ac733763ae0a").and_yield(@pid,@stdin,@stdout_findfs,@stderr).and_return(@status)
|
61
61
|
@provider.load_current_resource()
|
62
62
|
@provider.mountable?
|
@@ -72,7 +72,7 @@ describe Chef::Provider::Mount::Mount do
|
|
72
72
|
|
73
73
|
it "should ignore trailing slash and set mounted to true for network mount (#{type})" do
|
74
74
|
@new_resource.device fs_spec
|
75
|
-
@provider.stub
|
75
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => "#{fs_spec}/ on /tmp/foo type #{type} (rw)\n"))
|
76
76
|
@provider.load_current_resource
|
77
77
|
@provider.current_resource.mounted.should be_true
|
78
78
|
end
|
@@ -80,12 +80,12 @@ describe Chef::Provider::Mount::Mount do
|
|
80
80
|
end
|
81
81
|
|
82
82
|
it "should raise an error if the mount device does not exist" do
|
83
|
-
::File.stub
|
83
|
+
::File.stub(:exists?).with("/dev/sdz1").and_return false
|
84
84
|
lambda { @provider.load_current_resource();@provider.mountable? }.should raise_error(Chef::Exceptions::Mount)
|
85
85
|
end
|
86
86
|
|
87
87
|
it "should not call mountable? with load_current_resource - CHEF-1565" do
|
88
|
-
::File.stub
|
88
|
+
::File.stub(:exists?).with("/dev/sdz1").and_return false
|
89
89
|
@provider.should_receive(:mounted?).and_return(true)
|
90
90
|
@provider.should_receive(:enabled?).and_return(true)
|
91
91
|
@provider.should_not_receive(:mountable?)
|
@@ -95,15 +95,15 @@ describe Chef::Provider::Mount::Mount do
|
|
95
95
|
it "should raise an error if the mount device (uuid) does not exist" do
|
96
96
|
@new_resource.device_type :uuid
|
97
97
|
@new_resource.device "d21afe51-a0fe-4dc6-9152-ac733763ae0a"
|
98
|
-
status_findfs =
|
99
|
-
stdout_findfs =
|
98
|
+
status_findfs = double("Status", :exitstatus => 1)
|
99
|
+
stdout_findfs = double("STDOUT", :first => nil)
|
100
100
|
@provider.should_receive(:popen4).with("/sbin/findfs UUID=d21afe51-a0fe-4dc6-9152-ac733763ae0a").and_yield(@pid,@stdin,stdout_findfs,@stderr).and_return(status_findfs)
|
101
101
|
::File.should_receive(:exists?).with("").and_return(false)
|
102
102
|
lambda { @provider.load_current_resource();@provider.mountable? }.should raise_error(Chef::Exceptions::Mount)
|
103
103
|
end
|
104
104
|
|
105
105
|
it "should raise an error if the mount point does not exist" do
|
106
|
-
::File.stub
|
106
|
+
::File.stub(:exists?).with("/tmp/foo").and_return false
|
107
107
|
lambda { @provider.load_current_resource();@provider.mountable? }.should raise_error(Chef::Exceptions::Mount)
|
108
108
|
end
|
109
109
|
|
@@ -125,7 +125,7 @@ describe Chef::Provider::Mount::Mount do
|
|
125
125
|
end
|
126
126
|
|
127
127
|
it "should set mounted true if the mount point is found in the mounts list" do
|
128
|
-
@provider.stub
|
128
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => '/dev/sdz1 on /tmp/foo'))
|
129
129
|
@provider.load_current_resource()
|
130
130
|
@provider.current_resource.mounted.should be_true
|
131
131
|
end
|
@@ -133,10 +133,10 @@ describe Chef::Provider::Mount::Mount do
|
|
133
133
|
it "should set mounted true if the symlink target of the device is found in the mounts list" do
|
134
134
|
target = "/dev/mapper/target"
|
135
135
|
|
136
|
-
::File.stub
|
137
|
-
::File.stub
|
136
|
+
::File.stub(:symlink?).with("#{@new_resource.device}").and_return(true)
|
137
|
+
::File.stub(:readlink).with("#{@new_resource.device}").and_return(target)
|
138
138
|
|
139
|
-
@provider.stub
|
139
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => "/dev/mapper/target on /tmp/foo type ext3 (rw)\n"))
|
140
140
|
@provider.load_current_resource()
|
141
141
|
@provider.current_resource.mounted.should be_true
|
142
142
|
end
|
@@ -145,7 +145,7 @@ describe Chef::Provider::Mount::Mount do
|
|
145
145
|
mount = "/dev/sdy1 on #{@new_resource.mount_point} type ext3 (rw)\n"
|
146
146
|
mount << "#{@new_resource.device} on #{@new_resource.mount_point} type ext3 (rw)\n"
|
147
147
|
|
148
|
-
@provider.stub
|
148
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => mount))
|
149
149
|
@provider.load_current_resource()
|
150
150
|
@provider.current_resource.mounted.should be_true
|
151
151
|
end
|
@@ -154,13 +154,13 @@ describe Chef::Provider::Mount::Mount do
|
|
154
154
|
mount = "#{@new_resource.device} on #{@new_resource.mount_point} type ext3 (rw)\n"
|
155
155
|
mount << "/dev/sdy1 on #{@new_resource.mount_point} type ext3 (rw)\n"
|
156
156
|
|
157
|
-
@provider.stub
|
157
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => mount))
|
158
158
|
@provider.load_current_resource()
|
159
159
|
@provider.current_resource.mounted.should be_false
|
160
160
|
end
|
161
161
|
|
162
162
|
it "mounted should be false if the mount point is not found in the mounts list" do
|
163
|
-
@provider.stub
|
163
|
+
@provider.stub(:shell_out!).and_return(OpenStruct.new(:stdout => "/dev/sdy1 on /tmp/foo type ext3 (rw)\n"))
|
164
164
|
@provider.load_current_resource()
|
165
165
|
@provider.current_resource.mounted.should be_false
|
166
166
|
end
|
@@ -169,7 +169,7 @@ describe Chef::Provider::Mount::Mount do
|
|
169
169
|
fstab1 = "/dev/sdy1 /tmp/foo ext3 defaults 1 2\n"
|
170
170
|
fstab2 = "#{@new_resource.device} #{@new_resource.mount_point} ext3 defaults 1 2\n"
|
171
171
|
|
172
|
-
::File.stub
|
172
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield(fstab1).and_yield(fstab2)
|
173
173
|
|
174
174
|
@provider.load_current_resource
|
175
175
|
@provider.current_resource.enabled.should be_true
|
@@ -179,7 +179,7 @@ describe Chef::Provider::Mount::Mount do
|
|
179
179
|
fstab1 = "#{@new_resource.device} #{@new_resource.mount_point} ext3 defaults 1 2\n"
|
180
180
|
fstab2 = "/dev/sdy1 /tmp/foo/bar ext3 defaults 1 2\n"
|
181
181
|
|
182
|
-
::File.stub
|
182
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield(fstab1).and_yield(fstab2)
|
183
183
|
|
184
184
|
@provider.load_current_resource
|
185
185
|
@provider.current_resource.enabled.should be_true
|
@@ -188,12 +188,12 @@ describe Chef::Provider::Mount::Mount do
|
|
188
188
|
it "should set enabled to true if the symlink target is in fstab" do
|
189
189
|
target = "/dev/mapper/target"
|
190
190
|
|
191
|
-
::File.stub
|
192
|
-
::File.stub
|
191
|
+
::File.stub(:symlink?).with("#{@new_resource.device}").and_return(true)
|
192
|
+
::File.stub(:readlink).with("#{@new_resource.device}").and_return(target)
|
193
193
|
|
194
194
|
fstab = "/dev/sdz1 /tmp/foo ext3 defaults 1 2\n"
|
195
195
|
|
196
|
-
::File.stub
|
196
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield fstab
|
197
197
|
|
198
198
|
@provider.load_current_resource
|
199
199
|
@provider.current_resource.enabled.should be_true
|
@@ -201,7 +201,7 @@ describe Chef::Provider::Mount::Mount do
|
|
201
201
|
|
202
202
|
it "should set enabled to false if the mount point is not in fstab" do
|
203
203
|
fstab = "/dev/sdy1 #{@new_resource.mount_point} ext3 defaults 1 2\n"
|
204
|
-
::File.stub
|
204
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield fstab
|
205
205
|
|
206
206
|
@provider.load_current_resource
|
207
207
|
@provider.current_resource.enabled.should be_false
|
@@ -209,7 +209,7 @@ describe Chef::Provider::Mount::Mount do
|
|
209
209
|
|
210
210
|
it "should ignore commented lines in fstab " do
|
211
211
|
fstab = "\# #{@new_resource.device} #{@new_resource.mount_point} ext3 defaults 1 2\n"
|
212
|
-
::File.stub
|
212
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield fstab
|
213
213
|
|
214
214
|
@provider.load_current_resource
|
215
215
|
@provider.current_resource.enabled.should be_false
|
@@ -218,7 +218,7 @@ describe Chef::Provider::Mount::Mount do
|
|
218
218
|
it "should set enabled to false if the mount point is not last in fstab" do
|
219
219
|
line_1 = "#{@new_resource.device} #{@new_resource.mount_point} ext3 defaults 1 2\n"
|
220
220
|
line_2 = "/dev/sdy1 #{@new_resource.mount_point} ext3 defaults 1 2\n"
|
221
|
-
::File.stub
|
221
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield(line_1).and_yield(line_2)
|
222
222
|
|
223
223
|
@provider.load_current_resource
|
224
224
|
@provider.current_resource.enabled.should be_false
|
@@ -228,11 +228,11 @@ describe Chef::Provider::Mount::Mount do
|
|
228
228
|
target = "/dev/mapper/target"
|
229
229
|
options = "rw,noexec,noauto"
|
230
230
|
|
231
|
-
::File.stub
|
232
|
-
::File.stub
|
231
|
+
::File.stub(:symlink?).with(@new_resource.device).and_return(true)
|
232
|
+
::File.stub(:readlink).with(@new_resource.device).and_return(target)
|
233
233
|
|
234
234
|
fstab = "#{@new_resource.device} #{@new_resource.mount_point} #{@new_resource.fstype} #{options} 1 2\n"
|
235
|
-
::File.stub
|
235
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield fstab
|
236
236
|
@provider.load_current_resource
|
237
237
|
@provider.current_resource.options.should eq(options.split(','))
|
238
238
|
end
|
@@ -241,11 +241,11 @@ describe Chef::Provider::Mount::Mount do
|
|
241
241
|
target = "/dev/mapper/target"
|
242
242
|
options = "rw,noexec,noauto"
|
243
243
|
|
244
|
-
::File.stub
|
245
|
-
::File.stub
|
244
|
+
::File.stub(:symlink?).with(@new_resource.device).and_return(true)
|
245
|
+
::File.stub(:readlink).with(@new_resource.device).and_return(target)
|
246
246
|
|
247
247
|
fstab = "#{target} #{@new_resource.mount_point} #{@new_resource.fstype} #{options} 1 2\n"
|
248
|
-
::File.stub
|
248
|
+
::File.stub(:foreach).with("/etc/fstab").and_yield fstab
|
249
249
|
@provider.load_current_resource
|
250
250
|
@provider.current_resource.options.should eq(options.split(','))
|
251
251
|
end
|
@@ -263,7 +263,6 @@ describe Chef::Provider::Mount::Mount do
|
|
263
263
|
|
264
264
|
describe "mount_fs" do
|
265
265
|
it "should mount the filesystem if it is not mounted" do
|
266
|
-
@provider.rspec_reset
|
267
266
|
@provider.should_receive(:shell_out!).with("mount -t ext3 -o defaults /dev/sdz1 /tmp/foo")
|
268
267
|
@provider.mount_fs()
|
269
268
|
end
|
@@ -278,16 +277,16 @@ describe Chef::Provider::Mount::Mount do
|
|
278
277
|
it "should mount the filesystem specified by uuid" do
|
279
278
|
@new_resource.device "d21afe51-a0fe-4dc6-9152-ac733763ae0a"
|
280
279
|
@new_resource.device_type :uuid
|
281
|
-
@stdout_findfs =
|
282
|
-
@provider.stub
|
283
|
-
@stdout_mock =
|
284
|
-
@stdout_mock.stub
|
280
|
+
@stdout_findfs = double("STDOUT", :first => "/dev/sdz1")
|
281
|
+
@provider.stub(:popen4).with("/sbin/findfs UUID=d21afe51-a0fe-4dc6-9152-ac733763ae0a").and_yield(@pid,@stdin,@stdout_findfs,@stderr).and_return(@status)
|
282
|
+
@stdout_mock = double('stdout mock')
|
283
|
+
@stdout_mock.stub(:each).and_yield("#{@new_resource.device} on #{@new_resource.mount_point}")
|
285
284
|
@provider.should_receive(:shell_out!).with("mount -t #{@new_resource.fstype} -o defaults -U #{@new_resource.device} #{@new_resource.mount_point}").and_return(@stdout_mock)
|
286
285
|
@provider.mount_fs()
|
287
286
|
end
|
288
287
|
|
289
288
|
it "should not mount the filesystem if it is mounted" do
|
290
|
-
@current_resource.stub
|
289
|
+
@current_resource.stub(:mounted).and_return(true)
|
291
290
|
@provider.should_not_receive(:shell_out!)
|
292
291
|
@provider.mount_fs()
|
293
292
|
end
|
@@ -339,7 +338,7 @@ describe Chef::Provider::Mount::Mount do
|
|
339
338
|
@current_resource.enabled(false)
|
340
339
|
|
341
340
|
@fstab = StringIO.new
|
342
|
-
::File.stub
|
341
|
+
::File.stub(:open).with("/etc/fstab", "a").and_yield(@fstab)
|
343
342
|
@provider.enable_fs
|
344
343
|
@fstab.string.should match(%r{^/dev/sdz1\s+/tmp/foo\s+ext3\s+defaults\s+0\s+2\s*$})
|
345
344
|
end
|
@@ -378,9 +377,9 @@ describe Chef::Provider::Mount::Mount do
|
|
378
377
|
this_mount = "/dev/sdz1 /tmp/foo ext3 defaults 1 2\n"
|
379
378
|
|
380
379
|
@fstab_read = [this_mount, other_mount]
|
381
|
-
::File.stub
|
380
|
+
::File.stub(:readlines).with("/etc/fstab").and_return(@fstab_read)
|
382
381
|
@fstab_write = StringIO.new
|
383
|
-
::File.stub
|
382
|
+
::File.stub(:open).with("/etc/fstab", "w").and_yield(@fstab_write)
|
384
383
|
|
385
384
|
@provider.disable_fs
|
386
385
|
@fstab_write.string.should match(Regexp.escape(other_mount))
|
@@ -395,8 +394,8 @@ describe Chef::Provider::Mount::Mount do
|
|
395
394
|
%q{#/dev/sdz1 /tmp/foo ext3 defaults 1 2}]
|
396
395
|
fstab_write = StringIO.new
|
397
396
|
|
398
|
-
::File.stub
|
399
|
-
::File.stub
|
397
|
+
::File.stub(:readlines).with("/etc/fstab").and_return(fstab_read)
|
398
|
+
::File.stub(:open).with("/etc/fstab", "w").and_yield(fstab_write)
|
400
399
|
|
401
400
|
@provider.disable_fs
|
402
401
|
fstab_write.string.should match(%r{^/dev/sdy1 /tmp/foo ext3 defaults 1 2$})
|
@@ -405,23 +404,23 @@ describe Chef::Provider::Mount::Mount do
|
|
405
404
|
end
|
406
405
|
|
407
406
|
it "should disable only the last entry if enabled is true" do
|
408
|
-
@current_resource.stub
|
407
|
+
@current_resource.stub(:enabled).and_return(true)
|
409
408
|
fstab_read = ["/dev/sdz1 /tmp/foo ext3 defaults 1 2\n",
|
410
409
|
"/dev/sdy1 /tmp/foo ext3 defaults 1 2\n",
|
411
410
|
"/dev/sdz1 /tmp/foo ext3 defaults 1 2\n"]
|
412
411
|
|
413
412
|
fstab_write = StringIO.new
|
414
|
-
::File.stub
|
415
|
-
::File.stub
|
413
|
+
::File.stub(:readlines).with("/etc/fstab").and_return(fstab_read)
|
414
|
+
::File.stub(:open).with("/etc/fstab", "w").and_yield(fstab_write)
|
416
415
|
|
417
416
|
@provider.disable_fs
|
418
417
|
fstab_write.string.should == "/dev/sdz1 /tmp/foo ext3 defaults 1 2\n/dev/sdy1 /tmp/foo ext3 defaults 1 2\n"
|
419
418
|
end
|
420
419
|
|
421
420
|
it "should not disable if enabled is false" do
|
422
|
-
@current_resource.stub
|
421
|
+
@current_resource.stub(:enabled).and_return(false)
|
423
422
|
|
424
|
-
::File.stub
|
423
|
+
::File.stub(:readlines).with("/etc/fstab").and_return([])
|
425
424
|
::File.should_not_receive(:open).and_yield(@fstab)
|
426
425
|
|
427
426
|
@provider.disable_fs
|