chef 11.10.0.rc.0-x86-mingw32 → 11.10.0.rc.1-x86-mingw32
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
@@ -27,7 +27,7 @@ describe Chef::Provider::User::Solaris do
|
|
27
27
|
p.current_resource = @current_resource
|
28
28
|
|
29
29
|
# Prevent the useradd-based provider tests from trying to write /etc/shadow
|
30
|
-
p.stub
|
30
|
+
p.stub(:write_shadow_file)
|
31
31
|
p
|
32
32
|
end
|
33
33
|
|
@@ -52,12 +52,12 @@ describe Chef::Provider::User::Solaris do
|
|
52
52
|
@new_resource.password "hocus-pocus"
|
53
53
|
|
54
54
|
# Let these tests run #write_shadow_file
|
55
|
-
provider.unstub
|
55
|
+
provider.unstub(:write_shadow_file)
|
56
56
|
end
|
57
57
|
|
58
58
|
it "should use its own shadow file writer to set the password" do
|
59
59
|
provider.should_receive(:write_shadow_file)
|
60
|
-
provider.stub
|
60
|
+
provider.stub(:shell_out!).and_return(true)
|
61
61
|
provider.manage_user
|
62
62
|
end
|
63
63
|
|
@@ -66,10 +66,10 @@ describe Chef::Provider::User::Solaris do
|
|
66
66
|
password_file.puts "adam:existingpassword:15441::::::"
|
67
67
|
password_file.close
|
68
68
|
provider.password_file = password_file.path
|
69
|
-
provider.stub
|
69
|
+
provider.stub(:shell_out!).and_return(true)
|
70
70
|
# may not be able to write to /etc for tests...
|
71
71
|
temp_file = Tempfile.new("shadow")
|
72
|
-
Tempfile.stub
|
72
|
+
Tempfile.stub(:new).with("shadow", "/etc").and_return(temp_file)
|
73
73
|
@new_resource.password "verysecurepassword"
|
74
74
|
provider.manage_user
|
75
75
|
::File.open(password_file.path, "r").read.should =~ /adam:verysecurepassword:/
|
@@ -35,8 +35,8 @@ describe Chef::Provider::User::Windows do
|
|
35
35
|
@run_context = Chef::RunContext.new(@node, {}, @events)
|
36
36
|
@current_resource = Chef::Resource::User.new("monkey")
|
37
37
|
|
38
|
-
@net_user =
|
39
|
-
Chef::Util::Windows::NetUser.stub
|
38
|
+
@net_user = double("Chef::Util::Windows::NetUser")
|
39
|
+
Chef::Util::Windows::NetUser.stub(:new).and_return(@net_user)
|
40
40
|
|
41
41
|
@provider = Chef::Provider::User::Windows.new(@new_resource, @run_context)
|
42
42
|
@provider.current_resource = @current_resource
|
@@ -120,7 +120,7 @@ describe Chef::Provider::User::Windows do
|
|
120
120
|
|
121
121
|
describe "when creating the user" do
|
122
122
|
it "should call @net_user.add with the return of set_options" do
|
123
|
-
@provider.stub
|
123
|
+
@provider.stub(:set_options).and_return(:name=> "monkey")
|
124
124
|
@net_user.should_receive(:add).with(:name=> "monkey")
|
125
125
|
@provider.create_user
|
126
126
|
end
|
@@ -128,7 +128,7 @@ describe Chef::Provider::User::Windows do
|
|
128
128
|
|
129
129
|
describe "manage_user" do
|
130
130
|
before(:each) do
|
131
|
-
@provider.stub
|
131
|
+
@provider.stub(:set_options).and_return(:name=> "monkey")
|
132
132
|
end
|
133
133
|
|
134
134
|
it "should call @net_user.update with the return of set_options" do
|
@@ -150,19 +150,19 @@ describe Chef::Provider::User::Windows do
|
|
150
150
|
end
|
151
151
|
|
152
152
|
it "should return true if user is locked" do
|
153
|
-
@net_user.stub
|
153
|
+
@net_user.stub(:check_enabled).and_return(true)
|
154
154
|
@provider.check_lock.should eql(true)
|
155
155
|
end
|
156
156
|
|
157
157
|
it "should return false if user is not locked" do
|
158
|
-
@net_user.stub
|
158
|
+
@net_user.stub(:check_enabled).and_return(false)
|
159
159
|
@provider.check_lock.should eql(false)
|
160
160
|
end
|
161
161
|
end
|
162
162
|
|
163
163
|
describe "locking the user" do
|
164
164
|
it "should call @net_user.disable_account" do
|
165
|
-
@net_user.stub
|
165
|
+
@net_user.stub(:check_enabled).and_return(true)
|
166
166
|
@net_user.should_receive(:disable_account)
|
167
167
|
@provider.lock_user
|
168
168
|
end
|
@@ -170,7 +170,7 @@ describe Chef::Provider::User::Windows do
|
|
170
170
|
|
171
171
|
describe "unlocking the user" do
|
172
172
|
it "should call @net_user.enable_account" do
|
173
|
-
@net_user.stub
|
173
|
+
@net_user.stub(:check_enabled).and_return(false)
|
174
174
|
@net_user.should_receive(:enable_account)
|
175
175
|
@provider.unlock_user
|
176
176
|
end
|
@@ -58,7 +58,7 @@ describe Chef::Provider::User do
|
|
58
58
|
describe "executing load_current_resource" do
|
59
59
|
before(:each) do
|
60
60
|
@node = Chef::Node.new
|
61
|
-
#@new_resource =
|
61
|
+
#@new_resource = double("Chef::Resource::User",
|
62
62
|
# :null_object => true,
|
63
63
|
# :username => "adam",
|
64
64
|
# :comment => "Adam Jacob",
|
@@ -69,7 +69,7 @@ describe Chef::Provider::User do
|
|
69
69
|
# :password => nil,
|
70
70
|
# :updated => nil
|
71
71
|
#)
|
72
|
-
Chef::Resource::User.stub
|
72
|
+
Chef::Resource::User.stub(:new).and_return(@current_resource)
|
73
73
|
@pw_user = EtcPwnamIsh.new
|
74
74
|
@pw_user.name = "adam"
|
75
75
|
@pw_user.gid = 1000
|
@@ -78,7 +78,7 @@ describe Chef::Provider::User do
|
|
78
78
|
@pw_user.dir = "/home/adam"
|
79
79
|
@pw_user.shell = "/usr/bin/zsh"
|
80
80
|
@pw_user.passwd = "*"
|
81
|
-
Etc.stub
|
81
|
+
Etc.stub(:getpwnam).and_return(@pw_user)
|
82
82
|
end
|
83
83
|
|
84
84
|
it "should create a current resource with the same name as the new resource" do
|
@@ -129,7 +129,7 @@ describe Chef::Provider::User do
|
|
129
129
|
end
|
130
130
|
|
131
131
|
it "shouldn't try and convert the group gid if none has been supplied" do
|
132
|
-
@new_resource.stub
|
132
|
+
@new_resource.stub(:gid).and_return(nil)
|
133
133
|
@provider.should_not_receive(:convert_group_name)
|
134
134
|
@provider.load_current_resource
|
135
135
|
end
|
@@ -156,7 +156,7 @@ describe Chef::Provider::User do
|
|
156
156
|
user.name = "root"
|
157
157
|
user.passwd = "x"
|
158
158
|
@new_resource.password "some new password"
|
159
|
-
Etc.stub
|
159
|
+
Etc.stub(:getpwnam).and_return(user)
|
160
160
|
end
|
161
161
|
|
162
162
|
unless shadow_lib_unavail?
|
@@ -225,8 +225,8 @@ describe Chef::Provider::User do
|
|
225
225
|
|
226
226
|
describe "action_create" do
|
227
227
|
before(:each) do
|
228
|
-
@provider.stub
|
229
|
-
# @current_resource =
|
228
|
+
@provider.stub(:load_current_resource)
|
229
|
+
# @current_resource = double("Chef::Resource::User",
|
230
230
|
# :null_object => true,
|
231
231
|
# :username => "adam",
|
232
232
|
# :comment => "Adam Jacob",
|
@@ -240,8 +240,8 @@ describe Chef::Provider::User do
|
|
240
240
|
# @provider = Chef::Provider::User.new(@node, @new_resource)
|
241
241
|
# @provider.current_resource = @current_resource
|
242
242
|
# @provider.user_exists = false
|
243
|
-
# @provider.stub
|
244
|
-
# @provider.stub
|
243
|
+
# @provider.stub(:create_user).and_return(true)
|
244
|
+
# @provider.stub(:manage_user).and_return(true)
|
245
245
|
end
|
246
246
|
|
247
247
|
it "should call create_user if the user does not exist" do
|
@@ -254,15 +254,15 @@ describe Chef::Provider::User do
|
|
254
254
|
|
255
255
|
it "should call manage_user if the user exists and has mismatched attributes" do
|
256
256
|
@provider.user_exists = true
|
257
|
-
@provider.stub
|
257
|
+
@provider.stub(:compare_user).and_return(true)
|
258
258
|
@provider.should_receive(:manage_user).and_return(true)
|
259
259
|
@provider.action_create
|
260
260
|
end
|
261
261
|
|
262
262
|
it "should set the new_resources updated flag when it creates the user if we call manage_user" do
|
263
263
|
@provider.user_exists = true
|
264
|
-
@provider.stub
|
265
|
-
@provider.stub
|
264
|
+
@provider.stub(:compare_user).and_return(true)
|
265
|
+
@provider.stub(:manage_user).and_return(true)
|
266
266
|
@provider.action_create
|
267
267
|
@provider.set_updated_status
|
268
268
|
@new_resource.should be_updated
|
@@ -271,7 +271,7 @@ describe Chef::Provider::User do
|
|
271
271
|
|
272
272
|
describe "action_remove" do
|
273
273
|
before(:each) do
|
274
|
-
@provider.stub
|
274
|
+
@provider.stub(:load_current_resource)
|
275
275
|
end
|
276
276
|
|
277
277
|
it "should not call remove_user if the user does not exist" do
|
@@ -297,18 +297,18 @@ describe Chef::Provider::User do
|
|
297
297
|
|
298
298
|
describe "action_manage" do
|
299
299
|
before(:each) do
|
300
|
-
@provider.stub
|
300
|
+
@provider.stub(:load_current_resource)
|
301
301
|
# @node = Chef::Node.new
|
302
|
-
# @new_resource =
|
302
|
+
# @new_resource = double("Chef::Resource::User",
|
303
303
|
# :null_object => true
|
304
304
|
# )
|
305
|
-
# @current_resource =
|
305
|
+
# @current_resource = double("Chef::Resource::User",
|
306
306
|
# :null_object => true
|
307
307
|
# )
|
308
308
|
# @provider = Chef::Provider::User.new(@node, @new_resource)
|
309
309
|
# @provider.current_resource = @current_resource
|
310
310
|
# @provider.user_exists = true
|
311
|
-
# @provider.stub
|
311
|
+
# @provider.stub(:manage_user).and_return(true)
|
312
312
|
end
|
313
313
|
|
314
314
|
it "should run manage_user if the user exists and has mismatched attributes" do
|
@@ -318,8 +318,8 @@ describe Chef::Provider::User do
|
|
318
318
|
end
|
319
319
|
|
320
320
|
it "should set the new resources updated flag to true if manage_user is called" do
|
321
|
-
@provider.stub
|
322
|
-
@provider.stub
|
321
|
+
@provider.stub(:compare_user).and_return(true)
|
322
|
+
@provider.stub(:manage_user).and_return(true)
|
323
323
|
@provider.action_manage
|
324
324
|
@provider.set_updated_status
|
325
325
|
@new_resource.should be_updated
|
@@ -340,18 +340,18 @@ describe Chef::Provider::User do
|
|
340
340
|
|
341
341
|
describe "action_modify" do
|
342
342
|
before(:each) do
|
343
|
-
@provider.stub
|
343
|
+
@provider.stub(:load_current_resource)
|
344
344
|
# @node = Chef::Node.new
|
345
|
-
# @new_resource =
|
345
|
+
# @new_resource = double("Chef::Resource::User",
|
346
346
|
# :null_object => true
|
347
347
|
# )
|
348
|
-
# @current_resource =
|
348
|
+
# @current_resource = double("Chef::Resource::User",
|
349
349
|
# :null_object => true
|
350
350
|
# )
|
351
351
|
# @provider = Chef::Provider::User.new(@node, @new_resource)
|
352
352
|
# @provider.current_resource = @current_resource
|
353
353
|
# @provider.user_exists = true
|
354
|
-
# @provider.stub
|
354
|
+
# @provider.stub(:manage_user).and_return(true)
|
355
355
|
end
|
356
356
|
|
357
357
|
it "should run manage_user if the user exists and has mismatched attributes" do
|
@@ -361,8 +361,8 @@ describe Chef::Provider::User do
|
|
361
361
|
end
|
362
362
|
|
363
363
|
it "should set the new resources updated flag to true if manage_user is called" do
|
364
|
-
@provider.stub
|
365
|
-
@provider.stub
|
364
|
+
@provider.stub(:compare_user).and_return(true)
|
365
|
+
@provider.stub(:manage_user).and_return(true)
|
366
366
|
@provider.action_modify
|
367
367
|
@provider.set_updated_status
|
368
368
|
@new_resource.should be_updated
|
@@ -383,16 +383,16 @@ describe Chef::Provider::User do
|
|
383
383
|
|
384
384
|
describe "action_lock" do
|
385
385
|
before(:each) do
|
386
|
-
@provider.stub
|
386
|
+
@provider.stub(:load_current_resource)
|
387
387
|
end
|
388
388
|
it "should lock the user if it exists and is unlocked" do
|
389
|
-
@provider.stub
|
389
|
+
@provider.stub(:check_lock).and_return(false)
|
390
390
|
@provider.should_receive(:lock_user).and_return(true)
|
391
391
|
@provider.action_lock
|
392
392
|
end
|
393
393
|
|
394
394
|
it "should set the new resources updated flag to true if lock_user is called" do
|
395
|
-
@provider.stub
|
395
|
+
@provider.stub(:check_lock).and_return(false)
|
396
396
|
@provider.should_receive(:lock_user)
|
397
397
|
@provider.action_lock
|
398
398
|
@provider.set_updated_status
|
@@ -409,23 +409,23 @@ describe Chef::Provider::User do
|
|
409
409
|
|
410
410
|
describe "action_unlock" do
|
411
411
|
before(:each) do
|
412
|
-
@provider.stub
|
412
|
+
@provider.stub(:load_current_resource)
|
413
413
|
# @node = Chef::Node.new
|
414
|
-
# @new_resource =
|
414
|
+
# @new_resource = double("Chef::Resource::User",
|
415
415
|
# :null_object => true
|
416
416
|
# )
|
417
|
-
# @current_resource =
|
417
|
+
# @current_resource = double("Chef::Resource::User",
|
418
418
|
# :null_object => true
|
419
419
|
# )
|
420
420
|
# @provider = Chef::Provider::User.new(@node, @new_resource)
|
421
421
|
# @provider.current_resource = @current_resource
|
422
422
|
# @provider.user_exists = true
|
423
|
-
# @provider.stub
|
424
|
-
# @provider.stub
|
423
|
+
# @provider.stub(:check_lock).and_return(true)
|
424
|
+
# @provider.stub(:unlock_user).and_return(true)
|
425
425
|
end
|
426
426
|
|
427
427
|
it "should unlock the user if it exists and is locked" do
|
428
|
-
@provider.stub
|
428
|
+
@provider.stub(:check_lock).and_return(true)
|
429
429
|
@provider.should_receive(:unlock_user).and_return(true)
|
430
430
|
@provider.action_unlock
|
431
431
|
@provider.set_updated_status
|
data/spec/unit/provider_spec.rb
CHANGED
@@ -93,15 +93,15 @@ describe Chef::Provider do
|
|
93
93
|
it "does not re-load recipes when creating the temporary run context" do
|
94
94
|
# we actually want to test that RunContext#load is never called, but we
|
95
95
|
# can't stub all instances of an object with rspec's mocks. :/
|
96
|
-
Chef::RunContext.stub
|
96
|
+
Chef::RunContext.stub(:new).and_raise("not supposed to happen")
|
97
97
|
snitch = Proc.new {temporary_collection = @run_context.resource_collection}
|
98
98
|
@provider.send(:recipe_eval, &snitch)
|
99
99
|
end
|
100
100
|
|
101
101
|
context "when no converge actions are queued" do
|
102
102
|
before do
|
103
|
-
@provider.stub
|
104
|
-
@provider.stub
|
103
|
+
@provider.stub(:whyrun_supported?).and_return(true)
|
104
|
+
@provider.stub(:load_current_resource)
|
105
105
|
end
|
106
106
|
|
107
107
|
it "does not mark the new resource as updated" do
|
data/spec/unit/recipe_spec.rb
CHANGED
@@ -36,7 +36,7 @@ describe Chef::Recipe do
|
|
36
36
|
# Shell/ext.rb is on the run path, and it defines
|
37
37
|
# Chef::Recipe#resources to call pp, which we don't want when
|
38
38
|
# we're running tests.
|
39
|
-
@recipe.stub
|
39
|
+
@recipe.stub(:pp)
|
40
40
|
end
|
41
41
|
|
42
42
|
describe "method_missing" do
|
@@ -46,7 +46,7 @@ describe Chef::Recipe do
|
|
46
46
|
@recipe.zen_master "monkey" do
|
47
47
|
peace true
|
48
48
|
end
|
49
|
-
end.should_not raise_error
|
49
|
+
end.should_not raise_error
|
50
50
|
end
|
51
51
|
|
52
52
|
it "should load a one word (cat) resource" do
|
@@ -54,7 +54,7 @@ describe Chef::Recipe do
|
|
54
54
|
@recipe.cat "loulou" do
|
55
55
|
pretty_kitty true
|
56
56
|
end
|
57
|
-
end.should_not raise_error
|
57
|
+
end.should_not raise_error
|
58
58
|
end
|
59
59
|
|
60
60
|
it "should load a four word (one_two_three_four) resource" do
|
@@ -62,7 +62,7 @@ describe Chef::Recipe do
|
|
62
62
|
@recipe.one_two_three_four "numbers" do
|
63
63
|
i_can_count true
|
64
64
|
end
|
65
|
-
end.should_not raise_error
|
65
|
+
end.should_not raise_error
|
66
66
|
end
|
67
67
|
|
68
68
|
it "should throw an error if you access a resource that we can't find" do
|
@@ -127,6 +127,81 @@ describe Chef::Recipe do
|
|
127
127
|
end
|
128
128
|
end
|
129
129
|
|
130
|
+
describe "creating resources via build_resource" do
|
131
|
+
let(:zm_resource) do
|
132
|
+
@recipe.build_resource(:zen_master, "klopp") do
|
133
|
+
something "bvb"
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
it "applies attributes from the block to the resource" do
|
138
|
+
zm_resource.something.should == "bvb"
|
139
|
+
end
|
140
|
+
|
141
|
+
it "sets contextual attributes on the resource" do
|
142
|
+
zm_resource.recipe_name.should == "test"
|
143
|
+
zm_resource.cookbook_name.should == "hjk"
|
144
|
+
zm_resource.source_line.should include(__FILE__)
|
145
|
+
end
|
146
|
+
|
147
|
+
it "does not add the resource to the resource collection" do
|
148
|
+
zm_resource # force let binding evaluation
|
149
|
+
expect { @run_context.resource_collection.resources(:zen_master => "klopp") }.to raise_error(Chef::Exceptions::ResourceNotFound)
|
150
|
+
end
|
151
|
+
|
152
|
+
end
|
153
|
+
|
154
|
+
describe "creating resources via declare_resource" do
|
155
|
+
let(:zm_resource) do
|
156
|
+
@recipe.declare_resource(:zen_master, "klopp") do
|
157
|
+
something "bvb"
|
158
|
+
end
|
159
|
+
end
|
160
|
+
|
161
|
+
it "applies attributes from the block to the resource" do
|
162
|
+
zm_resource.something.should == "bvb"
|
163
|
+
end
|
164
|
+
|
165
|
+
it "sets contextual attributes on the resource" do
|
166
|
+
zm_resource.recipe_name.should == "test"
|
167
|
+
zm_resource.cookbook_name.should == "hjk"
|
168
|
+
zm_resource.source_line.should include(__FILE__)
|
169
|
+
end
|
170
|
+
|
171
|
+
it "adds the resource to the resource collection" do
|
172
|
+
zm_resource # force let binding evaluation
|
173
|
+
@run_context.resource_collection.resources(:zen_master => "klopp").should == zm_resource
|
174
|
+
end
|
175
|
+
|
176
|
+
end
|
177
|
+
|
178
|
+
describe "when attempting to create a resource of an invalid type" do
|
179
|
+
|
180
|
+
it "gives a sane error message when using method_missing" do
|
181
|
+
lambda do
|
182
|
+
@recipe.no_such_resource("foo")
|
183
|
+
end.should raise_error(NoMethodError, %q[No resource or method named `no_such_resource' for `Chef::Recipe "test"'])
|
184
|
+
end
|
185
|
+
|
186
|
+
it "gives a sane error message when using method_missing 'bare'" do
|
187
|
+
lambda do
|
188
|
+
@recipe.instance_eval do
|
189
|
+
# Giving an argument will change this from NameError to NoMethodError
|
190
|
+
no_such_resource
|
191
|
+
end
|
192
|
+
end.should raise_error(NameError, %q[No resource, method, or local variable named `no_such_resource' for `Chef::Recipe "test"'])
|
193
|
+
end
|
194
|
+
|
195
|
+
it "gives a sane error message when using build_resource" do
|
196
|
+
expect { @recipe.build_resource(:no_such_resource, "foo") }.to raise_error(Chef::Exceptions::NoSuchResourceType)
|
197
|
+
end
|
198
|
+
|
199
|
+
it "gives a sane error message when using declare_resource" do
|
200
|
+
expect { @recipe.declare_resource(:no_such_resource, "bar") }.to raise_error(Chef::Exceptions::NoSuchResourceType)
|
201
|
+
end
|
202
|
+
|
203
|
+
end
|
204
|
+
|
130
205
|
describe "resource definitions" do
|
131
206
|
it "should execute defined resources" do
|
132
207
|
crow_define = Chef::ResourceDefinition.new
|
@@ -43,8 +43,8 @@ describe Chef::Provider::RegistryKey do
|
|
43
43
|
|
44
44
|
Win32::Registry::Error = Class.new(RuntimeError)
|
45
45
|
|
46
|
-
@hive_mock =
|
47
|
-
@reg_mock =
|
46
|
+
@hive_mock = double("::Win32::Registry::HKEY_CURRENT_USER")
|
47
|
+
@reg_mock = double("reg")
|
48
48
|
end
|
49
49
|
|
50
50
|
describe "get_values" do
|