chef 11.10.0.rc.0 → 11.10.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -75
- data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
- data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
- data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
- data/distro/common/html/_sources/index.txt +126 -0
- data/distro/common/html/_sources/knife.txt +74 -0
- data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
- data/distro/common/html/_sources/knife_client.txt +151 -0
- data/distro/common/html/_sources/knife_common_options.txt +6 -0
- data/distro/common/html/_sources/knife_configure.txt +29 -0
- data/distro/common/html/_sources/knife_cookbook.txt +236 -0
- data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
- data/distro/common/html/_sources/knife_data_bag.txt +160 -0
- data/distro/common/html/_sources/knife_delete.txt +26 -0
- data/distro/common/html/_sources/knife_deps.txt +61 -0
- data/distro/common/html/_sources/knife_diff.txt +34 -0
- data/distro/common/html/_sources/knife_download.txt +44 -0
- data/distro/common/html/_sources/knife_edit.txt +26 -0
- data/distro/common/html/_sources/knife_environment.txt +158 -0
- data/distro/common/html/_sources/knife_exec.txt +47 -0
- data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
- data/distro/common/html/_sources/knife_list.txt +33 -0
- data/distro/common/html/_sources/knife_node.txt +250 -0
- data/distro/common/html/_sources/knife_raw.txt +35 -0
- data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
- data/distro/common/html/_sources/knife_role.txt +157 -0
- data/distro/common/html/_sources/knife_search.txt +53 -0
- data/distro/common/html/_sources/knife_show.txt +27 -0
- data/distro/common/html/_sources/knife_ssh.txt +43 -0
- data/distro/common/html/_sources/knife_status.txt +37 -0
- data/distro/common/html/_sources/knife_tag.txt +69 -0
- data/distro/common/html/_sources/knife_upload.txt +49 -0
- data/distro/common/html/_sources/knife_user.txt +127 -0
- data/distro/common/html/_sources/knife_using.txt +43 -0
- data/distro/common/html/_sources/knife_xargs.txt +30 -0
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +540 -0
- data/distro/common/html/_static/chef.css +507 -0
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/chef_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +247 -0
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +505 -0
- data/distro/common/html/_static/jquery.js +154 -0
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +62 -0
- data/distro/common/html/_static/searchtools.js +560 -0
- data/distro/common/html/_static/underscore.js +23 -0
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +808 -0
- data/distro/common/html/ctl_chef_client.html +219 -0
- data/distro/common/html/ctl_chef_server.html +111 -0
- data/distro/common/html/ctl_chef_shell.html +120 -0
- data/distro/common/html/ctl_chef_solo.html +144 -0
- data/distro/common/html/index.html +185 -0
- data/distro/common/html/knife.html +172 -0
- data/distro/common/html/knife_bootstrap.html +250 -0
- data/distro/common/html/knife_client.html +283 -0
- data/distro/common/html/knife_common_options.html +98 -0
- data/distro/common/html/knife_configure.html +107 -0
- data/distro/common/html/knife_cookbook.html +481 -0
- data/distro/common/html/knife_cookbook_site.html +372 -0
- data/distro/common/html/knife_data_bag.html +359 -0
- data/distro/common/html/knife_delete.html +95 -0
- data/distro/common/html/knife_deps.html +145 -0
- data/distro/common/html/knife_diff.html +125 -0
- data/distro/common/html/knife_download.html +147 -0
- data/distro/common/html/knife_edit.html +91 -0
- data/distro/common/html/knife_environment.html +328 -0
- data/distro/common/html/knife_exec.html +222 -0
- data/distro/common/html/knife_index_rebuild.html +85 -0
- data/distro/common/html/knife_list.html +116 -0
- data/distro/common/html/knife_node.html +450 -0
- data/distro/common/html/knife_raw.html +112 -0
- data/distro/common/html/knife_recipe_list.html +93 -0
- data/distro/common/html/knife_role.html +295 -0
- data/distro/common/html/knife_search.html +204 -0
- data/distro/common/html/knife_show.html +106 -0
- data/distro/common/html/knife_ssh.html +179 -0
- data/distro/common/html/knife_status.html +142 -0
- data/distro/common/html/knife_tag.html +140 -0
- data/distro/common/html/knife_upload.html +155 -0
- data/distro/common/html/knife_user.html +244 -0
- data/distro/common/html/knife_using.html +211 -0
- data/distro/common/html/knife_xargs.html +115 -0
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +84 -0
- data/distro/common/html/searchindex.js +1 -0
- data/distro/common/man/man1/chef-shell.1 +5 -5
- data/distro/common/man/man1/knife-bootstrap.1 +6 -9
- data/distro/common/man/man1/knife-client.1 +1 -9
- data/distro/common/man/man1/knife-configure.1 +10 -6
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
- data/distro/common/man/man1/knife-cookbook.1 +11 -21
- data/distro/common/man/man1/knife-data-bag.1 +8 -22
- data/distro/common/man/man1/knife-delete.1 +1 -1
- data/distro/common/man/man1/knife-deps.1 +4 -12
- data/distro/common/man/man1/knife-diff.1 +1 -1
- data/distro/common/man/man1/knife-download.1 +2 -2
- data/distro/common/man/man1/knife-edit.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +108 -9
- data/distro/common/man/man1/knife-exec.1 +1 -15
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +3 -13
- data/distro/common/man/man1/knife-raw.1 +1 -1
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +2 -12
- data/distro/common/man/man1/knife-search.1 +5 -5
- data/distro/common/man/man1/knife-show.1 +1 -3
- data/distro/common/man/man1/knife-ssh.1 +1 -5
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -9
- data/distro/common/man/man1/knife-upload.1 +7 -9
- data/distro/common/man/man1/knife-user.1 +3 -17
- data/distro/common/man/man1/knife-xargs.1 +1 -3
- data/distro/common/man/man8/chef-client.8 +18 -18
- data/distro/common/man/man8/chef-solo.8 +12 -6
- data/lib/chef/client.rb +9 -5
- data/lib/chef/cookbook_uploader.rb +1 -1
- data/lib/chef/dsl/recipe.rb +119 -38
- data/lib/chef/exceptions.rb +4 -0
- data/lib/chef/policy_builder/expand_node_object.rb +11 -4
- data/lib/chef/policy_builder/policyfile.rb +7 -1
- data/lib/chef/provider/file.rb +1 -0
- data/lib/chef/resource_platform_map.rb +1 -1
- data/lib/chef/resource_reporter.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
- data/spec/functional/knife/ssh_spec.rb +1 -1
- data/spec/functional/resource/link_spec.rb +6 -6
- data/spec/functional/resource/registry_spec.rb +7 -7
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/solo/solo_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/stress/win32/file_spec.rb +6 -0
- data/spec/support/lib/chef/resource/zen_master.rb +1 -1
- data/spec/support/mock/platform.rb +1 -1
- data/spec/support/shared/functional/file_resource.rb +0 -2
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/unit/api_error_inspector.rb +7 -7
- data/spec/support/shared/unit/provider/file.rb +47 -8
- data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
- data/spec/unit/api_client/registration_spec.rb +5 -5
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/apply.rb +6 -6
- data/spec/unit/application/client_spec.rb +6 -6
- data/spec/unit/application/knife_spec.rb +5 -5
- data/spec/unit/application/solo_spec.rb +13 -13
- data/spec/unit/application_spec.rb +19 -19
- data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
- data/spec/unit/client_spec.rb +23 -23
- data/spec/unit/config_spec.rb +4 -4
- data/spec/unit/cookbook/metadata_spec.rb +22 -22
- data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
- data/spec/unit/daemon_spec.rb +21 -22
- data/spec/unit/data_bag_item_spec.rb +8 -8
- data/spec/unit/data_bag_spec.rb +6 -6
- data/spec/unit/deprecation_spec.rb +1 -1
- data/spec/unit/dsl/data_query_spec.rb +1 -1
- data/spec/unit/environment_spec.rb +5 -5
- data/spec/unit/file_access_control_spec.rb +5 -5
- data/spec/unit/file_cache_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
- data/spec/unit/handler/json_file_spec.rb +1 -1
- data/spec/unit/handler_spec.rb +3 -3
- data/spec/unit/knife/bootstrap_spec.rb +17 -17
- data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/client_create_spec.rb +7 -7
- data/spec/unit/knife/client_reregister_spec.rb +2 -2
- data/spec/unit/knife/client_show_spec.rb +1 -1
- data/spec/unit/knife/config_file_selection_spec.rb +4 -4
- data/spec/unit/knife/configure_client_spec.rb +4 -4
- data/spec/unit/knife/configure_spec.rb +16 -16
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
- data/spec/unit/knife/cookbook_create_spec.rb +5 -5
- data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
- data/spec/unit/knife/cookbook_download_spec.rb +10 -10
- data/spec/unit/knife/cookbook_list_spec.rb +3 -3
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
- data/spec/unit/knife/cookbook_show_spec.rb +4 -4
- data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
- data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
- data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
- data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
- data/spec/unit/knife/cookbook_test_spec.rb +7 -7
- data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
- data/spec/unit/knife/core/object_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +19 -21
- data/spec/unit/knife/data_bag_create_spec.rb +4 -4
- data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
- data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
- data/spec/unit/knife/data_bag_show_spec.rb +5 -5
- data/spec/unit/knife/environment_create_spec.rb +6 -6
- data/spec/unit/knife/environment_delete_spec.rb +6 -6
- data/spec/unit/knife/environment_edit_spec.rb +5 -5
- data/spec/unit/knife/environment_from_file_spec.rb +7 -7
- data/spec/unit/knife/environment_list_spec.rb +4 -4
- data/spec/unit/knife/environment_show_spec.rb +4 -4
- data/spec/unit/knife/index_rebuild_spec.rb +2 -2
- data/spec/unit/knife/knife_help.rb +11 -11
- data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/node_delete_spec.rb +5 -5
- data/spec/unit/knife/node_edit_spec.rb +2 -2
- data/spec/unit/knife/node_from_file_spec.rb +5 -5
- data/spec/unit/knife/node_list_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
- data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
- data/spec/unit/knife/node_show_spec.rb +2 -2
- data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/role_create_spec.rb +5 -5
- data/spec/unit/knife/role_delete_spec.rb +5 -5
- data/spec/unit/knife/role_edit_spec.rb +5 -5
- data/spec/unit/knife/role_from_file_spec.rb +5 -5
- data/spec/unit/knife/role_list_spec.rb +2 -2
- data/spec/unit/knife/ssh_spec.rb +6 -6
- data/spec/unit/knife/status_spec.rb +4 -4
- data/spec/unit/knife/tag_create_spec.rb +3 -3
- data/spec/unit/knife/tag_delete_spec.rb +3 -3
- data/spec/unit/knife/tag_list_spec.rb +2 -2
- data/spec/unit/knife/user_create_spec.rb +7 -7
- data/spec/unit/knife/user_reregister_spec.rb +3 -3
- data/spec/unit/knife/user_show_spec.rb +1 -1
- data/spec/unit/knife_spec.rb +29 -29
- data/spec/unit/lwrp_spec.rb +2 -2
- data/spec/unit/mixin/checksum_spec.rb +2 -2
- data/spec/unit/mixin/command_spec.rb +1 -1
- data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
- data/spec/unit/mixin/params_validate_spec.rb +17 -17
- data/spec/unit/mixin/path_sanity_spec.rb +8 -8
- data/spec/unit/mixin/securable_spec.rb +87 -87
- data/spec/unit/mixin/shell_out_spec.rb +1 -1
- data/spec/unit/mixin/template_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node_spec.rb +12 -12
- data/spec/unit/platform_spec.rb +1 -1
- data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
- data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
- data/spec/unit/provider/breakpoint_spec.rb +8 -8
- data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +11 -11
- data/spec/unit/provider/cron_spec.rb +40 -40
- data/spec/unit/provider/deploy/revision_spec.rb +11 -12
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +50 -50
- data/spec/unit/provider/directory_spec.rb +18 -18
- data/spec/unit/provider/env_spec.rb +15 -15
- data/spec/unit/provider/erl_call_spec.rb +1 -1
- data/spec/unit/provider/execute_spec.rb +5 -5
- data/spec/unit/provider/file/content_spec.rb +5 -5
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +47 -47
- data/spec/unit/provider/group/dscl_spec.rb +16 -15
- data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
- data/spec/unit/provider/group/groupadd_spec.rb +10 -10
- data/spec/unit/provider/group/groupmod_spec.rb +3 -3
- data/spec/unit/provider/group/pw_spec.rb +9 -8
- data/spec/unit/provider/group/usermod_spec.rb +13 -12
- data/spec/unit/provider/group/windows_spec.rb +9 -9
- data/spec/unit/provider/group_spec.rb +31 -31
- data/spec/unit/provider/http_request_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
- data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
- data/spec/unit/provider/ifconfig_spec.rb +13 -13
- data/spec/unit/provider/link_spec.rb +33 -33
- data/spec/unit/provider/mdadm_spec.rb +4 -4
- data/spec/unit/provider/mount/aix_spec.rb +5 -5
- data/spec/unit/provider/mount/mount_spec.rb +49 -50
- data/spec/unit/provider/mount/windows_spec.rb +18 -18
- data/spec/unit/provider/mount_spec.rb +12 -12
- data/spec/unit/provider/ohai_spec.rb +6 -6
- data/spec/unit/provider/package/aix_spec.rb +14 -14
- data/spec/unit/provider/package/apt_spec.rb +10 -10
- data/spec/unit/provider/package/dpkg_spec.rb +13 -13
- data/spec/unit/provider/package/easy_install_spec.rb +6 -6
- data/spec/unit/provider/package/freebsd_spec.rb +29 -29
- data/spec/unit/provider/package/ips_spec.rb +4 -4
- data/spec/unit/provider/package/macports_spec.rb +6 -6
- data/spec/unit/provider/package/pacman_spec.rb +17 -17
- data/spec/unit/provider/package/portage_spec.rb +18 -18
- data/spec/unit/provider/package/rpm_spec.rb +7 -7
- data/spec/unit/provider/package/rubygems_spec.rb +31 -31
- data/spec/unit/provider/package/smartos_spec.rb +4 -4
- data/spec/unit/provider/package/solaris_spec.rb +15 -15
- data/spec/unit/provider/package/yum_spec.rb +100 -100
- data/spec/unit/provider/package/zypper_spec.rb +10 -10
- data/spec/unit/provider/package_spec.rb +21 -21
- data/spec/unit/provider/registry_key_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +31 -31
- data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
- data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
- data/spec/unit/provider/remote_file/http_spec.rb +4 -4
- data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
- data/spec/unit/provider/remote_file_spec.rb +1 -1
- data/spec/unit/provider/route_spec.rb +23 -23
- data/spec/unit/provider/script_spec.rb +5 -5
- data/spec/unit/provider/service/arch_service_spec.rb +41 -41
- data/spec/unit/provider/service/debian_service_spec.rb +23 -23
- data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
- data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
- data/spec/unit/provider/service/init_service_spec.rb +13 -13
- data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
- data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
- data/spec/unit/provider/service/macosx_spec.rb +20 -20
- data/spec/unit/provider/service/redhat_spec.rb +15 -15
- data/spec/unit/provider/service/simple_service_spec.rb +9 -9
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
- data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
- data/spec/unit/provider/service/windows_spec.rb +37 -37
- data/spec/unit/provider/service_spec.rb +9 -9
- data/spec/unit/provider/subversion_spec.rb +36 -36
- data/spec/unit/provider/template/content_spec.rb +8 -8
- data/spec/unit/provider/template_spec.rb +1 -1
- data/spec/unit/provider/user/dscl_spec.rb +9 -9
- data/spec/unit/provider/user/pw_spec.rb +20 -20
- data/spec/unit/provider/user/solaris_spec.rb +5 -5
- data/spec/unit/provider/user/windows_spec.rb +8 -8
- data/spec/unit/provider/user_spec.rb +34 -34
- data/spec/unit/provider_spec.rb +3 -3
- data/spec/unit/recipe_spec.rb +79 -4
- data/spec/unit/registry_helper_spec.rb +2 -2
- data/spec/unit/resource/cron_spec.rb +2 -2
- data/spec/unit/resource/directory_spec.rb +5 -5
- data/spec/unit/resource/env_spec.rb +2 -2
- data/spec/unit/resource/erl_call_spec.rb +1 -1
- data/spec/unit/resource/file_spec.rb +8 -8
- data/spec/unit/resource/group_spec.rb +3 -3
- data/spec/unit/resource/link_spec.rb +8 -8
- data/spec/unit/resource/mdadm_spec.rb +3 -3
- data/spec/unit/resource/mount_spec.rb +3 -3
- data/spec/unit/resource/route_spec.rb +2 -2
- data/spec/unit/resource/user_spec.rb +2 -2
- data/spec/unit/resource/yum_package_spec.rb +2 -2
- data/spec/unit/resource_collection_spec.rb +1 -1
- data/spec/unit/resource_definition_spec.rb +2 -2
- data/spec/unit/resource_reporter_spec.rb +71 -16
- data/spec/unit/resource_spec.rb +3 -3
- data/spec/unit/rest/auth_credentials_spec.rb +2 -2
- data/spec/unit/rest_spec.rb +3 -40
- data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
- data/spec/unit/run_list_spec.rb +9 -9
- data/spec/unit/run_status_spec.rb +1 -1
- data/spec/unit/runner_spec.rb +8 -8
- data/spec/unit/scan_access_control_spec.rb +3 -3
- data/spec/unit/search/query_spec.rb +7 -7
- data/spec/unit/shell/model_wrapper_spec.rb +2 -2
- data/spec/unit/shell/shell_ext_spec.rb +15 -15
- data/spec/unit/shell/shell_session_spec.rb +9 -9
- data/spec/unit/shell_spec.rb +1 -2
- data/spec/unit/user_spec.rb +4 -4
- data/spec/unit/util/backup_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +7 -7
- metadata +106 -51
- data/distro/common/html/chef-client.8.html +0 -145
- data/distro/common/html/chef-expander.8.html +0 -164
- data/distro/common/html/chef-expanderctl.8.html +0 -146
- data/distro/common/html/chef-server-webui.8.html +0 -185
- data/distro/common/html/chef-server.8.html +0 -182
- data/distro/common/html/chef-shell.1.html +0 -286
- data/distro/common/html/chef-solo.8.html +0 -185
- data/distro/common/html/chef-solr.8.html +0 -165
- data/distro/common/html/knife-bootstrap.1.html +0 -241
- data/distro/common/html/knife-client.1.html +0 -219
- data/distro/common/html/knife-configure.1.html +0 -170
- data/distro/common/html/knife-cookbook-site.1.html +0 -241
- data/distro/common/html/knife-cookbook.1.html +0 -381
- data/distro/common/html/knife-data-bag.1.html +0 -235
- data/distro/common/html/knife-environment.1.html +0 -265
- data/distro/common/html/knife-exec.1.html +0 -134
- data/distro/common/html/knife-index.1.html +0 -125
- data/distro/common/html/knife-node.1.html +0 -250
- data/distro/common/html/knife-role.1.html +0 -200
- data/distro/common/html/knife-search.1.html +0 -288
- data/distro/common/html/knife-ssh.1.html +0 -156
- data/distro/common/html/knife-status.1.html +0 -128
- data/distro/common/html/knife-tag.1.html +0 -137
- data/distro/common/html/knife.1.html +0 -315
@@ -30,14 +30,14 @@ describe Chef::Provider::Package::EasyInstall do
|
|
30
30
|
@current_resource.version('1.8d')
|
31
31
|
|
32
32
|
@provider = Chef::Provider::Package::EasyInstall.new(@new_resource, @run_context)
|
33
|
-
Chef::Resource::Package.stub
|
33
|
+
Chef::Resource::Package.stub(:new).and_return(@current_resource)
|
34
34
|
|
35
35
|
@stdin = StringIO.new
|
36
36
|
@stdout = StringIO.new
|
37
|
-
@status =
|
37
|
+
@status = double("Status", :exitstatus => 0)
|
38
38
|
@stderr = StringIO.new
|
39
39
|
@pid = 2342
|
40
|
-
@provider.stub
|
40
|
+
@provider.stub(:popen4).and_return(@status)
|
41
41
|
end
|
42
42
|
|
43
43
|
describe "easy_install_binary_path" do
|
@@ -47,7 +47,7 @@ describe Chef::Provider::Package::EasyInstall do
|
|
47
47
|
end
|
48
48
|
|
49
49
|
it "should set the current resources package name to the new resources package name" do
|
50
|
-
$stdout.stub
|
50
|
+
$stdout.stub(:write)
|
51
51
|
@current_resource.should_receive(:package_name).with(@new_resource.package_name)
|
52
52
|
@provider.load_current_resource
|
53
53
|
end
|
@@ -75,7 +75,7 @@ describe Chef::Provider::Package::EasyInstall do
|
|
75
75
|
@provider.should_receive(:run_command).with({
|
76
76
|
:command => "easy_install --always-unzip \"boto==1.8d\""
|
77
77
|
})
|
78
|
-
@new_resource.stub
|
78
|
+
@new_resource.stub(:options).and_return("--always-unzip")
|
79
79
|
@provider.install_package("boto", "1.8d")
|
80
80
|
end
|
81
81
|
|
@@ -97,7 +97,7 @@ describe Chef::Provider::Package::EasyInstall do
|
|
97
97
|
@provider.should_receive(:run_command).with({
|
98
98
|
:command => "easy_install -x -m boto"
|
99
99
|
})
|
100
|
-
@new_resource.stub
|
100
|
+
@new_resource.stub(:options).and_return("-x")
|
101
101
|
@provider.remove_package("boto", "1.8d")
|
102
102
|
end
|
103
103
|
|
@@ -30,12 +30,12 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
30
30
|
|
31
31
|
@provider = Chef::Provider::Package::Freebsd.new(@new_resource, @run_context)
|
32
32
|
@provider.current_resource = @current_resource
|
33
|
-
::File.stub
|
33
|
+
::File.stub(:exist?).with('/usr/ports/Makefile').and_return(false)
|
34
34
|
end
|
35
35
|
|
36
36
|
describe "when determining the current package state" do
|
37
37
|
before do
|
38
|
-
@provider.stub
|
38
|
+
@provider.stub(:ports_candidate_version).and_return("4.3.6")
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should create a current resource with the name of the new_resource" do
|
@@ -68,25 +68,25 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
68
68
|
|
69
69
|
#@provider = Chef::Provider::Package::Freebsd.new(@node, @new_resource)
|
70
70
|
|
71
|
-
#@status =
|
72
|
-
#@stdin =
|
73
|
-
#@stdout =
|
74
|
-
#@stderr =
|
75
|
-
#@pid =
|
71
|
+
#@status = double("Status", :exitstatus => 0)
|
72
|
+
#@stdin = double("STDIN", :null_object => true)
|
73
|
+
#@stdout = double("STDOUT", :null_object => true)
|
74
|
+
#@stderr = double("STDERR", :null_object => true)
|
75
|
+
#@pid = double("PID", :null_object => true)
|
76
76
|
end
|
77
77
|
|
78
78
|
it "should return the version number when it is installed" do
|
79
79
|
pkg_info = OpenStruct.new(:stdout => "zsh-4.3.6_7")
|
80
80
|
@provider.should_receive(:shell_out!).with('pkg_info -E "zsh*"', :env => nil, :returns => [0,1]).and_return(pkg_info)
|
81
81
|
#@provider.should_receive(:popen4).with('pkg_info -E "zsh*"').and_yield(@pid, @stdin, ["zsh-4.3.6_7"], @stderr).and_return(@status)
|
82
|
-
@provider.stub
|
82
|
+
@provider.stub(:package_name).and_return("zsh")
|
83
83
|
@provider.current_installed_version.should == "4.3.6_7"
|
84
84
|
end
|
85
85
|
|
86
86
|
it "does not set the current version number when the package is not installed" do
|
87
87
|
pkg_info = OpenStruct.new(:stdout => "")
|
88
88
|
@provider.should_receive(:shell_out!).with('pkg_info -E "zsh*"', :env => nil, :returns => [0,1]).and_return(pkg_info)
|
89
|
-
@provider.stub
|
89
|
+
@provider.stub(:package_name).and_return("zsh")
|
90
90
|
@provider.current_installed_version.should be_nil
|
91
91
|
end
|
92
92
|
|
@@ -94,21 +94,21 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
94
94
|
whereis = OpenStruct.new(:stdout => "zsh: /usr/ports/shells/zsh")
|
95
95
|
@provider.should_receive(:shell_out!).with("whereis -s zsh", :env => nil).and_return(whereis)
|
96
96
|
#@provider.should_receive(:popen4).with("whereis -s zsh").and_yield(@pid, @stdin, ["zsh: /usr/ports/shells/zsh"], @stderr).and_return(@status)
|
97
|
-
@provider.stub
|
97
|
+
@provider.stub(:port_name).and_return("zsh")
|
98
98
|
@provider.port_path.should == "/usr/ports/shells/zsh"
|
99
99
|
end
|
100
100
|
|
101
101
|
# Not happy with the form of these tests as they are far too closely tied to the implementation and so very fragile.
|
102
102
|
it "should return the ports candidate version when given a valid port path" do
|
103
|
-
@provider.stub
|
103
|
+
@provider.stub(:port_path).and_return("/usr/ports/shells/zsh")
|
104
104
|
make_v = OpenStruct.new(:stdout => "4.3.6\n")
|
105
105
|
@provider.should_receive(:shell_out!).with("make -V PORTVERSION", {:cwd=>"/usr/ports/shells/zsh", :returns=>[0, 1], :env=>nil}).and_return(make_v)
|
106
106
|
@provider.ports_candidate_version.should == "4.3.6"
|
107
107
|
end
|
108
108
|
|
109
109
|
it "should figure out the package name when we have ports" do
|
110
|
-
::File.stub
|
111
|
-
@provider.stub
|
110
|
+
::File.stub(:exist?).with('/usr/ports/Makefile').and_return(true)
|
111
|
+
@provider.stub(:port_path).and_return("/usr/ports/shells/zsh")
|
112
112
|
make_v = OpenStruct.new(:stdout => "zsh-4.3.6_7\n")
|
113
113
|
@provider.should_receive(:shell_out!).with("make -V PKGNAME", {:cwd=>"/usr/ports/shells/zsh", :env=>nil, :returns=>[0, 1]}).and_return(make_v)
|
114
114
|
#@provider.should_receive(:ports_makefile_variable_value).with("PKGNAME").and_return("zsh-4.3.6_7")
|
@@ -121,9 +121,9 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
121
121
|
@cmd_result = OpenStruct.new(:status => true)
|
122
122
|
|
123
123
|
@provider.current_resource = @current_resource
|
124
|
-
@provider.stub
|
125
|
-
@provider.stub
|
126
|
-
@provider.stub
|
124
|
+
@provider.stub(:package_name).and_return("zsh")
|
125
|
+
@provider.stub(:latest_link_name).and_return("zsh")
|
126
|
+
@provider.stub(:port_path).and_return("/usr/ports/shells/zsh")
|
127
127
|
end
|
128
128
|
|
129
129
|
it "should run pkg_add -r with the package name" do
|
@@ -132,7 +132,7 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
132
132
|
end
|
133
133
|
|
134
134
|
it "should run make install when installing from ports" do
|
135
|
-
@new_resource.stub
|
135
|
+
@new_resource.stub(:source).and_return("ports")
|
136
136
|
@provider.should_not_receive(:shell_out!).with("make -DBATCH -f /usr/ports/shells/zsh/Makefile install", :timeout => 1200, :env=>nil)
|
137
137
|
@provider.should_receive(:shell_out!).with("make -DBATCH install", :timeout => 1200, :env=>nil, :cwd => @provider.port_path).and_return(@cmd_result)
|
138
138
|
@provider.install_package("zsh", "4.3.6_7")
|
@@ -161,7 +161,7 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
161
161
|
end
|
162
162
|
|
163
163
|
it "should use the package_name as a relative path from /usr/ports when it contains / but doesn't start with it" do
|
164
|
-
# @new_resource =
|
164
|
+
# @new_resource = double( "Chef::Resource::Package",
|
165
165
|
# :package_name => "www/wordpress",
|
166
166
|
# :cookbook_name => "xenoparadox")
|
167
167
|
new_resource = Chef::Resource::Package.new("www/wordpress")
|
@@ -177,9 +177,9 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
177
177
|
@current_resource = Chef::Resource::Package.new("ruby-iconv")
|
178
178
|
@provider = Chef::Provider::Package::Freebsd.new(@new_resource, @run_context)
|
179
179
|
@provider.current_resource = @current_resource
|
180
|
-
@provider.stub
|
181
|
-
@provider.stub
|
182
|
-
@provider.stub
|
180
|
+
@provider.stub(:port_path).and_return("/usr/ports/converters/ruby-iconv")
|
181
|
+
@provider.stub(:package_name).and_return("ruby18-iconv")
|
182
|
+
@provider.stub(:latest_link_name).and_return("ruby18-iconv")
|
183
183
|
|
184
184
|
@install_result = OpenStruct.new(:status => true)
|
185
185
|
end
|
@@ -190,7 +190,7 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
190
190
|
end
|
191
191
|
|
192
192
|
it "should run make install when installing from ports" do
|
193
|
-
@new_resource.stub
|
193
|
+
@new_resource.stub(:source).and_return("ports")
|
194
194
|
@provider.should_receive(:shell_out!).with("make -DBATCH install", :timeout => 1200, :env=>nil, :cwd => @provider.port_path).and_return(@install_result)
|
195
195
|
@provider.install_package("ruby-iconv", "1.0")
|
196
196
|
end
|
@@ -202,7 +202,7 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
202
202
|
@new_resource.version "4.3.6_7"
|
203
203
|
@current_resource.version "4.3.6_7"
|
204
204
|
@provider.current_resource = @current_resource
|
205
|
-
@provider.stub
|
205
|
+
@provider.stub(:package_name).and_return("zsh")
|
206
206
|
end
|
207
207
|
|
208
208
|
it "should run pkg_delete with the package name and version" do
|
@@ -227,14 +227,14 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
227
227
|
it "should return the port path for a valid port name" do
|
228
228
|
whereis = OpenStruct.new(:stdout => "bonnie++: /usr/ports/benchmarks/bonnie++")
|
229
229
|
@provider.should_receive(:shell_out!).with("whereis -s bonnie++", :env => nil).and_return(whereis)
|
230
|
-
@provider.stub
|
230
|
+
@provider.stub(:port_name).and_return("bonnie++")
|
231
231
|
@provider.port_path.should == "/usr/ports/benchmarks/bonnie++"
|
232
232
|
end
|
233
233
|
|
234
234
|
it "should return the version number when it is installed" do
|
235
235
|
pkg_info = OpenStruct.new(:stdout => "bonnie++-1.96")
|
236
236
|
@provider.should_receive(:shell_out!).with('pkg_info -E "bonnie++*"', :env => nil, :returns => [0,1]).and_return(pkg_info)
|
237
|
-
@provider.stub
|
237
|
+
@provider.stub(:package_name).and_return("bonnie++")
|
238
238
|
@provider.current_installed_version.should == "1.96"
|
239
239
|
end
|
240
240
|
end
|
@@ -262,8 +262,8 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
262
262
|
@current_resource = Chef::Resource::Package.new("perl5.8")
|
263
263
|
@provider = Chef::Provider::Package::Freebsd.new(@new_resource, @run_context)
|
264
264
|
@provider.current_resource = @current_resource
|
265
|
-
@provider.stub
|
266
|
-
@provider.stub
|
265
|
+
@provider.stub(:package_name).and_return("perl")
|
266
|
+
@provider.stub(:latest_link_name).and_return("perl")
|
267
267
|
|
268
268
|
cmd = OpenStruct.new(:status => true)
|
269
269
|
@provider.should_receive(:shell_out!).with("pkg_add -r perl", :env => nil).and_return(cmd)
|
@@ -276,8 +276,8 @@ describe Chef::Provider::Package::Freebsd, "load_current_resource" do
|
|
276
276
|
@current_resource = Chef::Resource::Package.new("mysql50-server")
|
277
277
|
@provider = Chef::Provider::Package::Freebsd.new(@new_resource, @run_context)
|
278
278
|
@provider.current_resource = @current_resource
|
279
|
-
@provider.stub
|
280
|
-
@provider.stub
|
279
|
+
@provider.stub(:package_name).and_return("mysql-server")
|
280
|
+
@provider.stub(:latest_link_name).and_return("mysql50-server")
|
281
281
|
|
282
282
|
cmd = OpenStruct.new(:status => true)
|
283
283
|
@provider.should_receive(:shell_out!).with("pkg_add -r mysql50-server", :env=>nil).and_return(cmd)
|
@@ -28,7 +28,7 @@ describe Chef::Provider::Package::Ips do
|
|
28
28
|
@run_context = Chef::RunContext.new(@node, {}, @events)
|
29
29
|
@new_resource = Chef::Resource::Package.new("crypto/gnupg", @run_context)
|
30
30
|
@current_resource = Chef::Resource::Package.new("crypto/gnupg", @run_context)
|
31
|
-
Chef::Resource::Package.stub
|
31
|
+
Chef::Resource::Package.stub(:new).and_return(@current_resource)
|
32
32
|
@provider = Chef::Provider::Package::Ips.new(@new_resource, @run_context)
|
33
33
|
|
34
34
|
@stdin = StringIO.new
|
@@ -117,7 +117,7 @@ INSTALLED
|
|
117
117
|
@provider.should_receive(:run_command_with_systems_locale).with({
|
118
118
|
:command => "pkg --no-refresh install -q crypto/gnupg@2.0.17"
|
119
119
|
})
|
120
|
-
@new_resource.stub
|
120
|
+
@new_resource.stub(:options).and_return("--no-refresh")
|
121
121
|
@provider.install_package("crypto/gnupg", "2.0.17")
|
122
122
|
end
|
123
123
|
|
@@ -168,7 +168,7 @@ PKG_STATUS
|
|
168
168
|
|
169
169
|
context "when accept_license is true" do
|
170
170
|
before do
|
171
|
-
@new_resource.stub
|
171
|
+
@new_resource.stub(:accept_license).and_return(true)
|
172
172
|
end
|
173
173
|
|
174
174
|
it "should run pkg install with the --accept flag" do
|
@@ -202,7 +202,7 @@ PKG_STATUS
|
|
202
202
|
@provider.should_receive(:run_command_with_systems_locale).with({
|
203
203
|
:command => "pkg --no-refresh uninstall -q crypto/gnupg@2.0.17"
|
204
204
|
})
|
205
|
-
@new_resource.stub
|
205
|
+
@new_resource.stub(:options).and_return("--no-refresh")
|
206
206
|
@provider.remove_package("crypto/gnupg", "2.0.17")
|
207
207
|
end
|
208
208
|
end
|
@@ -27,9 +27,9 @@ describe Chef::Provider::Package::Macports do
|
|
27
27
|
@current_resource = Chef::Resource::Package.new("zsh")
|
28
28
|
|
29
29
|
@provider = Chef::Provider::Package::Macports.new(@new_resource, @run_context)
|
30
|
-
Chef::Resource::Package.stub
|
30
|
+
Chef::Resource::Package.stub(:new).and_return(@current_resource)
|
31
31
|
|
32
|
-
@status =
|
32
|
+
@status = double("Status", :exitstatus => 0)
|
33
33
|
@stdin = StringIO.new
|
34
34
|
@stdout = StringIO.new
|
35
35
|
@stderr = StringIO.new
|
@@ -121,7 +121,7 @@ EOF
|
|
121
121
|
it "should add options to the port command when specified" do
|
122
122
|
@current_resource.should_receive(:version).and_return("4.1.6")
|
123
123
|
@provider.current_resource = @current_resource
|
124
|
-
@new_resource.stub
|
124
|
+
@new_resource.stub(:options).and_return("-f")
|
125
125
|
@provider.should_receive(:run_command_with_systems_locale).with(:command => "port -f install zsh @4.2.7")
|
126
126
|
|
127
127
|
@provider.install_package("zsh", "4.2.7")
|
@@ -140,7 +140,7 @@ EOF
|
|
140
140
|
end
|
141
141
|
|
142
142
|
it "should add options to the port command when specified" do
|
143
|
-
@new_resource.stub
|
143
|
+
@new_resource.stub(:options).and_return("-f")
|
144
144
|
@provider.should_receive(:run_command_with_systems_locale).with(:command => "port -f uninstall zsh @4.2.7")
|
145
145
|
@provider.purge_package("zsh", "4.2.7")
|
146
146
|
end
|
@@ -158,7 +158,7 @@ EOF
|
|
158
158
|
end
|
159
159
|
|
160
160
|
it "should add options to the port command when specified" do
|
161
|
-
@new_resource.stub
|
161
|
+
@new_resource.stub(:options).and_return("-f")
|
162
162
|
@provider.should_receive(:run_command_with_systems_locale).with(:command => "port -f deactivate zsh @4.2.7")
|
163
163
|
@provider.remove_package("zsh", "4.2.7")
|
164
164
|
end
|
@@ -191,7 +191,7 @@ EOF
|
|
191
191
|
end
|
192
192
|
|
193
193
|
it "should add options to the port command when specified" do
|
194
|
-
@new_resource.stub
|
194
|
+
@new_resource.stub(:options).and_return("-f")
|
195
195
|
@current_resource.should_receive(:version).at_least(:once).and_return("4.1.6")
|
196
196
|
@provider.current_resource = @current_resource
|
197
197
|
|
@@ -26,10 +26,10 @@ describe Chef::Provider::Package::Pacman do
|
|
26
26
|
@new_resource = Chef::Resource::Package.new("nano")
|
27
27
|
@current_resource = Chef::Resource::Package.new("nano")
|
28
28
|
|
29
|
-
@status =
|
29
|
+
@status = double("Status", :exitstatus => 0)
|
30
30
|
@provider = Chef::Provider::Package::Pacman.new(@new_resource, @run_context)
|
31
|
-
Chef::Resource::Package.stub
|
32
|
-
@provider.stub
|
31
|
+
Chef::Resource::Package.stub(:new).and_return(@current_resource)
|
32
|
+
@provider.stub(:popen4).and_return(@status)
|
33
33
|
@stdin = StringIO.new
|
34
34
|
@stdout = StringIO.new(<<-ERR)
|
35
35
|
error: package "nano" not found
|
@@ -55,13 +55,13 @@ ERR
|
|
55
55
|
end
|
56
56
|
|
57
57
|
it "should read stdout on pacman" do
|
58
|
-
@provider.stub
|
58
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
59
59
|
@stdout.should_receive(:each).and_return(true)
|
60
60
|
@provider.load_current_resource
|
61
61
|
end
|
62
62
|
|
63
63
|
it "should set the installed version to nil on the current resource if pacman installed version not exists" do
|
64
|
-
@provider.stub
|
64
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
65
65
|
@current_resource.should_receive(:version).with(nil).and_return(true)
|
66
66
|
@provider.load_current_resource
|
67
67
|
end
|
@@ -88,17 +88,17 @@ Install Reason : Explicitly installed
|
|
88
88
|
Install Script : Yes
|
89
89
|
Description : Pico editor clone with enhancements
|
90
90
|
PACMAN
|
91
|
-
@provider.stub
|
91
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
92
92
|
@provider.load_current_resource
|
93
93
|
@current_resource.version.should == "2.2.2-1"
|
94
94
|
end
|
95
95
|
|
96
96
|
it "should set the candidate version if pacman has one" do
|
97
|
-
@stdout.stub
|
97
|
+
@stdout.stub(:each).and_yield("core/nano 2.2.3-1 (base)").
|
98
98
|
and_yield(" Pico editor clone with enhancements").
|
99
99
|
and_yield("community/nanoblogger 3.4.1-1").
|
100
100
|
and_yield(" NanoBlogger is a small weblog engine written in Bash for the command line")
|
101
|
-
@provider.stub
|
101
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
102
102
|
@provider.load_current_resource
|
103
103
|
@provider.candidate_version.should eql("2.2.3-1")
|
104
104
|
end
|
@@ -122,11 +122,11 @@ Include = /etc/pacman.d/mirrorlist
|
|
122
122
|
Include = /etc/pacman.d/mirrorlist
|
123
123
|
PACMAN_CONF
|
124
124
|
|
125
|
-
::File.stub
|
126
|
-
::File.stub
|
127
|
-
@stdout.stub
|
125
|
+
::File.stub(:exists?).with("/etc/pacman.conf").and_return(true)
|
126
|
+
::File.stub(:read).with("/etc/pacman.conf").and_return(@pacman_conf)
|
127
|
+
@stdout.stub(:each).and_yield("customrepo/nano 1.2.3-4").
|
128
128
|
and_yield(" My custom package")
|
129
|
-
@provider.stub
|
129
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
130
130
|
|
131
131
|
@provider.load_current_resource
|
132
132
|
@provider.candidate_version.should eql("1.2.3-4")
|
@@ -139,12 +139,12 @@ PACMAN_CONF
|
|
139
139
|
|
140
140
|
it "should not raise an exception if pacman succeeds" do
|
141
141
|
@status.should_receive(:exitstatus).and_return(0)
|
142
|
-
lambda { @provider.load_current_resource }.should_not raise_error
|
142
|
+
lambda { @provider.load_current_resource }.should_not raise_error
|
143
143
|
end
|
144
144
|
|
145
145
|
it "should raise an exception if pacman does not return a candidate version" do
|
146
|
-
@stdout.stub
|
147
|
-
@provider.stub
|
146
|
+
@stdout.stub(:each).and_yield("")
|
147
|
+
@provider.stub(:popen4).and_yield(@pid, @stdin, @stdout, @stderr).and_return(@status)
|
148
148
|
lambda { @provider.candidate_version }.should raise_error(Chef::Exceptions::Package)
|
149
149
|
end
|
150
150
|
|
@@ -165,7 +165,7 @@ PACMAN_CONF
|
|
165
165
|
@provider.should_receive(:run_command_with_systems_locale).with({
|
166
166
|
:command => "pacman --sync --noconfirm --noprogressbar --debug nano"
|
167
167
|
})
|
168
|
-
@new_resource.stub
|
168
|
+
@new_resource.stub(:options).and_return("--debug")
|
169
169
|
|
170
170
|
@provider.install_package("nano", "1.0")
|
171
171
|
end
|
@@ -190,7 +190,7 @@ PACMAN_CONF
|
|
190
190
|
@provider.should_receive(:run_command_with_systems_locale).with({
|
191
191
|
:command => "pacman --remove --noconfirm --noprogressbar --debug nano"
|
192
192
|
})
|
193
|
-
@new_resource.stub
|
193
|
+
@new_resource.stub(:options).and_return("--debug")
|
194
194
|
|
195
195
|
@provider.remove_package("nano", "1.0")
|
196
196
|
end
|
@@ -27,70 +27,70 @@ describe Chef::Provider::Package::Portage, "load_current_resource" do
|
|
27
27
|
@current_resource = Chef::Resource::Package.new("dev-util/git")
|
28
28
|
|
29
29
|
@provider = Chef::Provider::Package::Portage.new(@new_resource, @run_context)
|
30
|
-
Chef::Resource::Package.stub
|
30
|
+
Chef::Resource::Package.stub(:new).and_return(@current_resource)
|
31
31
|
end
|
32
32
|
|
33
33
|
describe "when determining the current state of the package" do
|
34
34
|
|
35
35
|
it "should create a current resource with the name of new_resource" do
|
36
|
-
::Dir.stub
|
36
|
+
::Dir.stub(:[]).with("/var/db/pkg/dev-util/git-*").and_return(["/var/db/pkg/dev-util/git-1.0.0"])
|
37
37
|
Chef::Resource::Package.should_receive(:new).and_return(@current_resource)
|
38
38
|
@provider.load_current_resource
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should set the current resource package name to the new resource package name" do
|
42
|
-
::Dir.stub
|
42
|
+
::Dir.stub(:[]).with("/var/db/pkg/dev-util/git-*").and_return(["/var/db/pkg/dev-util/git-1.0.0"])
|
43
43
|
@current_resource.should_receive(:package_name).with(@new_resource.package_name)
|
44
44
|
@provider.load_current_resource
|
45
45
|
end
|
46
46
|
|
47
47
|
it "should return a current resource with the correct version if the package is found" do
|
48
|
-
::Dir.stub
|
48
|
+
::Dir.stub(:[]).with("/var/db/pkg/dev-util/git-*").and_return(["/var/db/pkg/dev-util/git-foobar-0.9", "/var/db/pkg/dev-util/git-1.0.0"])
|
49
49
|
@provider.load_current_resource
|
50
50
|
@provider.current_resource.version.should == "1.0.0"
|
51
51
|
end
|
52
52
|
|
53
53
|
it "should return a current resource with the correct version if the package is found with revision" do
|
54
|
-
::Dir.stub
|
54
|
+
::Dir.stub(:[]).with("/var/db/pkg/dev-util/git-*").and_return(["/var/db/pkg/dev-util/git-1.0.0-r1"])
|
55
55
|
@provider.load_current_resource
|
56
56
|
@provider.current_resource.version.should == "1.0.0-r1"
|
57
57
|
end
|
58
58
|
|
59
59
|
it "should return a current resource with a nil version if the package is not found" do
|
60
|
-
::Dir.stub
|
60
|
+
::Dir.stub(:[]).with("/var/db/pkg/dev-util/git-*").and_return(["/var/db/pkg/dev-util/notgit-1.0.0"])
|
61
61
|
@provider.load_current_resource
|
62
62
|
@provider.current_resource.version.should be_nil
|
63
63
|
end
|
64
64
|
|
65
65
|
it "should return a package name match from /var/db/pkg/* if a category isn't specified and a match is found" do
|
66
|
-
::Dir.stub
|
66
|
+
::Dir.stub(:[]).with("/var/db/pkg/*/git-*").and_return(["/var/db/pkg/dev-util/git-foobar-0.9", "/var/db/pkg/dev-util/git-1.0.0"])
|
67
67
|
@provider = Chef::Provider::Package::Portage.new(@new_resource_without_category, @run_context)
|
68
68
|
@provider.load_current_resource
|
69
69
|
@provider.current_resource.version.should == "1.0.0"
|
70
70
|
end
|
71
71
|
|
72
72
|
it "should return a current resource with a nil version if a category isn't specified and a name match from /var/db/pkg/* is not found" do
|
73
|
-
::Dir.stub
|
73
|
+
::Dir.stub(:[]).with("/var/db/pkg/*/git-*").and_return(["/var/db/pkg/dev-util/notgit-1.0.0"])
|
74
74
|
@provider = Chef::Provider::Package::Portage.new(@new_resource_without_category, @run_context)
|
75
75
|
@provider.load_current_resource
|
76
76
|
@provider.current_resource.version.should be_nil
|
77
77
|
end
|
78
78
|
|
79
79
|
it "should throw an exception if a category isn't specified and multiple packages are found" do
|
80
|
-
::Dir.stub
|
80
|
+
::Dir.stub(:[]).with("/var/db/pkg/*/git-*").and_return(["/var/db/pkg/dev-util/git-1.0.0", "/var/db/pkg/funny-words/git-1.0.0"])
|
81
81
|
@provider = Chef::Provider::Package::Portage.new(@new_resource_without_category, @run_context)
|
82
82
|
lambda { @provider.load_current_resource }.should raise_error(Chef::Exceptions::Package)
|
83
83
|
end
|
84
84
|
|
85
85
|
it "should return a current resource with a nil version if a category is specified and multiple packages are found" do
|
86
|
-
::Dir.stub
|
86
|
+
::Dir.stub(:[]).with("/var/db/pkg/dev-util/git-*").and_return(["/var/db/pkg/dev-util/git-1.0.0", "/var/db/pkg/funny-words/git-1.0.0"])
|
87
87
|
@provider = Chef::Provider::Package::Portage.new(@new_resource, @run_context)
|
88
88
|
@provider.load_current_resource
|
89
89
|
@provider.current_resource.version.should be_nil
|
90
90
|
end
|
91
91
|
|
92
92
|
it "should return a current resource with a nil version if a category is not specified and multiple packages from the same category are found" do
|
93
|
-
::Dir.stub
|
93
|
+
::Dir.stub(:[]).with("/var/db/pkg/*/git-*").and_return(["/var/db/pkg/dev-util/git-1.0.0", "/var/db/pkg/dev-util/git-1.0.1"])
|
94
94
|
@provider = Chef::Provider::Package::Portage.new(@new_resource_without_category, @run_context)
|
95
95
|
@provider.load_current_resource
|
96
96
|
@provider.current_resource.version.should be_nil
|
@@ -107,8 +107,8 @@ describe Chef::Provider::Package::Portage, "load_current_resource" do
|
|
107
107
|
end
|
108
108
|
|
109
109
|
it "should throw an exception if the exitstatus is not 0" do
|
110
|
-
@status =
|
111
|
-
@provider.stub
|
110
|
+
@status = double("Status", :exitstatus => 1)
|
111
|
+
@provider.stub(:popen4).and_return(@status)
|
112
112
|
lambda { @provider.candidate_version }.should raise_error(Chef::Exceptions::Package)
|
113
113
|
end
|
114
114
|
|
@@ -143,7 +143,7 @@ Searching...
|
|
143
143
|
License: GPL-2
|
144
144
|
EOF
|
145
145
|
|
146
|
-
@status =
|
146
|
+
@status = double("Status", :exitstatus => 0)
|
147
147
|
@provider.should_receive(:popen4).and_yield(nil, nil, StringIO.new(output), nil).and_return(@status)
|
148
148
|
@provider.candidate_version.should == "1.6.0.6"
|
149
149
|
end
|
@@ -179,7 +179,7 @@ Searching...
|
|
179
179
|
License: GPL-2
|
180
180
|
EOF
|
181
181
|
|
182
|
-
@status =
|
182
|
+
@status = double("Status", :exitstatus => 0)
|
183
183
|
@provider = Chef::Provider::Package::Portage.new(@new_resource_without_category, @run_context)
|
184
184
|
@provider.should_receive(:popen4).and_yield(nil, nil, StringIO.new(output), nil).and_return(@status)
|
185
185
|
@provider.candidate_version.should == "1.6.0.6"
|
@@ -224,7 +224,7 @@ Searching...
|
|
224
224
|
License: GPL-2
|
225
225
|
EOF
|
226
226
|
|
227
|
-
@status =
|
227
|
+
@status = double("Status", :exitstatus => 0)
|
228
228
|
@provider = Chef::Provider::Package::Portage.new(@new_resource_without_category, @run_context)
|
229
229
|
@provider.should_receive(:popen4).and_yield(nil, nil, StringIO.new(output), nil).and_return(@status)
|
230
230
|
lambda { @provider.candidate_version }.should raise_error(Chef::Exceptions::Package)
|
@@ -269,7 +269,7 @@ Searching...
|
|
269
269
|
License: GPL-2
|
270
270
|
EOF
|
271
271
|
|
272
|
-
@status =
|
272
|
+
@status = double("Status", :exitstatus => 0)
|
273
273
|
@provider = Chef::Provider::Package::Portage.new(@new_resource, @run_context)
|
274
274
|
@provider.should_receive(:popen4).and_yield(nil, nil, StringIO.new(output), nil).and_return(@status)
|
275
275
|
@provider.candidate_version.should == "1.6.0.6"
|
@@ -295,7 +295,7 @@ EOF
|
|
295
295
|
@provider.should_receive(:run_command_with_systems_locale).with({
|
296
296
|
:command => "emerge -g --color n --nospinner --quiet --oneshot =dev-util/git-1.0.0"
|
297
297
|
})
|
298
|
-
@new_resource.stub
|
298
|
+
@new_resource.stub(:options).and_return("--oneshot")
|
299
299
|
|
300
300
|
@provider.install_package("dev-util/git", "1.0.0")
|
301
301
|
end
|