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
@@ -14,7 +14,7 @@ describe Chef::CookbookCacheCleaner do
|
|
14
14
|
end
|
15
15
|
|
16
16
|
it "removes all files not validated during the chef run" do
|
17
|
-
file_cache =
|
17
|
+
file_cache = double("Chef::FileCache with files from unused cookbooks")
|
18
18
|
unused_template_files = %w{cookbooks/unused/templates/default/foo.conf.erb cookbooks/unused/tempaltes/default/bar.conf.erb}
|
19
19
|
valid_cached_cb_files = %w{cookbooks/valid1/recipes/default.rb cookbooks/valid2/recipes/default.rb}
|
20
20
|
@cleaner.mark_file_as_valid('cookbooks/valid1/recipes/default.rb')
|
@@ -23,7 +23,7 @@ describe Chef::CookbookCacheCleaner do
|
|
23
23
|
file_cache.should_receive(:delete).with('cookbooks/unused/templates/default/foo.conf.erb')
|
24
24
|
file_cache.should_receive(:delete).with('cookbooks/unused/tempaltes/default/bar.conf.erb')
|
25
25
|
cookbook_hash = {"valid1"=> {}, "valid2" => {}}
|
26
|
-
@cleaner.stub
|
26
|
+
@cleaner.stub(:cache).and_return(file_cache)
|
27
27
|
@cleaner.cleanup_file_cache
|
28
28
|
end
|
29
29
|
|
@@ -37,7 +37,7 @@ describe Chef::CookbookCacheCleaner do
|
|
37
37
|
end
|
38
38
|
|
39
39
|
it "does not remove anything" do
|
40
|
-
@cleaner.cache.stub
|
40
|
+
@cleaner.cache.stub(:find).and_return(%w{cookbooks/valid1/recipes/default.rb cookbooks/valid2/recipes/default.rb})
|
41
41
|
@cleaner.cache.should_not_receive(:delete)
|
42
42
|
@cleaner.cleanup_file_cache
|
43
43
|
end
|
@@ -81,7 +81,7 @@ describe Chef::CookbookSynchronizer do
|
|
81
81
|
|
82
82
|
context "when the cache contains unneeded cookbooks" do
|
83
83
|
before do
|
84
|
-
@file_cache =
|
84
|
+
@file_cache = double("Chef::FileCache with files from unused cookbooks")
|
85
85
|
@valid_cached_cb_files = %w{cookbooks/valid1/recipes/default.rb cookbooks/valid2/recipes/default.rb}
|
86
86
|
@obsolete_cb_files = %w{cookbooks/old1/recipes/default.rb cookbooks/old2/recipes/default.rb}
|
87
87
|
|
@@ -94,7 +94,7 @@ describe Chef::CookbookSynchronizer do
|
|
94
94
|
@file_cache.should_receive(:find).with(File.join(%w{cookbooks ** *})).and_return(@valid_cached_cb_files + @obsolete_cb_files)
|
95
95
|
@file_cache.should_receive(:delete).with('cookbooks/old1/recipes/default.rb')
|
96
96
|
@file_cache.should_receive(:delete).with('cookbooks/old2/recipes/default.rb')
|
97
|
-
@synchronizer.stub
|
97
|
+
@synchronizer.stub(:cache).and_return(@file_cache)
|
98
98
|
@synchronizer.clear_obsoleted_cookbooks
|
99
99
|
end
|
100
100
|
end
|
@@ -103,18 +103,18 @@ describe Chef::CookbookSynchronizer do
|
|
103
103
|
before do
|
104
104
|
# Would rather not stub out methods on the test subject, but setting up
|
105
105
|
# the state is a PITA and tests for this behavior are above.
|
106
|
-
@synchronizer.stub
|
106
|
+
@synchronizer.stub(:clear_obsoleted_cookbooks)
|
107
107
|
|
108
|
-
@server_api =
|
109
|
-
@file_cache =
|
110
|
-
@synchronizer.stub
|
111
|
-
@synchronizer.stub
|
108
|
+
@server_api = double("Chef::REST (mock)")
|
109
|
+
@file_cache = double("Chef::FileCache (mock)")
|
110
|
+
@synchronizer.stub(:server_api).and_return(@server_api)
|
111
|
+
@synchronizer.stub(:cache).and_return(@file_cache)
|
112
112
|
|
113
113
|
|
114
|
-
@cookbook_a_default_recipe_tempfile =
|
114
|
+
@cookbook_a_default_recipe_tempfile = double("Tempfile for cookbook_a default.rb recipe",
|
115
115
|
:path => "/tmp/cookbook_a_recipes_default_rb")
|
116
116
|
|
117
|
-
@cookbook_a_default_attribute_tempfile =
|
117
|
+
@cookbook_a_default_attribute_tempfile = double("Tempfile for cookbook_a default.rb attr file",
|
118
118
|
:path => "/tmp/cookbook_a_attributes_default_rb")
|
119
119
|
|
120
120
|
end
|
@@ -167,13 +167,13 @@ describe Chef::CookbookSynchronizer do
|
|
167
167
|
before do
|
168
168
|
Chef::Config[:no_lazy_load] = true
|
169
169
|
@synchronizer = Chef::CookbookSynchronizer.new(@cookbook_manifest, @events)
|
170
|
-
@synchronizer.stub
|
171
|
-
@synchronizer.stub
|
172
|
-
@synchronizer.stub
|
170
|
+
@synchronizer.stub(:server_api).and_return(@server_api)
|
171
|
+
@synchronizer.stub(:cache).and_return(@file_cache)
|
172
|
+
@synchronizer.stub(:clear_obsoleted_cookbooks)
|
173
173
|
|
174
|
-
@cookbook_a_file_default_tempfile =
|
174
|
+
@cookbook_a_file_default_tempfile = double("Tempfile for cookbook_a megaman.conf file",
|
175
175
|
:path => "/tmp/cookbook_a_file_default_tempfile")
|
176
|
-
@cookbook_a_template_default_tempfile =
|
176
|
+
@cookbook_a_template_default_tempfile = double("Tempfile for cookbook_a apache.conf.erb template",
|
177
177
|
:path => "/tmp/cookbook_a_template_default_tempfile")
|
178
178
|
end
|
179
179
|
|
data/spec/unit/daemon_spec.rb
CHANGED
@@ -23,12 +23,12 @@ describe Chef::Daemon do
|
|
23
23
|
if windows?
|
24
24
|
mock_struct = #Struct::Passwd.new(nil, nil, 111, 111)
|
25
25
|
mock_struct = OpenStruct.new(:uid => 2342, :gid => 2342)
|
26
|
-
Etc.stub
|
27
|
-
Etc.stub
|
26
|
+
Etc.stub(:getpwnam).and_return mock_struct
|
27
|
+
Etc.stub(:getgrnam).and_return mock_struct
|
28
28
|
# mock unimplemented methods
|
29
|
-
Process.stub
|
30
|
-
Process::GID.stub
|
31
|
-
Process::UID.stub
|
29
|
+
Process.stub(:initgroups).and_return nil
|
30
|
+
Process::GID.stub(:change_privilege).and_return 11
|
31
|
+
Process::UID.stub(:change_privilege).and_return 11
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
@@ -73,13 +73,12 @@ describe Chef::Daemon do
|
|
73
73
|
describe ".change_privilege" do
|
74
74
|
|
75
75
|
before do
|
76
|
-
Chef::Application.stub
|
76
|
+
Chef::Application.stub(:fatal!).and_return(true)
|
77
77
|
Chef::Config[:user] = 'aj'
|
78
|
-
Dir.stub
|
78
|
+
Dir.stub(:chdir)
|
79
79
|
end
|
80
80
|
|
81
81
|
it "changes the working directory to root" do
|
82
|
-
Dir.rspec_reset
|
83
82
|
Dir.should_receive(:chdir).with("/").and_return(0)
|
84
83
|
Chef::Daemon.change_privilege
|
85
84
|
end
|
@@ -117,25 +116,25 @@ describe Chef::Daemon do
|
|
117
116
|
describe "._change_privilege" do
|
118
117
|
|
119
118
|
before do
|
120
|
-
Process.stub
|
121
|
-
Process.stub
|
119
|
+
Process.stub(:euid).and_return(0)
|
120
|
+
Process.stub(:egid).and_return(0)
|
122
121
|
|
123
|
-
Process::UID.stub
|
124
|
-
Process::GID.stub
|
122
|
+
Process::UID.stub(:change_privilege).and_return(nil)
|
123
|
+
Process::GID.stub(:change_privilege).and_return(nil)
|
125
124
|
|
126
|
-
@pw_user =
|
127
|
-
@pw_group =
|
125
|
+
@pw_user = double("Struct::Passwd", :uid => 501)
|
126
|
+
@pw_group = double("Struct::Group", :gid => 20)
|
128
127
|
|
129
|
-
Process.stub
|
128
|
+
Process.stub(:initgroups).and_return(true)
|
130
129
|
|
131
|
-
Etc.stub
|
132
|
-
Etc.stub
|
130
|
+
Etc.stub(:getpwnam).and_return(@pw_user)
|
131
|
+
Etc.stub(:getgrnam).and_return(@pw_group)
|
133
132
|
end
|
134
133
|
|
135
134
|
describe "with sufficient privileges" do
|
136
135
|
before do
|
137
|
-
Process.stub
|
138
|
-
Process.stub
|
136
|
+
Process.stub(:euid).and_return(0)
|
137
|
+
Process.stub(:egid).and_return(0)
|
139
138
|
end
|
140
139
|
|
141
140
|
it "should initialize the supplemental group list" do
|
@@ -156,12 +155,12 @@ describe Chef::Daemon do
|
|
156
155
|
|
157
156
|
describe "with insufficient privileges" do
|
158
157
|
before do
|
159
|
-
Process.stub
|
160
|
-
Process.stub
|
158
|
+
Process.stub(:euid).and_return(999)
|
159
|
+
Process.stub(:egid).and_return(999)
|
161
160
|
end
|
162
161
|
|
163
162
|
it "should log an appropriate error message and fail miserably" do
|
164
|
-
Process.stub
|
163
|
+
Process.stub(:initgroups).and_raise(Errno::EPERM)
|
165
164
|
error = "Operation not permitted"
|
166
165
|
if RUBY_PLATFORM.match("solaris2") || RUBY_PLATFORM.match("aix")
|
167
166
|
error = "Not owner"
|
@@ -67,15 +67,15 @@ describe Chef::DataBagItem do
|
|
67
67
|
end
|
68
68
|
|
69
69
|
it "should accept alphanum/-/_ for the id" do
|
70
|
-
lambda { @data_bag_item.raw_data = { "id" => "h1-_" } }.should_not raise_error
|
70
|
+
lambda { @data_bag_item.raw_data = { "id" => "h1-_" } }.should_not raise_error
|
71
71
|
end
|
72
72
|
|
73
73
|
it "should accept alphanum.alphanum for the id" do
|
74
|
-
lambda { @data_bag_item.raw_data = { "id" => "foo.bar" } }.should_not raise_error
|
74
|
+
lambda { @data_bag_item.raw_data = { "id" => "foo.bar" } }.should_not raise_error
|
75
75
|
end
|
76
76
|
|
77
77
|
it "should accept .alphanum for the id" do
|
78
|
-
lambda { @data_bag_item.raw_data = { "id" => ".bozo" } }.should_not raise_error
|
78
|
+
lambda { @data_bag_item.raw_data = { "id" => ".bozo" } }.should_not raise_error
|
79
79
|
end
|
80
80
|
|
81
81
|
it "should raise an exception if the id contains anything but alphanum/-/_" do
|
@@ -203,8 +203,8 @@ describe Chef::DataBagItem do
|
|
203
203
|
|
204
204
|
describe "save" do
|
205
205
|
before do
|
206
|
-
@rest =
|
207
|
-
Chef::REST.stub
|
206
|
+
@rest = double("Chef::REST")
|
207
|
+
Chef::REST.stub(:new).and_return(@rest)
|
208
208
|
@data_bag_item['id'] = "heart of darkness"
|
209
209
|
raw_data = {"id" => "heart_of_darkness", "author" => "Conrad"}
|
210
210
|
@data_bag_item.raw_data = raw_data
|
@@ -216,7 +216,7 @@ describe Chef::DataBagItem do
|
|
216
216
|
end
|
217
217
|
|
218
218
|
it "should create if the item is not found" do
|
219
|
-
exception =
|
219
|
+
exception = double("404 error", :code => "404")
|
220
220
|
@rest.should_receive(:put_rest).and_raise(Net::HTTPServerException.new("foo", exception))
|
221
221
|
@rest.should_receive(:post_rest).with("data/books", @data_bag_item)
|
222
222
|
@data_bag_item.save
|
@@ -247,8 +247,8 @@ describe Chef::DataBagItem do
|
|
247
247
|
|
248
248
|
describe "from an API call" do
|
249
249
|
before do
|
250
|
-
@http_client =
|
251
|
-
Chef::REST.stub
|
250
|
+
@http_client = double("Chef::REST")
|
251
|
+
Chef::REST.stub(:new).and_return(@http_client)
|
252
252
|
end
|
253
253
|
|
254
254
|
it "converts raw data to a data bag item" do
|
data/spec/unit/data_bag_spec.rb
CHANGED
@@ -78,12 +78,12 @@ describe Chef::DataBag do
|
|
78
78
|
describe "when saving" do
|
79
79
|
before do
|
80
80
|
@data_bag.name('piggly_wiggly')
|
81
|
-
@rest =
|
82
|
-
Chef::REST.stub
|
81
|
+
@rest = double("Chef::REST")
|
82
|
+
Chef::REST.stub(:new).and_return(@rest)
|
83
83
|
end
|
84
84
|
|
85
85
|
it "should silently proceed when the data bag already exists" do
|
86
|
-
exception =
|
86
|
+
exception = double("409 error", :code => "409")
|
87
87
|
@rest.should_receive(:post_rest).and_raise(Net::HTTPServerException.new("foo", exception))
|
88
88
|
@data_bag.save
|
89
89
|
end
|
@@ -111,7 +111,7 @@ describe Chef::DataBag do
|
|
111
111
|
describe "from an API call" do
|
112
112
|
before do
|
113
113
|
Chef::Config[:chef_server_url] = 'https://myserver.example.com'
|
114
|
-
@http_client =
|
114
|
+
@http_client = double('Chef::REST')
|
115
115
|
end
|
116
116
|
|
117
117
|
it "should get the data bag from the server" do
|
@@ -121,7 +121,7 @@ describe Chef::DataBag do
|
|
121
121
|
end
|
122
122
|
|
123
123
|
it "should return the data bag" do
|
124
|
-
Chef::REST.stub
|
124
|
+
Chef::REST.stub(:new).and_return(@http_client)
|
125
125
|
@http_client.should_receive(:get_rest).with('data/foo').and_return({'bar' => 'https://myserver.example.com/data/foo/bar'})
|
126
126
|
data_bag = Chef::DataBag.load('foo')
|
127
127
|
data_bag.should == {'bar' => 'https://myserver.example.com/data/foo/bar'}
|
@@ -152,7 +152,7 @@ describe Chef::DataBag do
|
|
152
152
|
|
153
153
|
it "should return the data bag" do
|
154
154
|
File.should_receive(:directory?).with('/var/chef/data_bags').and_return(true)
|
155
|
-
Dir.stub
|
155
|
+
Dir.stub(:glob).and_return(["/var/chef/data_bags/foo/bar.json", "/var/chef/data_bags/foo/baz.json"])
|
156
156
|
IO.should_receive(:read).with('/var/chef/data_bags/foo/bar.json').and_return('{"id": "bar", "name": "Bob Bar" }')
|
157
157
|
IO.should_receive(:read).with('/var/chef/data_bags/foo/baz.json').and_return('{"id": "baz", "name": "John Baz" }')
|
158
158
|
data_bag = Chef::DataBag.load('foo')
|
@@ -62,7 +62,7 @@ describe Chef::Deprecation do
|
|
62
62
|
context 'deprecation warning messages' do
|
63
63
|
before(:each) do
|
64
64
|
@warning_output = [ ]
|
65
|
-
Chef::Log.stub
|
65
|
+
Chef::Log.stub(:warn) { |msg| @warning_output << msg }
|
66
66
|
end
|
67
67
|
|
68
68
|
it 'should be enabled for deprecated methods' do
|
@@ -355,16 +355,16 @@ describe Chef::Environment do
|
|
355
355
|
|
356
356
|
describe "api model" do
|
357
357
|
before(:each) do
|
358
|
-
@rest =
|
359
|
-
Chef::REST.stub
|
360
|
-
@query =
|
361
|
-
Chef::Search::Query.stub
|
358
|
+
@rest = double("Chef::REST")
|
359
|
+
Chef::REST.stub(:new).and_return(@rest)
|
360
|
+
@query = double("Chef::Search::Query")
|
361
|
+
Chef::Search::Query.stub(:new).and_return(@query)
|
362
362
|
end
|
363
363
|
|
364
364
|
describe "list" do
|
365
365
|
describe "inflated" do
|
366
366
|
it "should return a hash of environment names and objects" do
|
367
|
-
e1 =
|
367
|
+
e1 = double("Chef::Environment", :name => "one")
|
368
368
|
@query.should_receive(:search).with(:environment).and_yield(e1)
|
369
369
|
r = Chef::Environment.list(true)
|
370
370
|
r["one"].should == e1
|
@@ -36,7 +36,7 @@ describe Chef::FileAccessControl do
|
|
36
36
|
@run_context = Chef::RunContext.new(@node, {}, @events)
|
37
37
|
@current_resource = Chef::Resource::File.new('/tmp/different_file.txt')
|
38
38
|
@provider_requirements = Chef::Provider::ResourceRequirements.new(@resource, @run_context)
|
39
|
-
@provider =
|
39
|
+
@provider = double("File provider", :requirements => @provider_requirements, :manage_symlink_access? => false)
|
40
40
|
|
41
41
|
@fac = Chef::FileAccessControl.new(@current_resource, @resource, @provider)
|
42
42
|
end
|
@@ -217,7 +217,7 @@ describe Chef::FileAccessControl do
|
|
217
217
|
@resource.group(2342)
|
218
218
|
@current_resource.group(2342)
|
219
219
|
|
220
|
-
# @fac.stub
|
220
|
+
# @fac.stub(:stat).and_return(OpenStruct.new(:gid => 2342))
|
221
221
|
File.should_not_receive(:chown)
|
222
222
|
@fac.set_group
|
223
223
|
@fac.should_not be_modified
|
@@ -267,7 +267,7 @@ describe Chef::FileAccessControl do
|
|
267
267
|
|
268
268
|
it "sets the file's mode as specified in the resource when the current modes are incorrect" do
|
269
269
|
# stat returns modes like 0100644 (octal) => 33188 (decimal)
|
270
|
-
#@fac.stub
|
270
|
+
#@fac.stub(:stat).and_return(OpenStruct.new(:mode => 33188))
|
271
271
|
@current_resource.mode("0644")
|
272
272
|
File.should_receive(:chmod).with(256, '/tmp/different_file.txt')
|
273
273
|
@fac.set_mode
|
@@ -280,7 +280,7 @@ describe Chef::FileAccessControl do
|
|
280
280
|
end
|
281
281
|
|
282
282
|
it "does not set the file's mode when the current modes are correct" do
|
283
|
-
#@fac.stub
|
283
|
+
#@fac.stub(:stat).and_return(OpenStruct.new(:mode => 0100400))
|
284
284
|
@current_resource.mode("0400")
|
285
285
|
File.should_not_receive(:chmod)
|
286
286
|
@fac.set_mode
|
@@ -288,7 +288,7 @@ describe Chef::FileAccessControl do
|
|
288
288
|
end
|
289
289
|
|
290
290
|
it "sets all access controls on a file" do
|
291
|
-
@fac.stub
|
291
|
+
@fac.stub(:stat).and_return(OpenStruct.new(:owner => 99, :group => 99, :mode => 0100444))
|
292
292
|
@resource.mode(0400)
|
293
293
|
@resource.owner(0)
|
294
294
|
@resource.group(0)
|
@@ -37,7 +37,7 @@ describe Chef::FileContentManagement::Deploy::MvUnix do
|
|
37
37
|
|
38
38
|
let(:target_file_mode) { 0644 }
|
39
39
|
let(:target_file_stat) do
|
40
|
-
|
40
|
+
double "File::Stat struct for target file",
|
41
41
|
:mode => target_file_mode,
|
42
42
|
:uid => target_file_uid,
|
43
43
|
:gid => target_file_gid
|
@@ -51,11 +51,11 @@ describe Chef::FileContentManagement::Deploy::MvWindows do
|
|
51
51
|
let(:staging_file_path) { "/tmp/random-dir/staging-file.tmp" }
|
52
52
|
|
53
53
|
let(:target_file_security_object) do
|
54
|
-
|
54
|
+
double "Securable Object for target file"
|
55
55
|
end
|
56
56
|
|
57
57
|
let(:updated_target_security_object) do
|
58
|
-
|
58
|
+
double "Securable Object for target file after staging file deploy"
|
59
59
|
end
|
60
60
|
|
61
61
|
before do
|
@@ -79,17 +79,17 @@ describe Chef::FileContentManagement::Deploy::MvWindows do
|
|
79
79
|
|
80
80
|
context "when run with administrator privileges" do
|
81
81
|
|
82
|
-
let(:original_target_file_owner) {
|
83
|
-
let(:original_target_file_group) {
|
82
|
+
let(:original_target_file_owner) { double("original target file owner") }
|
83
|
+
let(:original_target_file_group) { double("original target file group") }
|
84
84
|
|
85
85
|
let(:target_file_security_descriptor) do
|
86
|
-
|
86
|
+
double "security descriptor for target file",
|
87
87
|
:group => original_target_file_group,
|
88
88
|
:owner => original_target_file_owner
|
89
89
|
end
|
90
90
|
|
91
91
|
let(:updated_target_security_descriptor) do
|
92
|
-
|
92
|
+
double "security descriptor for target file"
|
93
93
|
end
|
94
94
|
|
95
95
|
|
@@ -116,17 +116,17 @@ describe Chef::FileContentManagement::Deploy::MvWindows do
|
|
116
116
|
end
|
117
117
|
|
118
118
|
context "and the target has a dacl and sacl" do
|
119
|
-
let(:inherited_dacl_ace) {
|
120
|
-
let(:not_inherited_dacl_ace) {
|
119
|
+
let(:inherited_dacl_ace) { double("Windows dacl ace (inherited)", :inherited? => true) }
|
120
|
+
let(:not_inherited_dacl_ace) { double("Windows dacl ace (not inherited)", :inherited? => false) }
|
121
121
|
|
122
122
|
let(:original_target_file_dacl) { [inherited_dacl_ace, not_inherited_dacl_ace] }
|
123
123
|
|
124
|
-
let(:inherited_sacl_ace) {
|
125
|
-
let(:not_inherited_sacl_ace) {
|
124
|
+
let(:inherited_sacl_ace) { double("Windows sacl ace (inherited)", :inherited? => true) }
|
125
|
+
let(:not_inherited_sacl_ace) { double("Windows sacl ace (not inherited)", :inherited? => false) }
|
126
126
|
let(:original_target_file_sacl) { [inherited_sacl_ace, not_inherited_sacl_ace] }
|
127
127
|
|
128
|
-
let(:custom_dacl) {
|
129
|
-
let(:custom_sacl) {
|
128
|
+
let(:custom_dacl) { double("Windows ACL for non-inherited dacl aces") }
|
129
|
+
let(:custom_sacl) { double("Windows ACL for non-inherited sacl aces") }
|
130
130
|
|
131
131
|
before do
|
132
132
|
target_file_security_descriptor.stub(:dacl_present?).and_return(true)
|
@@ -51,7 +51,7 @@ describe Chef::Formatters::ErrorInspectors::CompileErrorInspector do
|
|
51
51
|
# Error inspector originally used file_cache_path which is incorrect on
|
52
52
|
# chef-solo. Using cookbook_path should do the right thing for client and
|
53
53
|
# solo.
|
54
|
-
Chef::Config.stub
|
54
|
+
Chef::Config.stub(:cookbook_path).and_return([ "/home/someuser/dev-laptop/cookbooks" ])
|
55
55
|
@trace = [
|
56
56
|
"/home/someuser/dev-laptop/cookbooks/syntax-err/recipes/default.rb:14:in `from_file'",
|
57
57
|
"/home/someuser/dev-laptop/cookbooks/syntax-err/recipes/default.rb:11:in `from_file'",
|
@@ -71,7 +71,7 @@ describe Chef::Formatters::ErrorInspectors::CompileErrorInspector do
|
|
71
71
|
|
72
72
|
describe "when explaining an error in the compile phase" do
|
73
73
|
before do
|
74
|
-
Chef::Config.stub
|
74
|
+
Chef::Config.stub(:cookbook_path).and_return([ "/var/chef/cache/cookbooks" ])
|
75
75
|
recipe_lines = BAD_RECIPE.split("\n").map {|l| l << "\n" }
|
76
76
|
IO.should_receive(:readlines).with("/var/chef/cache/cookbooks/syntax-err/recipes/default.rb").and_return(recipe_lines)
|
77
77
|
@trace = [
|
@@ -96,7 +96,7 @@ describe Chef::Formatters::ErrorInspectors::CompileErrorInspector do
|
|
96
96
|
|
97
97
|
describe "when explaining an error on windows" do
|
98
98
|
before do
|
99
|
-
Chef::Config.stub
|
99
|
+
Chef::Config.stub(:cookbook_path).and_return([ "C:/opscode/chef/var/cache/cookbooks" ])
|
100
100
|
recipe_lines = BAD_RECIPE.split("\n").map {|l| l << "\n" }
|
101
101
|
IO.should_receive(:readlines).at_least(1).times.with(/:\/opscode\/chef\/var\/cache\/cookbooks\/foo\/recipes\/default.rb/).and_return(recipe_lines)
|
102
102
|
@trace = [
|
@@ -154,7 +154,7 @@ describe Chef::Formatters::ErrorInspectors::CompileErrorInspector do
|
|
154
154
|
|
155
155
|
describe "when explaining an error on windows, and the backtrace lowercases the drive letter" do
|
156
156
|
before do
|
157
|
-
Chef::Config.stub
|
157
|
+
Chef::Config.stub(:cookbook_path).and_return([ "C:/opscode/chef/var/cache/cookbooks" ])
|
158
158
|
recipe_lines = BAD_RECIPE.split("\n").map {|l| l << "\n" }
|
159
159
|
IO.should_receive(:readlines).with("c:/opscode/chef/var/cache/cookbooks/foo/recipes/default.rb").and_return(recipe_lines)
|
160
160
|
@trace = [
|