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
@@ -34,7 +34,7 @@ describe Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector do
|
|
34
34
|
|
35
35
|
@response_body = %Q({"error": [{"message": "gtfo"}])
|
36
36
|
@response = Net::HTTPForbidden.new("1.1", "403", "(response) forbidden")
|
37
|
-
@response.stub
|
37
|
+
@response.stub(:body).and_return(@response_body)
|
38
38
|
@exception = Net::HTTPServerException.new("(exception) forbidden", @response)
|
39
39
|
|
40
40
|
@inspector = Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector.new(@expanded_run_list, @exception)
|
@@ -55,7 +55,7 @@ describe Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector do
|
|
55
55
|
|
56
56
|
@response_body = "{\"error\":[\"{\\\"non_existent_cookbooks\\\":[\\\"apache2\\\"],\\\"cookbooks_with_no_versions\\\":[\\\"users\\\"],\\\"message\\\":\\\"Run list contains invalid items: no such cookbook nope.\\\"}\"]}"
|
57
57
|
@response = Net::HTTPPreconditionFailed.new("1.1", "412", "(response) unauthorized")
|
58
|
-
@response.stub
|
58
|
+
@response.stub(:body).and_return(@response_body)
|
59
59
|
@exception = Net::HTTPServerException.new("(exception) precondition failed", @response)
|
60
60
|
|
61
61
|
@inspector = Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector.new(@expanded_run_list, @exception)
|
@@ -83,7 +83,7 @@ describe Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector do
|
|
83
83
|
|
84
84
|
@response_body = "{\"error\":[{\"non_existent_cookbooks\":[],\"cookbooks_with_no_versions\":[],\"message\":\"unable to solve dependencies in alotted time.\"}]}"
|
85
85
|
@response = Net::HTTPPreconditionFailed.new("1.1", "412", "(response) unauthorized")
|
86
|
-
@response.stub
|
86
|
+
@response.stub(:body).and_return(@response_body)
|
87
87
|
@exception = Net::HTTPServerException.new("(exception) precondition failed", @response)
|
88
88
|
|
89
89
|
@inspector = Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector.new(@expanded_run_list, @exception)
|
@@ -106,7 +106,7 @@ describe Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector do
|
|
106
106
|
|
107
107
|
@response_body = "{\"error\":[{\"non_existent_cookbooks\":[\"apache2\"],\"cookbooks_with_no_versions\":[\"users\"],\"message\":\"Run list contains invalid items: no such cookbook nope.\"}]}"
|
108
108
|
@response = Net::HTTPPreconditionFailed.new("1.1", "412", "(response) unauthorized")
|
109
|
-
@response.stub
|
109
|
+
@response.stub(:body).and_return(@response_body)
|
110
110
|
@exception = Net::HTTPServerException.new("(exception) precondition failed", @response)
|
111
111
|
|
112
112
|
@inspector = Chef::Formatters::ErrorInspectors::CookbookResolveErrorInspector.new(@expanded_run_list, @exception)
|
@@ -29,7 +29,7 @@ describe Chef::Formatters::ErrorInspectors::CookbookSyncErrorInspector do
|
|
29
29
|
before do
|
30
30
|
@response_body = "sad trombone orchestra"
|
31
31
|
@response = Net::HTTPBadGateway.new("1.1", "502", "(response) bad gateway")
|
32
|
-
@response.stub
|
32
|
+
@response.stub(:body).and_return(@response_body)
|
33
33
|
@exception = Net::HTTPFatalError.new("(exception) bad gateway", @response)
|
34
34
|
@inspector = described_class.new({}, @exception)
|
35
35
|
@inspector.add_explanation(@description)
|
@@ -38,7 +38,7 @@ describe Chef::Formatters::ErrorInspectors::ResourceFailureInspector do
|
|
38
38
|
@outputter = Chef::Formatters::Outputter.new(@stdout, STDERR)
|
39
39
|
#@outputter = Chef::Formatters::Outputter.new(STDOUT, STDERR)
|
40
40
|
|
41
|
-
Chef::Config.stub
|
41
|
+
Chef::Config.stub(:cookbook_path).and_return([ "/var/chef/cache" ])
|
42
42
|
end
|
43
43
|
|
44
44
|
describe "when explaining an error converging a resource" do
|
@@ -112,8 +112,8 @@ describe Chef::Formatters::ErrorInspectors::ResourceFailureInspector do
|
|
112
112
|
before do
|
113
113
|
# fake code to run through #recipe_snippet
|
114
114
|
source_file = [ "if true", "var = non_existant", "end" ]
|
115
|
-
IO.stub
|
116
|
-
File.stub
|
115
|
+
IO.stub(:readlines).and_return(source_file)
|
116
|
+
File.stub(:exists?).and_return(true)
|
117
117
|
end
|
118
118
|
|
119
119
|
it "parses a Windows path" do
|
@@ -132,8 +132,8 @@ describe Chef::Formatters::ErrorInspectors::ResourceFailureInspector do
|
|
132
132
|
|
133
133
|
context "when the recipe file does not exist" do
|
134
134
|
before do
|
135
|
-
File.stub
|
136
|
-
IO.stub
|
135
|
+
File.stub(:exists?).and_return(false)
|
136
|
+
IO.stub(:readlines).and_raise(Errno::ENOENT)
|
137
137
|
end
|
138
138
|
|
139
139
|
it "does not try to parse a recipe in chef-shell/irb (CHEF-3411)" do
|
@@ -172,7 +172,7 @@ describe Chef::Formatters::ErrorInspectors::ResourceFailureInspector do
|
|
172
172
|
end
|
173
173
|
|
174
174
|
it "does not generate an error" do
|
175
|
-
lambda { @inspector.add_explanation(@description) }.should_not raise_error
|
175
|
+
lambda { @inspector.add_explanation(@description) }.should_not raise_error
|
176
176
|
@description.display(@outputter)
|
177
177
|
end
|
178
178
|
end
|
@@ -55,10 +55,10 @@ describe Chef::Formatters::ErrorInspectors::RunListExpansionErrorInspector do
|
|
55
55
|
|
56
56
|
@response_body = "forbidden"
|
57
57
|
@response = Net::HTTPForbidden.new("1.1", "403", "(response) forbidden")
|
58
|
-
@response.stub
|
58
|
+
@response.stub(:body).and_return(@response_body)
|
59
59
|
@exception = Net::HTTPServerException.new("(exception) forbidden", @response)
|
60
60
|
@inspector = Chef::Formatters::ErrorInspectors::RunListExpansionErrorInspector.new(@node, @exception)
|
61
|
-
@inspector.stub
|
61
|
+
@inspector.stub(:config).and_return(:node_name => "unit-test.example.com")
|
62
62
|
|
63
63
|
@inspector.add_explanation(@description)
|
64
64
|
end
|
@@ -73,11 +73,11 @@ describe Chef::Formatters::ErrorInspectors::RunListExpansionErrorInspector do
|
|
73
73
|
before do
|
74
74
|
@response_body = "check your key and node name"
|
75
75
|
@response = Net::HTTPUnauthorized.new("1.1", "401", "(response) unauthorized")
|
76
|
-
@response.stub
|
76
|
+
@response.stub(:body).and_return(@response_body)
|
77
77
|
@exception = Net::HTTPServerException.new("(exception) unauthorized", @response)
|
78
78
|
|
79
79
|
@inspector = Chef::Formatters::ErrorInspectors::RunListExpansionErrorInspector.new(@node, @exception)
|
80
|
-
@inspector.stub
|
80
|
+
@inspector.stub(:config).and_return(:node_name => "unit-test.example.com",
|
81
81
|
:client_key => "/etc/chef/client.pem",
|
82
82
|
:chef_server_url => "http://chef.example.com")
|
83
83
|
|
data/spec/unit/handler_spec.rb
CHANGED
@@ -42,7 +42,7 @@ describe Chef::Handler do
|
|
42
42
|
@run_status.run_context = @run_context
|
43
43
|
@start_time = Time.now
|
44
44
|
@end_time = @start_time + 4.2
|
45
|
-
Time.stub
|
45
|
+
Time.stub(:now).and_return(@start_time, @end_time)
|
46
46
|
@run_status.start_clock
|
47
47
|
@run_status.stop_clock
|
48
48
|
end
|
@@ -124,7 +124,7 @@ describe Chef::Handler do
|
|
124
124
|
@run_status.run_context = @run_context
|
125
125
|
@start_time = Time.now
|
126
126
|
@end_time = @start_time + 4.2
|
127
|
-
Time.stub
|
127
|
+
Time.stub(:now).and_return(@start_time, @end_time)
|
128
128
|
@run_status.start_clock
|
129
129
|
@run_status.stop_clock
|
130
130
|
end
|
@@ -171,7 +171,7 @@ describe Chef::Handler do
|
|
171
171
|
describe "when running a start handler" do
|
172
172
|
before do
|
173
173
|
@start_time = Time.now
|
174
|
-
Time.stub
|
174
|
+
Time.stub(:now).and_return(@start_time)
|
175
175
|
@run_status.start_clock
|
176
176
|
end
|
177
177
|
|
@@ -29,9 +29,9 @@ describe Chef::Knife::Bootstrap do
|
|
29
29
|
@knife.merge_configs
|
30
30
|
@knife.config[:template_file] = File.expand_path(File.join(CHEF_SPEC_DATA, "bootstrap", "test.erb"))
|
31
31
|
@stdout = StringIO.new
|
32
|
-
@knife.ui.stub
|
32
|
+
@knife.ui.stub(:stdout).and_return(@stdout)
|
33
33
|
@stderr = StringIO.new
|
34
|
-
@knife.ui.stub
|
34
|
+
@knife.ui.stub(:stderr).and_return(@stderr)
|
35
35
|
end
|
36
36
|
|
37
37
|
it "should return a name of default bootstrap template" do
|
@@ -47,8 +47,8 @@ describe Chef::Knife::Bootstrap do
|
|
47
47
|
it "should look for templates early in the run" do
|
48
48
|
File.stub(:exists?).and_return(true)
|
49
49
|
@knife.name_args = ['shatner']
|
50
|
-
@knife.stub
|
51
|
-
@knife.stub
|
50
|
+
@knife.stub(:read_template).and_return("")
|
51
|
+
@knife.stub(:knife_ssh).and_return(true)
|
52
52
|
@knife_ssh = @knife.knife_ssh
|
53
53
|
@knife.should_receive(:find_template).ordered
|
54
54
|
@knife.should_receive(:knife_ssh).ordered
|
@@ -110,10 +110,10 @@ describe Chef::Knife::Bootstrap do
|
|
110
110
|
it "should populate a hint file with JSON when given a file to read" do
|
111
111
|
@knife.stub(:find_template).and_return(true)
|
112
112
|
@knife.config[:template_file] = File.expand_path(File.join(CHEF_SPEC_DATA, "bootstrap", "test-hints.erb"))
|
113
|
-
::File.stub
|
113
|
+
::File.stub(:read).and_return('{ "foo" : "bar" }')
|
114
114
|
@knife.instance_variable_set("@template_file", @knife.config[:template_file])
|
115
115
|
template_string = @knife.read_template
|
116
|
-
@knife.stub
|
116
|
+
@knife.stub(:read_template).and_return('{ "foo" : "bar" }')
|
117
117
|
@knife.parse_options(["--hint", "openstack=hints/openstack.json"])
|
118
118
|
@knife.render_template(template_string).should match /\{\"foo\":\"bar\"\}/
|
119
119
|
end
|
@@ -214,7 +214,7 @@ describe Chef::Knife::Bootstrap do
|
|
214
214
|
Chef::Config[:knife][:ssh_port] = nil
|
215
215
|
@knife.config[:forward_agent] = true
|
216
216
|
@knife.config[:identity_file] = "~/.ssh/me.rsa"
|
217
|
-
@knife.stub
|
217
|
+
@knife.stub(:read_template).and_return("")
|
218
218
|
@knife_ssh = @knife.knife_ssh
|
219
219
|
end
|
220
220
|
|
@@ -282,7 +282,7 @@ describe Chef::Knife::Bootstrap do
|
|
282
282
|
Chef::Config[:knife][:identity_file] = "~/.ssh/you.rsa"
|
283
283
|
Chef::Config[:knife][:ssh_gateway] = "towel.blinkenlights.nl"
|
284
284
|
Chef::Config[:knife][:host_key_verify] = true
|
285
|
-
@knife.stub
|
285
|
+
@knife.stub(:read_template).and_return("")
|
286
286
|
@knife_ssh = @knife.knife_ssh
|
287
287
|
end
|
288
288
|
|
@@ -316,20 +316,20 @@ describe Chef::Knife::Bootstrap do
|
|
316
316
|
@knife.name_args = ["foo.example.com"]
|
317
317
|
@knife.config[:ssh_user] = "rooty"
|
318
318
|
@knife.config[:identity_file] = "~/.ssh/me.rsa"
|
319
|
-
@knife.stub
|
319
|
+
@knife.stub(:read_template).and_return("")
|
320
320
|
@knife_ssh = @knife.knife_ssh
|
321
321
|
end
|
322
322
|
|
323
323
|
it "prompts the user for a password " do
|
324
|
-
@knife.stub
|
325
|
-
@knife_ssh.stub
|
324
|
+
@knife.stub(:knife_ssh).and_return(@knife_ssh)
|
325
|
+
@knife_ssh.stub(:get_password).and_return('typed_in_password')
|
326
326
|
alternate_knife_ssh = @knife.knife_ssh_with_password_auth
|
327
327
|
alternate_knife_ssh.config[:ssh_password].should == 'typed_in_password'
|
328
328
|
end
|
329
329
|
|
330
330
|
it "configures knife not to use the identity file that didn't work previously" do
|
331
|
-
@knife.stub
|
332
|
-
@knife_ssh.stub
|
331
|
+
@knife.stub(:knife_ssh).and_return(@knife_ssh)
|
332
|
+
@knife_ssh.stub(:get_password).and_return('typed_in_password')
|
333
333
|
alternate_knife_ssh = @knife.knife_ssh_with_password_auth
|
334
334
|
alternate_knife_ssh.config[:identity_file].should be_nil
|
335
335
|
end
|
@@ -341,9 +341,9 @@ describe Chef::Knife::Bootstrap do
|
|
341
341
|
@knife.name_args = ["foo.example.com"]
|
342
342
|
@knife.config[:ssh_user] = "rooty"
|
343
343
|
@knife.config[:identity_file] = "~/.ssh/me.rsa"
|
344
|
-
@knife.stub
|
344
|
+
@knife.stub(:read_template).and_return("")
|
345
345
|
@knife_ssh = @knife.knife_ssh
|
346
|
-
@knife.stub
|
346
|
+
@knife.stub(:knife_ssh).and_return(@knife_ssh)
|
347
347
|
end
|
348
348
|
|
349
349
|
it "verifies that a server to bootstrap was given as a command line arg" do
|
@@ -358,11 +358,11 @@ describe Chef::Knife::Bootstrap do
|
|
358
358
|
end
|
359
359
|
|
360
360
|
it "falls back to password based auth when auth fails the first time" do
|
361
|
-
@knife.stub
|
361
|
+
@knife.stub(:puts)
|
362
362
|
|
363
363
|
@fallback_knife_ssh = @knife_ssh.dup
|
364
364
|
@knife_ssh.should_receive(:run).and_raise(Net::SSH::AuthenticationFailed.new("no ssh for you"))
|
365
|
-
@knife.stub
|
365
|
+
@knife.stub(:knife_ssh_with_password_auth).and_return(@fallback_knife_ssh)
|
366
366
|
@fallback_knife_ssh.should_receive(:run)
|
367
367
|
@knife.run
|
368
368
|
end
|
@@ -26,16 +26,16 @@ describe Chef::Knife::ClientBulkDelete do
|
|
26
26
|
@knife = Chef::Knife::ClientBulkDelete.new
|
27
27
|
@knife.name_args = ["."]
|
28
28
|
@stdout = StringIO.new
|
29
|
-
@knife.ui.stub
|
30
|
-
@knife.ui.stub
|
29
|
+
@knife.ui.stub(:stdout).and_return(@stdout)
|
30
|
+
@knife.ui.stub(:confirm).and_return(true)
|
31
31
|
@clients = Hash.new
|
32
32
|
%w{tim dan stephen}.each do |client_name|
|
33
33
|
client = Chef::ApiClient.new()
|
34
34
|
client.name(client_name)
|
35
|
-
client.stub
|
35
|
+
client.stub(:destroy).and_return(true)
|
36
36
|
@clients[client_name] = client
|
37
37
|
end
|
38
|
-
Chef::ApiClient.stub
|
38
|
+
Chef::ApiClient.stub(:list).and_return(@clients)
|
39
39
|
end
|
40
40
|
|
41
41
|
describe "run" do
|
@@ -29,12 +29,12 @@ describe Chef::Knife::ClientCreate do
|
|
29
29
|
}
|
30
30
|
@knife.name_args = [ "adam" ]
|
31
31
|
@client = Chef::ApiClient.new
|
32
|
-
@client.stub
|
33
|
-
@knife.stub
|
34
|
-
@knife.stub
|
35
|
-
Chef::ApiClient.stub
|
32
|
+
@client.stub(:save).and_return({ 'private_key' => '' })
|
33
|
+
@knife.stub(:edit_data).and_return(@client)
|
34
|
+
@knife.stub(:puts)
|
35
|
+
Chef::ApiClient.stub(:new).and_return(@client)
|
36
36
|
@stdout = StringIO.new
|
37
|
-
@knife.ui.stub
|
37
|
+
@knife.ui.stub(:stdout).and_return(@stdout)
|
38
38
|
end
|
39
39
|
|
40
40
|
describe "run" do
|
@@ -62,8 +62,8 @@ describe Chef::Knife::ClientCreate do
|
|
62
62
|
describe "with -f or --file" do
|
63
63
|
it "should write the private key to a file" do
|
64
64
|
@knife.config[:file] = "/tmp/monkeypants"
|
65
|
-
@client.stub
|
66
|
-
filehandle =
|
65
|
+
@client.stub(:save).and_return({ 'private_key' => "woot" })
|
66
|
+
filehandle = double("Filehandle")
|
67
67
|
filehandle.should_receive(:print).with('woot')
|
68
68
|
File.should_receive(:open).with("/tmp/monkeypants", "w").and_yield(filehandle)
|
69
69
|
@knife.run
|
@@ -22,9 +22,9 @@ describe Chef::Knife::ClientReregister do
|
|
22
22
|
before(:each) do
|
23
23
|
@knife = Chef::Knife::ClientReregister.new
|
24
24
|
@knife.name_args = [ 'adam' ]
|
25
|
-
@client_mock =
|
25
|
+
@client_mock = double('client_mock', :private_key => "foo_key")
|
26
26
|
@stdout = StringIO.new
|
27
|
-
@knife.ui.stub
|
27
|
+
@knife.ui.stub(:stdout).and_return(@stdout)
|
28
28
|
end
|
29
29
|
|
30
30
|
context "when no client name is given on the command line" do
|
@@ -45,7 +45,7 @@ describe Chef::Knife do
|
|
45
45
|
end
|
46
46
|
|
47
47
|
before :each do
|
48
|
-
Chef::Config.stub
|
48
|
+
Chef::Config.stub(:from_file).and_return(true)
|
49
49
|
Chef::ConfigFetcher.stub(:new).and_return(missing_config_fetcher)
|
50
50
|
end
|
51
51
|
|
@@ -72,7 +72,7 @@ describe Chef::Knife do
|
|
72
72
|
upward_dir = File.expand_path "#{Dir.pwd}/.chef"
|
73
73
|
upward_config = File.expand_path "#{upward_dir}/knife.rb"
|
74
74
|
have_config_file(upward_config)
|
75
|
-
Chef::Knife.stub
|
75
|
+
Chef::Knife.stub(:chef_config_dir).and_return(upward_dir)
|
76
76
|
|
77
77
|
@knife = Chef::Knife.new
|
78
78
|
@knife.configure_chef
|
@@ -89,7 +89,7 @@ describe Chef::Knife do
|
|
89
89
|
end
|
90
90
|
|
91
91
|
it "configure knife from nothing" do
|
92
|
-
::File.stub
|
92
|
+
::File.stub(:exist?).and_return(false)
|
93
93
|
@knife = Chef::Knife.new
|
94
94
|
@knife.ui.should_receive(:warn).with("No knife configuration file found")
|
95
95
|
@knife.configure_chef
|
@@ -104,7 +104,7 @@ describe Chef::Knife do
|
|
104
104
|
home_config = File.expand_path(File.join("#{ENV['HOME']}", "/.chef/knife.rb"))
|
105
105
|
configs = [ env_config, pwd_config, upward_config, home_config ]
|
106
106
|
|
107
|
-
Chef::Knife.stub
|
107
|
+
Chef::Knife.stub(:chef_config_dir).and_return(upward_dir)
|
108
108
|
ENV['KNIFE_HOME'] = Dir.tmpdir
|
109
109
|
|
110
110
|
@knife = Chef::Knife.new
|
@@ -26,7 +26,7 @@ describe Chef::Knife::ConfigureClient do
|
|
26
26
|
Chef::Config[:validation_key] = '/etc/chef/validation.pem'
|
27
27
|
|
28
28
|
@stdout = StringIO.new
|
29
|
-
@knife.ui.stub
|
29
|
+
@knife.ui.stub(:stdout).and_return(@stdout)
|
30
30
|
end
|
31
31
|
|
32
32
|
describe 'run' do
|
@@ -56,7 +56,7 @@ describe Chef::Knife::ConfigureClient do
|
|
56
56
|
end
|
57
57
|
|
58
58
|
it 'should write out the config file' do
|
59
|
-
FileUtils.stub
|
59
|
+
FileUtils.stub(:mkdir_p)
|
60
60
|
@knife.run
|
61
61
|
@client_file.string.should match /log_level\s+\:info/
|
62
62
|
@client_file.string.should match /log_location\s+STDOUT/
|
@@ -65,13 +65,13 @@ describe Chef::Knife::ConfigureClient do
|
|
65
65
|
end
|
66
66
|
|
67
67
|
it 'should write out the validation.pem file' do
|
68
|
-
FileUtils.stub
|
68
|
+
FileUtils.stub(:mkdir_p)
|
69
69
|
@knife.run
|
70
70
|
@validation_file.string.should match /foo_bar_baz/
|
71
71
|
end
|
72
72
|
|
73
73
|
it 'should print information on what is being configured' do
|
74
|
-
FileUtils.stub
|
74
|
+
FileUtils.stub(:mkdir_p)
|
75
75
|
@knife.run
|
76
76
|
@stdout.string.should match /creating client configuration/i
|
77
77
|
@stdout.string.should match /writing client\.rb/i
|
@@ -6,20 +6,20 @@ describe Chef::Knife::Configure do
|
|
6
6
|
|
7
7
|
Chef::Config[:node_name] = "webmonkey.example.com"
|
8
8
|
@knife = Chef::Knife::Configure.new
|
9
|
-
@rest_client =
|
10
|
-
@knife.stub
|
9
|
+
@rest_client = double("null rest client", :post_rest => { :result => :true })
|
10
|
+
@knife.stub(:rest).and_return(@rest_client)
|
11
11
|
|
12
12
|
@out = StringIO.new
|
13
|
-
@knife.ui.stub
|
13
|
+
@knife.ui.stub(:stdout).and_return(@out)
|
14
14
|
@knife.config[:config_file] = '/home/you/.chef/knife.rb'
|
15
15
|
|
16
16
|
@in = StringIO.new("\n" * 7)
|
17
|
-
@knife.ui.stub
|
17
|
+
@knife.ui.stub(:stdin).and_return(@in)
|
18
18
|
|
19
19
|
@err = StringIO.new
|
20
|
-
@knife.ui.stub
|
20
|
+
@knife.ui.stub(:stderr).and_return(@err)
|
21
21
|
|
22
|
-
Ohai::System.stub
|
22
|
+
Ohai::System.stub(:new).and_return(ohai)
|
23
23
|
end
|
24
24
|
|
25
25
|
|
@@ -49,7 +49,7 @@ describe Chef::Knife::Configure do
|
|
49
49
|
|
50
50
|
it "asks the user for the clientname they want for the new client if -i is specified" do
|
51
51
|
@knife.config[:initial] = true
|
52
|
-
Etc.stub
|
52
|
+
Etc.stub(:getlogin).and_return("a-new-user")
|
53
53
|
@knife.ask_user_for_config
|
54
54
|
@out.string.should match(Regexp.escape("Please enter a name for the new user: [a-new-user]"))
|
55
55
|
@knife.new_client_name.should == Etc.getlogin
|
@@ -58,14 +58,14 @@ describe Chef::Knife::Configure do
|
|
58
58
|
it "should not ask the user for the clientname they want for the new client if -i and --node_name are specified" do
|
59
59
|
@knife.config[:initial] = true
|
60
60
|
@knife.config[:node_name] = 'testnode'
|
61
|
-
Etc.stub
|
61
|
+
Etc.stub(:getlogin).and_return("a-new-user")
|
62
62
|
@knife.ask_user_for_config
|
63
63
|
@out.string.should_not match(Regexp.escape("Please enter a name for the new user"))
|
64
64
|
@knife.new_client_name.should == 'testnode'
|
65
65
|
end
|
66
66
|
|
67
67
|
it "asks the user for the existing API username or clientname if -i is not specified" do
|
68
|
-
Etc.stub
|
68
|
+
Etc.stub(:getlogin).and_return("a-new-user")
|
69
69
|
@knife.ask_user_for_config
|
70
70
|
@out.string.should match(Regexp.escape("Please enter an existing username or clientname for the API: [a-new-user]"))
|
71
71
|
@knife.new_client_name.should == Etc.getlogin
|
@@ -175,7 +175,7 @@ describe Chef::Knife::Configure do
|
|
175
175
|
@knife.config[:validation_key] = '/home/you/.chef/my-validation.pem'
|
176
176
|
@knife.config[:repository] = ''
|
177
177
|
@knife.config[:client_key] = '/home/you/a-new-user.pem'
|
178
|
-
Etc.stub
|
178
|
+
Etc.stub(:getlogin).and_return('a-new-user')
|
179
179
|
|
180
180
|
@knife.ask_user_for_config
|
181
181
|
@out.string.should match(/\s*/)
|
@@ -197,10 +197,10 @@ describe Chef::Knife::Configure do
|
|
197
197
|
end
|
198
198
|
|
199
199
|
it "writes the new data to a config file" do
|
200
|
-
File.stub
|
201
|
-
File.stub
|
202
|
-
File.stub
|
203
|
-
File.stub
|
200
|
+
File.stub(:expand_path).with("/home/you/.chef/knife.rb").and_return("/home/you/.chef/knife.rb")
|
201
|
+
File.stub(:expand_path).with("/home/you/.chef/#{Etc.getlogin}.pem").and_return("/home/you/.chef/#{Etc.getlogin}.pem")
|
202
|
+
File.stub(:expand_path).with(default_validator_key).and_return(default_validator_key)
|
203
|
+
File.stub(:expand_path).with(default_admin_key).and_return(default_admin_key)
|
204
204
|
FileUtils.should_receive(:mkdir_p).with("/home/you/.chef")
|
205
205
|
config_file = StringIO.new
|
206
206
|
::File.should_receive(:open).with("/home/you/.chef/knife.rb", "w").and_yield config_file
|
@@ -224,9 +224,9 @@ describe Chef::Knife::Configure do
|
|
224
224
|
user_command = Chef::Knife::UserCreate.new
|
225
225
|
user_command.should_receive(:run)
|
226
226
|
|
227
|
-
Etc.stub
|
227
|
+
Etc.stub(:getlogin).and_return("a-new-user")
|
228
228
|
|
229
|
-
Chef::Knife::UserCreate.stub
|
229
|
+
Chef::Knife::UserCreate.stub(:new).and_return(user_command)
|
230
230
|
FileUtils.should_receive(:mkdir_p).with("/home/you/.chef")
|
231
231
|
::File.should_receive(:open).with("/home/you/.chef/knife.rb", "w")
|
232
232
|
@knife.config[:initial] = true
|