chef 11.10.0.rc.0 → 11.10.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -75
- data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
- data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
- data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
- data/distro/common/html/_sources/index.txt +126 -0
- data/distro/common/html/_sources/knife.txt +74 -0
- data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
- data/distro/common/html/_sources/knife_client.txt +151 -0
- data/distro/common/html/_sources/knife_common_options.txt +6 -0
- data/distro/common/html/_sources/knife_configure.txt +29 -0
- data/distro/common/html/_sources/knife_cookbook.txt +236 -0
- data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
- data/distro/common/html/_sources/knife_data_bag.txt +160 -0
- data/distro/common/html/_sources/knife_delete.txt +26 -0
- data/distro/common/html/_sources/knife_deps.txt +61 -0
- data/distro/common/html/_sources/knife_diff.txt +34 -0
- data/distro/common/html/_sources/knife_download.txt +44 -0
- data/distro/common/html/_sources/knife_edit.txt +26 -0
- data/distro/common/html/_sources/knife_environment.txt +158 -0
- data/distro/common/html/_sources/knife_exec.txt +47 -0
- data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
- data/distro/common/html/_sources/knife_list.txt +33 -0
- data/distro/common/html/_sources/knife_node.txt +250 -0
- data/distro/common/html/_sources/knife_raw.txt +35 -0
- data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
- data/distro/common/html/_sources/knife_role.txt +157 -0
- data/distro/common/html/_sources/knife_search.txt +53 -0
- data/distro/common/html/_sources/knife_show.txt +27 -0
- data/distro/common/html/_sources/knife_ssh.txt +43 -0
- data/distro/common/html/_sources/knife_status.txt +37 -0
- data/distro/common/html/_sources/knife_tag.txt +69 -0
- data/distro/common/html/_sources/knife_upload.txt +49 -0
- data/distro/common/html/_sources/knife_user.txt +127 -0
- data/distro/common/html/_sources/knife_using.txt +43 -0
- data/distro/common/html/_sources/knife_xargs.txt +30 -0
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +540 -0
- data/distro/common/html/_static/chef.css +507 -0
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/chef_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +247 -0
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +505 -0
- data/distro/common/html/_static/jquery.js +154 -0
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +62 -0
- data/distro/common/html/_static/searchtools.js +560 -0
- data/distro/common/html/_static/underscore.js +23 -0
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +808 -0
- data/distro/common/html/ctl_chef_client.html +219 -0
- data/distro/common/html/ctl_chef_server.html +111 -0
- data/distro/common/html/ctl_chef_shell.html +120 -0
- data/distro/common/html/ctl_chef_solo.html +144 -0
- data/distro/common/html/index.html +185 -0
- data/distro/common/html/knife.html +172 -0
- data/distro/common/html/knife_bootstrap.html +250 -0
- data/distro/common/html/knife_client.html +283 -0
- data/distro/common/html/knife_common_options.html +98 -0
- data/distro/common/html/knife_configure.html +107 -0
- data/distro/common/html/knife_cookbook.html +481 -0
- data/distro/common/html/knife_cookbook_site.html +372 -0
- data/distro/common/html/knife_data_bag.html +359 -0
- data/distro/common/html/knife_delete.html +95 -0
- data/distro/common/html/knife_deps.html +145 -0
- data/distro/common/html/knife_diff.html +125 -0
- data/distro/common/html/knife_download.html +147 -0
- data/distro/common/html/knife_edit.html +91 -0
- data/distro/common/html/knife_environment.html +328 -0
- data/distro/common/html/knife_exec.html +222 -0
- data/distro/common/html/knife_index_rebuild.html +85 -0
- data/distro/common/html/knife_list.html +116 -0
- data/distro/common/html/knife_node.html +450 -0
- data/distro/common/html/knife_raw.html +112 -0
- data/distro/common/html/knife_recipe_list.html +93 -0
- data/distro/common/html/knife_role.html +295 -0
- data/distro/common/html/knife_search.html +204 -0
- data/distro/common/html/knife_show.html +106 -0
- data/distro/common/html/knife_ssh.html +179 -0
- data/distro/common/html/knife_status.html +142 -0
- data/distro/common/html/knife_tag.html +140 -0
- data/distro/common/html/knife_upload.html +155 -0
- data/distro/common/html/knife_user.html +244 -0
- data/distro/common/html/knife_using.html +211 -0
- data/distro/common/html/knife_xargs.html +115 -0
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +84 -0
- data/distro/common/html/searchindex.js +1 -0
- data/distro/common/man/man1/chef-shell.1 +5 -5
- data/distro/common/man/man1/knife-bootstrap.1 +6 -9
- data/distro/common/man/man1/knife-client.1 +1 -9
- data/distro/common/man/man1/knife-configure.1 +10 -6
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
- data/distro/common/man/man1/knife-cookbook.1 +11 -21
- data/distro/common/man/man1/knife-data-bag.1 +8 -22
- data/distro/common/man/man1/knife-delete.1 +1 -1
- data/distro/common/man/man1/knife-deps.1 +4 -12
- data/distro/common/man/man1/knife-diff.1 +1 -1
- data/distro/common/man/man1/knife-download.1 +2 -2
- data/distro/common/man/man1/knife-edit.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +108 -9
- data/distro/common/man/man1/knife-exec.1 +1 -15
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +3 -13
- data/distro/common/man/man1/knife-raw.1 +1 -1
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +2 -12
- data/distro/common/man/man1/knife-search.1 +5 -5
- data/distro/common/man/man1/knife-show.1 +1 -3
- data/distro/common/man/man1/knife-ssh.1 +1 -5
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -9
- data/distro/common/man/man1/knife-upload.1 +7 -9
- data/distro/common/man/man1/knife-user.1 +3 -17
- data/distro/common/man/man1/knife-xargs.1 +1 -3
- data/distro/common/man/man8/chef-client.8 +18 -18
- data/distro/common/man/man8/chef-solo.8 +12 -6
- data/lib/chef/client.rb +9 -5
- data/lib/chef/cookbook_uploader.rb +1 -1
- data/lib/chef/dsl/recipe.rb +119 -38
- data/lib/chef/exceptions.rb +4 -0
- data/lib/chef/policy_builder/expand_node_object.rb +11 -4
- data/lib/chef/policy_builder/policyfile.rb +7 -1
- data/lib/chef/provider/file.rb +1 -0
- data/lib/chef/resource_platform_map.rb +1 -1
- data/lib/chef/resource_reporter.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
- data/spec/functional/knife/ssh_spec.rb +1 -1
- data/spec/functional/resource/link_spec.rb +6 -6
- data/spec/functional/resource/registry_spec.rb +7 -7
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/solo/solo_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/stress/win32/file_spec.rb +6 -0
- data/spec/support/lib/chef/resource/zen_master.rb +1 -1
- data/spec/support/mock/platform.rb +1 -1
- data/spec/support/shared/functional/file_resource.rb +0 -2
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/unit/api_error_inspector.rb +7 -7
- data/spec/support/shared/unit/provider/file.rb +47 -8
- data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
- data/spec/unit/api_client/registration_spec.rb +5 -5
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/apply.rb +6 -6
- data/spec/unit/application/client_spec.rb +6 -6
- data/spec/unit/application/knife_spec.rb +5 -5
- data/spec/unit/application/solo_spec.rb +13 -13
- data/spec/unit/application_spec.rb +19 -19
- data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
- data/spec/unit/client_spec.rb +23 -23
- data/spec/unit/config_spec.rb +4 -4
- data/spec/unit/cookbook/metadata_spec.rb +22 -22
- data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
- data/spec/unit/daemon_spec.rb +21 -22
- data/spec/unit/data_bag_item_spec.rb +8 -8
- data/spec/unit/data_bag_spec.rb +6 -6
- data/spec/unit/deprecation_spec.rb +1 -1
- data/spec/unit/dsl/data_query_spec.rb +1 -1
- data/spec/unit/environment_spec.rb +5 -5
- data/spec/unit/file_access_control_spec.rb +5 -5
- data/spec/unit/file_cache_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
- data/spec/unit/handler/json_file_spec.rb +1 -1
- data/spec/unit/handler_spec.rb +3 -3
- data/spec/unit/knife/bootstrap_spec.rb +17 -17
- data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/client_create_spec.rb +7 -7
- data/spec/unit/knife/client_reregister_spec.rb +2 -2
- data/spec/unit/knife/client_show_spec.rb +1 -1
- data/spec/unit/knife/config_file_selection_spec.rb +4 -4
- data/spec/unit/knife/configure_client_spec.rb +4 -4
- data/spec/unit/knife/configure_spec.rb +16 -16
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
- data/spec/unit/knife/cookbook_create_spec.rb +5 -5
- data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
- data/spec/unit/knife/cookbook_download_spec.rb +10 -10
- data/spec/unit/knife/cookbook_list_spec.rb +3 -3
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
- data/spec/unit/knife/cookbook_show_spec.rb +4 -4
- data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
- data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
- data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
- data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
- data/spec/unit/knife/cookbook_test_spec.rb +7 -7
- data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
- data/spec/unit/knife/core/object_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +19 -21
- data/spec/unit/knife/data_bag_create_spec.rb +4 -4
- data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
- data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
- data/spec/unit/knife/data_bag_show_spec.rb +5 -5
- data/spec/unit/knife/environment_create_spec.rb +6 -6
- data/spec/unit/knife/environment_delete_spec.rb +6 -6
- data/spec/unit/knife/environment_edit_spec.rb +5 -5
- data/spec/unit/knife/environment_from_file_spec.rb +7 -7
- data/spec/unit/knife/environment_list_spec.rb +4 -4
- data/spec/unit/knife/environment_show_spec.rb +4 -4
- data/spec/unit/knife/index_rebuild_spec.rb +2 -2
- data/spec/unit/knife/knife_help.rb +11 -11
- data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/node_delete_spec.rb +5 -5
- data/spec/unit/knife/node_edit_spec.rb +2 -2
- data/spec/unit/knife/node_from_file_spec.rb +5 -5
- data/spec/unit/knife/node_list_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
- data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
- data/spec/unit/knife/node_show_spec.rb +2 -2
- data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/role_create_spec.rb +5 -5
- data/spec/unit/knife/role_delete_spec.rb +5 -5
- data/spec/unit/knife/role_edit_spec.rb +5 -5
- data/spec/unit/knife/role_from_file_spec.rb +5 -5
- data/spec/unit/knife/role_list_spec.rb +2 -2
- data/spec/unit/knife/ssh_spec.rb +6 -6
- data/spec/unit/knife/status_spec.rb +4 -4
- data/spec/unit/knife/tag_create_spec.rb +3 -3
- data/spec/unit/knife/tag_delete_spec.rb +3 -3
- data/spec/unit/knife/tag_list_spec.rb +2 -2
- data/spec/unit/knife/user_create_spec.rb +7 -7
- data/spec/unit/knife/user_reregister_spec.rb +3 -3
- data/spec/unit/knife/user_show_spec.rb +1 -1
- data/spec/unit/knife_spec.rb +29 -29
- data/spec/unit/lwrp_spec.rb +2 -2
- data/spec/unit/mixin/checksum_spec.rb +2 -2
- data/spec/unit/mixin/command_spec.rb +1 -1
- data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
- data/spec/unit/mixin/params_validate_spec.rb +17 -17
- data/spec/unit/mixin/path_sanity_spec.rb +8 -8
- data/spec/unit/mixin/securable_spec.rb +87 -87
- data/spec/unit/mixin/shell_out_spec.rb +1 -1
- data/spec/unit/mixin/template_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node_spec.rb +12 -12
- data/spec/unit/platform_spec.rb +1 -1
- data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
- data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
- data/spec/unit/provider/breakpoint_spec.rb +8 -8
- data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +11 -11
- data/spec/unit/provider/cron_spec.rb +40 -40
- data/spec/unit/provider/deploy/revision_spec.rb +11 -12
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +50 -50
- data/spec/unit/provider/directory_spec.rb +18 -18
- data/spec/unit/provider/env_spec.rb +15 -15
- data/spec/unit/provider/erl_call_spec.rb +1 -1
- data/spec/unit/provider/execute_spec.rb +5 -5
- data/spec/unit/provider/file/content_spec.rb +5 -5
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +47 -47
- data/spec/unit/provider/group/dscl_spec.rb +16 -15
- data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
- data/spec/unit/provider/group/groupadd_spec.rb +10 -10
- data/spec/unit/provider/group/groupmod_spec.rb +3 -3
- data/spec/unit/provider/group/pw_spec.rb +9 -8
- data/spec/unit/provider/group/usermod_spec.rb +13 -12
- data/spec/unit/provider/group/windows_spec.rb +9 -9
- data/spec/unit/provider/group_spec.rb +31 -31
- data/spec/unit/provider/http_request_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
- data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
- data/spec/unit/provider/ifconfig_spec.rb +13 -13
- data/spec/unit/provider/link_spec.rb +33 -33
- data/spec/unit/provider/mdadm_spec.rb +4 -4
- data/spec/unit/provider/mount/aix_spec.rb +5 -5
- data/spec/unit/provider/mount/mount_spec.rb +49 -50
- data/spec/unit/provider/mount/windows_spec.rb +18 -18
- data/spec/unit/provider/mount_spec.rb +12 -12
- data/spec/unit/provider/ohai_spec.rb +6 -6
- data/spec/unit/provider/package/aix_spec.rb +14 -14
- data/spec/unit/provider/package/apt_spec.rb +10 -10
- data/spec/unit/provider/package/dpkg_spec.rb +13 -13
- data/spec/unit/provider/package/easy_install_spec.rb +6 -6
- data/spec/unit/provider/package/freebsd_spec.rb +29 -29
- data/spec/unit/provider/package/ips_spec.rb +4 -4
- data/spec/unit/provider/package/macports_spec.rb +6 -6
- data/spec/unit/provider/package/pacman_spec.rb +17 -17
- data/spec/unit/provider/package/portage_spec.rb +18 -18
- data/spec/unit/provider/package/rpm_spec.rb +7 -7
- data/spec/unit/provider/package/rubygems_spec.rb +31 -31
- data/spec/unit/provider/package/smartos_spec.rb +4 -4
- data/spec/unit/provider/package/solaris_spec.rb +15 -15
- data/spec/unit/provider/package/yum_spec.rb +100 -100
- data/spec/unit/provider/package/zypper_spec.rb +10 -10
- data/spec/unit/provider/package_spec.rb +21 -21
- data/spec/unit/provider/registry_key_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +31 -31
- data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
- data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
- data/spec/unit/provider/remote_file/http_spec.rb +4 -4
- data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
- data/spec/unit/provider/remote_file_spec.rb +1 -1
- data/spec/unit/provider/route_spec.rb +23 -23
- data/spec/unit/provider/script_spec.rb +5 -5
- data/spec/unit/provider/service/arch_service_spec.rb +41 -41
- data/spec/unit/provider/service/debian_service_spec.rb +23 -23
- data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
- data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
- data/spec/unit/provider/service/init_service_spec.rb +13 -13
- data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
- data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
- data/spec/unit/provider/service/macosx_spec.rb +20 -20
- data/spec/unit/provider/service/redhat_spec.rb +15 -15
- data/spec/unit/provider/service/simple_service_spec.rb +9 -9
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
- data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
- data/spec/unit/provider/service/windows_spec.rb +37 -37
- data/spec/unit/provider/service_spec.rb +9 -9
- data/spec/unit/provider/subversion_spec.rb +36 -36
- data/spec/unit/provider/template/content_spec.rb +8 -8
- data/spec/unit/provider/template_spec.rb +1 -1
- data/spec/unit/provider/user/dscl_spec.rb +9 -9
- data/spec/unit/provider/user/pw_spec.rb +20 -20
- data/spec/unit/provider/user/solaris_spec.rb +5 -5
- data/spec/unit/provider/user/windows_spec.rb +8 -8
- data/spec/unit/provider/user_spec.rb +34 -34
- data/spec/unit/provider_spec.rb +3 -3
- data/spec/unit/recipe_spec.rb +79 -4
- data/spec/unit/registry_helper_spec.rb +2 -2
- data/spec/unit/resource/cron_spec.rb +2 -2
- data/spec/unit/resource/directory_spec.rb +5 -5
- data/spec/unit/resource/env_spec.rb +2 -2
- data/spec/unit/resource/erl_call_spec.rb +1 -1
- data/spec/unit/resource/file_spec.rb +8 -8
- data/spec/unit/resource/group_spec.rb +3 -3
- data/spec/unit/resource/link_spec.rb +8 -8
- data/spec/unit/resource/mdadm_spec.rb +3 -3
- data/spec/unit/resource/mount_spec.rb +3 -3
- data/spec/unit/resource/route_spec.rb +2 -2
- data/spec/unit/resource/user_spec.rb +2 -2
- data/spec/unit/resource/yum_package_spec.rb +2 -2
- data/spec/unit/resource_collection_spec.rb +1 -1
- data/spec/unit/resource_definition_spec.rb +2 -2
- data/spec/unit/resource_reporter_spec.rb +71 -16
- data/spec/unit/resource_spec.rb +3 -3
- data/spec/unit/rest/auth_credentials_spec.rb +2 -2
- data/spec/unit/rest_spec.rb +3 -40
- data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
- data/spec/unit/run_list_spec.rb +9 -9
- data/spec/unit/run_status_spec.rb +1 -1
- data/spec/unit/runner_spec.rb +8 -8
- data/spec/unit/scan_access_control_spec.rb +3 -3
- data/spec/unit/search/query_spec.rb +7 -7
- data/spec/unit/shell/model_wrapper_spec.rb +2 -2
- data/spec/unit/shell/shell_ext_spec.rb +15 -15
- data/spec/unit/shell/shell_session_spec.rb +9 -9
- data/spec/unit/shell_spec.rb +1 -2
- data/spec/unit/user_spec.rb +4 -4
- data/spec/unit/util/backup_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +7 -7
- metadata +106 -51
- data/distro/common/html/chef-client.8.html +0 -145
- data/distro/common/html/chef-expander.8.html +0 -164
- data/distro/common/html/chef-expanderctl.8.html +0 -146
- data/distro/common/html/chef-server-webui.8.html +0 -185
- data/distro/common/html/chef-server.8.html +0 -182
- data/distro/common/html/chef-shell.1.html +0 -286
- data/distro/common/html/chef-solo.8.html +0 -185
- data/distro/common/html/chef-solr.8.html +0 -165
- data/distro/common/html/knife-bootstrap.1.html +0 -241
- data/distro/common/html/knife-client.1.html +0 -219
- data/distro/common/html/knife-configure.1.html +0 -170
- data/distro/common/html/knife-cookbook-site.1.html +0 -241
- data/distro/common/html/knife-cookbook.1.html +0 -381
- data/distro/common/html/knife-data-bag.1.html +0 -235
- data/distro/common/html/knife-environment.1.html +0 -265
- data/distro/common/html/knife-exec.1.html +0 -134
- data/distro/common/html/knife-index.1.html +0 -125
- data/distro/common/html/knife-node.1.html +0 -250
- data/distro/common/html/knife-role.1.html +0 -200
- data/distro/common/html/knife-search.1.html +0 -288
- data/distro/common/html/knife-ssh.1.html +0 -156
- data/distro/common/html/knife-status.1.html +0 -128
- data/distro/common/html/knife-tag.1.html +0 -137
- data/distro/common/html/knife.1.html +0 -315
@@ -32,7 +32,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
32
32
|
end
|
33
33
|
|
34
34
|
it "should allow a hash and a hash as arguments to validate" do
|
35
|
-
lambda { @vo.validate({:one => "two"}, {}) }.should_not raise_error
|
35
|
+
lambda { @vo.validate({:one => "two"}, {}) }.should_not raise_error
|
36
36
|
end
|
37
37
|
|
38
38
|
it "should raise an argument error if validate is called incorrectly" do
|
@@ -40,17 +40,17 @@ describe Chef::Mixin::ParamsValidate do
|
|
40
40
|
end
|
41
41
|
|
42
42
|
it "should require validation map keys to be symbols or strings" do
|
43
|
-
lambda { @vo.validate({:one => "two"}, { :one => true }) }.should_not raise_error
|
44
|
-
lambda { @vo.validate({:one => "two"}, { "one" => true }) }.should_not raise_error
|
43
|
+
lambda { @vo.validate({:one => "two"}, { :one => true }) }.should_not raise_error
|
44
|
+
lambda { @vo.validate({:one => "two"}, { "one" => true }) }.should_not raise_error
|
45
45
|
lambda { @vo.validate({:one => "two"}, { Hash.new => true }) }.should raise_error(ArgumentError)
|
46
46
|
end
|
47
47
|
|
48
48
|
it "should allow options to be required with true" do
|
49
|
-
lambda { @vo.validate({:one => "two"}, { :one => true }) }.should_not raise_error
|
49
|
+
lambda { @vo.validate({:one => "two"}, { :one => true }) }.should_not raise_error
|
50
50
|
end
|
51
51
|
|
52
52
|
it "should allow options to be optional with false" do
|
53
|
-
lambda { @vo.validate({}, {:one => false})}.should_not raise_error
|
53
|
+
lambda { @vo.validate({}, {:one => false})}.should_not raise_error
|
54
54
|
end
|
55
55
|
|
56
56
|
it "should allow you to check what kind_of? thing an argument is with kind_of" do
|
@@ -63,7 +63,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
63
63
|
}
|
64
64
|
}
|
65
65
|
)
|
66
|
-
}.should_not raise_error
|
66
|
+
}.should_not raise_error
|
67
67
|
|
68
68
|
lambda {
|
69
69
|
@vo.validate(
|
@@ -87,7 +87,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
87
87
|
}
|
88
88
|
}
|
89
89
|
)
|
90
|
-
}.should_not raise_error
|
90
|
+
}.should_not raise_error
|
91
91
|
|
92
92
|
lambda {
|
93
93
|
@vo.validate(
|
@@ -109,7 +109,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
109
109
|
}
|
110
110
|
}
|
111
111
|
)
|
112
|
-
}.should_not raise_error
|
112
|
+
}.should_not raise_error
|
113
113
|
end
|
114
114
|
|
115
115
|
it "should allow you to specify whether an object has a method with respond_to" do
|
@@ -122,7 +122,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
122
122
|
}
|
123
123
|
}
|
124
124
|
)
|
125
|
-
}.should_not raise_error
|
125
|
+
}.should_not raise_error
|
126
126
|
|
127
127
|
lambda {
|
128
128
|
@vo.validate(
|
@@ -146,7 +146,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
146
146
|
}
|
147
147
|
}
|
148
148
|
)
|
149
|
-
}.should_not raise_error
|
149
|
+
}.should_not raise_error
|
150
150
|
|
151
151
|
lambda {
|
152
152
|
@vo.validate(
|
@@ -180,7 +180,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
180
180
|
}
|
181
181
|
}
|
182
182
|
)
|
183
|
-
}.should_not raise_error
|
183
|
+
}.should_not raise_error
|
184
184
|
|
185
185
|
lambda {
|
186
186
|
@vo.validate(
|
@@ -208,7 +208,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
208
208
|
}
|
209
209
|
}
|
210
210
|
)
|
211
|
-
}.should_not raise_error
|
211
|
+
}.should_not raise_error
|
212
212
|
|
213
213
|
lambda {
|
214
214
|
@vo.validate(
|
@@ -250,7 +250,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
250
250
|
:three => { :default => "neato mosquito" }
|
251
251
|
}
|
252
252
|
)
|
253
|
-
}.should_not raise_error
|
253
|
+
}.should_not raise_error
|
254
254
|
args[:three].should == "neato mosquito"
|
255
255
|
lambda {
|
256
256
|
@vo.validate(
|
@@ -292,7 +292,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
292
292
|
it "should accept keys that are strings in the options" do
|
293
293
|
lambda {
|
294
294
|
@vo.validate({ "one" => "two" }, { :one => { :regex => /^two$/ }})
|
295
|
-
}.should_not raise_error
|
295
|
+
}.should_not raise_error
|
296
296
|
end
|
297
297
|
|
298
298
|
it "should allow an array to kind_of" do
|
@@ -305,7 +305,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
305
305
|
}
|
306
306
|
}
|
307
307
|
)
|
308
|
-
}.should_not raise_error
|
308
|
+
}.should_not raise_error
|
309
309
|
lambda {
|
310
310
|
@vo.validate(
|
311
311
|
{:one => ["string"]},
|
@@ -315,7 +315,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
315
315
|
}
|
316
316
|
}
|
317
317
|
)
|
318
|
-
}.should_not raise_error
|
318
|
+
}.should_not raise_error
|
319
319
|
lambda {
|
320
320
|
@vo.validate(
|
321
321
|
{:one => Hash.new},
|
@@ -360,7 +360,7 @@ describe Chef::Mixin::ParamsValidate do
|
|
360
360
|
it "should not raise an error when argument is nil and required is false" do
|
361
361
|
lambda {
|
362
362
|
@vo.set_or_return(:test, nil, { :required => false })
|
363
|
-
}.should_not raise_error
|
363
|
+
}.should_not raise_error
|
364
364
|
end
|
365
365
|
|
366
366
|
it "should set and return @name, then return @name for foo when argument is nil" do
|
@@ -33,9 +33,9 @@ describe Chef::Mixin::PathSanity do
|
|
33
33
|
Chef::Config[:enforce_path_sanity] = true
|
34
34
|
@ruby_bindir = '/some/ruby/bin'
|
35
35
|
@gem_bindir = '/some/gem/bin'
|
36
|
-
Gem.stub
|
37
|
-
RbConfig::CONFIG.stub
|
38
|
-
Chef::Platform.stub
|
36
|
+
Gem.stub(:bindir).and_return(@gem_bindir)
|
37
|
+
RbConfig::CONFIG.stub(:[]).with('bindir').and_return(@ruby_bindir)
|
38
|
+
Chef::Platform.stub(:windows?).and_return(false)
|
39
39
|
end
|
40
40
|
|
41
41
|
it "adds all useful PATHs even if environment is an empty hash" do
|
@@ -65,8 +65,8 @@ describe Chef::Mixin::PathSanity do
|
|
65
65
|
it "does not create entries for Ruby/Gem bindirs if they exist in SANE_PATH or PATH" do
|
66
66
|
ruby_bindir = '/usr/bin'
|
67
67
|
gem_bindir = '/yo/gabba/gabba'
|
68
|
-
Gem.stub
|
69
|
-
RbConfig::CONFIG.stub
|
68
|
+
Gem.stub(:bindir).and_return(gem_bindir)
|
69
|
+
RbConfig::CONFIG.stub(:[]).with('bindir').and_return(ruby_bindir)
|
70
70
|
env = {"PATH" => gem_bindir}
|
71
71
|
@sanity.enforce_path_sanity(env)
|
72
72
|
env["PATH"].should == "/yo/gabba/gabba:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
@@ -75,9 +75,9 @@ describe Chef::Mixin::PathSanity do
|
|
75
75
|
it "builds a valid windows path" do
|
76
76
|
ruby_bindir = 'C:\ruby\bin'
|
77
77
|
gem_bindir = 'C:\gems\bin'
|
78
|
-
Gem.stub
|
79
|
-
RbConfig::CONFIG.stub
|
80
|
-
Chef::Platform.stub
|
78
|
+
Gem.stub(:bindir).and_return(gem_bindir)
|
79
|
+
RbConfig::CONFIG.stub(:[]).with('bindir').and_return(ruby_bindir)
|
80
|
+
Chef::Platform.stub(:windows?).and_return(true)
|
81
81
|
env = {"PATH" => 'C:\Windows\system32;C:\mr\softie'}
|
82
82
|
@sanity.enforce_path_sanity(env)
|
83
83
|
env["PATH"].should == "C:\\Windows\\system32;C:\\mr\\softie;#{ruby_bindir};#{gem_bindir}"
|
@@ -28,14 +28,14 @@ describe Chef::Mixin::Securable do
|
|
28
28
|
end
|
29
29
|
|
30
30
|
it "should accept a group name or id for group" do
|
31
|
-
lambda { @securable.group "root" }.should_not raise_error
|
32
|
-
lambda { @securable.group 123 }.should_not raise_error
|
31
|
+
lambda { @securable.group "root" }.should_not raise_error
|
32
|
+
lambda { @securable.group 123 }.should_not raise_error
|
33
33
|
lambda { @securable.group "+bad:group" }.should raise_error(ArgumentError)
|
34
34
|
end
|
35
35
|
|
36
36
|
it "should accept a user name or id for owner" do
|
37
|
-
lambda { @securable.owner "root" }.should_not raise_error
|
38
|
-
lambda { @securable.owner 123 }.should_not raise_error
|
37
|
+
lambda { @securable.owner "root" }.should_not raise_error
|
38
|
+
lambda { @securable.owner 123 }.should_not raise_error
|
39
39
|
lambda { @securable.owner "+bad:owner" }.should raise_error(ArgumentError)
|
40
40
|
end
|
41
41
|
|
@@ -55,30 +55,30 @@ describe Chef::Mixin::Securable do
|
|
55
55
|
end
|
56
56
|
|
57
57
|
it "should accept group/owner names with spaces and backslashes" do
|
58
|
-
lambda { @securable.group 'test\ group' }.should_not raise_error
|
59
|
-
lambda { @securable.owner 'test\ group' }.should_not raise_error
|
58
|
+
lambda { @securable.group 'test\ group' }.should_not raise_error
|
59
|
+
lambda { @securable.owner 'test\ group' }.should_not raise_error
|
60
60
|
end
|
61
61
|
|
62
62
|
it "should accept group/owner names that are a single character or digit" do
|
63
|
-
lambda { @securable.group 'v' }.should_not raise_error
|
64
|
-
lambda { @securable.group '1' }.should_not raise_error
|
65
|
-
lambda { @securable.owner 'v' }.should_not raise_error
|
66
|
-
lambda { @securable.owner '1' }.should_not raise_error
|
63
|
+
lambda { @securable.group 'v' }.should_not raise_error
|
64
|
+
lambda { @securable.group '1' }.should_not raise_error
|
65
|
+
lambda { @securable.owner 'v' }.should_not raise_error
|
66
|
+
lambda { @securable.owner '1' }.should_not raise_error
|
67
67
|
end
|
68
68
|
|
69
69
|
it "should not accept group/owner names starting with '-', '+', or '~'" do
|
70
70
|
lambda { @securable.group '-test' }.should raise_error(ArgumentError)
|
71
71
|
lambda { @securable.group '+test' }.should raise_error(ArgumentError)
|
72
72
|
lambda { @securable.group '~test' }.should raise_error(ArgumentError)
|
73
|
-
lambda { @securable.group 'te-st' }.should_not raise_error
|
74
|
-
lambda { @securable.group 'te+st' }.should_not raise_error
|
75
|
-
lambda { @securable.group 'te~st' }.should_not raise_error
|
73
|
+
lambda { @securable.group 'te-st' }.should_not raise_error
|
74
|
+
lambda { @securable.group 'te+st' }.should_not raise_error
|
75
|
+
lambda { @securable.group 'te~st' }.should_not raise_error
|
76
76
|
lambda { @securable.owner '-test' }.should raise_error(ArgumentError)
|
77
77
|
lambda { @securable.owner '+test' }.should raise_error(ArgumentError)
|
78
78
|
lambda { @securable.owner '~test' }.should raise_error(ArgumentError)
|
79
|
-
lambda { @securable.owner 'te-st' }.should_not raise_error
|
80
|
-
lambda { @securable.owner 'te+st' }.should_not raise_error
|
81
|
-
lambda { @securable.owner 'te~st' }.should_not raise_error
|
79
|
+
lambda { @securable.owner 'te-st' }.should_not raise_error
|
80
|
+
lambda { @securable.owner 'te+st' }.should_not raise_error
|
81
|
+
lambda { @securable.owner 'te~st' }.should_not raise_error
|
82
82
|
end
|
83
83
|
|
84
84
|
it "should not accept group/owner names containing ':', ',' or non-space whitespace" do
|
@@ -109,11 +109,11 @@ describe Chef::Mixin::Securable do
|
|
109
109
|
end
|
110
110
|
|
111
111
|
it "should accept Active Directory-style domain names pulled in via LDAP (on unix hosts)" do
|
112
|
-
lambda { @securable.owner "domain\@user" }.should_not raise_error
|
113
|
-
lambda { @securable.owner "domain\\user" }.should_not raise_error
|
114
|
-
lambda { @securable.group "domain\@group" }.should_not raise_error
|
115
|
-
lambda { @securable.group "domain\\group" }.should_not raise_error
|
116
|
-
lambda { @securable.group "domain\\group^name" }.should_not raise_error
|
112
|
+
lambda { @securable.owner "domain\@user" }.should_not raise_error
|
113
|
+
lambda { @securable.owner "domain\\user" }.should_not raise_error
|
114
|
+
lambda { @securable.group "domain\@group" }.should_not raise_error
|
115
|
+
lambda { @securable.group "domain\\group" }.should_not raise_error
|
116
|
+
lambda { @securable.group "domain\\group^name" }.should_not raise_error
|
117
117
|
end
|
118
118
|
|
119
119
|
it "should not accept group/owner names containing embedded carriage returns" do
|
@@ -125,22 +125,22 @@ describe Chef::Mixin::Securable do
|
|
125
125
|
end
|
126
126
|
|
127
127
|
it "should accept group/owner names in UTF-8" do
|
128
|
-
lambda { @securable.group 'tëst' }.should_not raise_error
|
129
|
-
lambda { @securable.group 'ë' }.should_not raise_error
|
130
|
-
lambda { @securable.owner 'tëst' }.should_not raise_error
|
131
|
-
lambda { @securable.owner 'ë' }.should_not raise_error
|
128
|
+
lambda { @securable.group 'tëst' }.should_not raise_error
|
129
|
+
lambda { @securable.group 'ë' }.should_not raise_error
|
130
|
+
lambda { @securable.owner 'tëst' }.should_not raise_error
|
131
|
+
lambda { @securable.owner 'ë' }.should_not raise_error
|
132
132
|
end
|
133
133
|
|
134
134
|
it "should accept a unix file mode in string form as an octal number" do
|
135
|
-
lambda { @securable.mode "0" }.should_not raise_error
|
136
|
-
lambda { @securable.mode "0000" }.should_not raise_error
|
137
|
-
lambda { @securable.mode "0111" }.should_not raise_error
|
138
|
-
lambda { @securable.mode "0444" }.should_not raise_error
|
135
|
+
lambda { @securable.mode "0" }.should_not raise_error
|
136
|
+
lambda { @securable.mode "0000" }.should_not raise_error
|
137
|
+
lambda { @securable.mode "0111" }.should_not raise_error
|
138
|
+
lambda { @securable.mode "0444" }.should_not raise_error
|
139
139
|
|
140
|
-
lambda { @securable.mode "111" }.should_not raise_error
|
141
|
-
lambda { @securable.mode "444" }.should_not raise_error
|
142
|
-
lambda { @securable.mode "7777" }.should_not raise_error
|
143
|
-
lambda { @securable.mode "07777" }.should_not raise_error
|
140
|
+
lambda { @securable.mode "111" }.should_not raise_error
|
141
|
+
lambda { @securable.mode "444" }.should_not raise_error
|
142
|
+
lambda { @securable.mode "7777" }.should_not raise_error
|
143
|
+
lambda { @securable.mode "07777" }.should_not raise_error
|
144
144
|
|
145
145
|
lambda { @securable.mode "-01" }.should raise_error(ArgumentError)
|
146
146
|
lambda { @securable.mode "010000" }.should raise_error(ArgumentError)
|
@@ -156,17 +156,17 @@ describe Chef::Mixin::Securable do
|
|
156
156
|
end
|
157
157
|
|
158
158
|
it "should accept a unix file mode in numeric form as a ruby-interpreted integer" do
|
159
|
-
lambda { @securable.mode 0 }.should_not raise_error
|
160
|
-
lambda { @securable.mode 0000 }.should_not raise_error
|
161
|
-
lambda { @securable.mode 444 }.should_not raise_error
|
162
|
-
lambda { @securable.mode 0444 }.should_not raise_error
|
163
|
-
lambda { @securable.mode 07777 }.should_not raise_error
|
159
|
+
lambda { @securable.mode 0 }.should_not raise_error
|
160
|
+
lambda { @securable.mode 0000 }.should_not raise_error
|
161
|
+
lambda { @securable.mode 444 }.should_not raise_error
|
162
|
+
lambda { @securable.mode 0444 }.should_not raise_error
|
163
|
+
lambda { @securable.mode 07777 }.should_not raise_error
|
164
164
|
|
165
|
-
lambda { @securable.mode 292 }.should_not raise_error
|
166
|
-
lambda { @securable.mode 4095 }.should_not raise_error
|
165
|
+
lambda { @securable.mode 292 }.should_not raise_error
|
166
|
+
lambda { @securable.mode 4095 }.should_not raise_error
|
167
167
|
|
168
|
-
lambda { @securable.mode 0111 }.should_not raise_error
|
169
|
-
lambda { @securable.mode 73 }.should_not raise_error
|
168
|
+
lambda { @securable.mode 0111 }.should_not raise_error
|
169
|
+
lambda { @securable.mode 73 }.should_not raise_error
|
170
170
|
|
171
171
|
lambda { @securable.mode -01 }.should raise_error(ArgumentError)
|
172
172
|
lambda { @securable.mode 010000 }.should raise_error(ArgumentError)
|
@@ -193,13 +193,13 @@ describe Chef::Mixin::Securable do
|
|
193
193
|
end
|
194
194
|
|
195
195
|
it "should accept a unix file mode in string form as an octal number" do
|
196
|
-
lambda { @securable.mode "0" }.should_not raise_error
|
197
|
-
lambda { @securable.mode "0000" }.should_not raise_error
|
198
|
-
lambda { @securable.mode "0111" }.should_not raise_error
|
199
|
-
lambda { @securable.mode "0444" }.should_not raise_error
|
196
|
+
lambda { @securable.mode "0" }.should_not raise_error
|
197
|
+
lambda { @securable.mode "0000" }.should_not raise_error
|
198
|
+
lambda { @securable.mode "0111" }.should_not raise_error
|
199
|
+
lambda { @securable.mode "0444" }.should_not raise_error
|
200
200
|
|
201
|
-
lambda { @securable.mode "111" }.should_not raise_error
|
202
|
-
lambda { @securable.mode "444" }.should_not raise_error
|
201
|
+
lambda { @securable.mode "111" }.should_not raise_error
|
202
|
+
lambda { @securable.mode "444" }.should_not raise_error
|
203
203
|
lambda { @securable.mode "7777" }.should raise_error(ArgumentError)
|
204
204
|
lambda { @securable.mode "07777" }.should raise_error(ArgumentError)
|
205
205
|
|
@@ -217,17 +217,17 @@ describe Chef::Mixin::Securable do
|
|
217
217
|
end
|
218
218
|
|
219
219
|
it "should accept a unix file mode in numeric form as a ruby-interpreted integer" do
|
220
|
-
lambda { @securable.mode 0 }.should_not raise_error
|
221
|
-
lambda { @securable.mode 0000 }.should_not raise_error
|
222
|
-
lambda { @securable.mode 444 }.should_not raise_error
|
223
|
-
lambda { @securable.mode 0444 }.should_not raise_error
|
220
|
+
lambda { @securable.mode 0 }.should_not raise_error
|
221
|
+
lambda { @securable.mode 0000 }.should_not raise_error
|
222
|
+
lambda { @securable.mode 444 }.should_not raise_error
|
223
|
+
lambda { @securable.mode 0444 }.should_not raise_error
|
224
224
|
lambda { @securable.mode 07777 }.should raise_error(ArgumentError)
|
225
225
|
|
226
|
-
lambda { @securable.mode 292 }.should_not raise_error
|
226
|
+
lambda { @securable.mode 292 }.should_not raise_error
|
227
227
|
lambda { @securable.mode 4095 }.should raise_error(ArgumentError)
|
228
228
|
|
229
|
-
lambda { @securable.mode 0111 }.should_not raise_error
|
230
|
-
lambda { @securable.mode 73 }.should_not raise_error
|
229
|
+
lambda { @securable.mode 0111 }.should_not raise_error
|
230
|
+
lambda { @securable.mode 73 }.should_not raise_error
|
231
231
|
|
232
232
|
lambda { @securable.mode -01 }.should raise_error(ArgumentError)
|
233
233
|
lambda { @securable.mode 010000 }.should raise_error(ArgumentError)
|
@@ -236,46 +236,46 @@ describe Chef::Mixin::Securable do
|
|
236
236
|
end
|
237
237
|
|
238
238
|
it "should allow you to specify :full_control, :modify, :read_execute, :read, and :write rights" do
|
239
|
-
lambda { @securable.rights :full_control, "The Dude" }.should_not raise_error
|
240
|
-
lambda { @securable.rights :modify, "The Dude" }.should_not raise_error
|
241
|
-
lambda { @securable.rights :read_execute, "The Dude" }.should_not raise_error
|
242
|
-
lambda { @securable.rights :read, "The Dude" }.should_not raise_error
|
243
|
-
lambda { @securable.rights :write, "The Dude" }.should_not raise_error
|
239
|
+
lambda { @securable.rights :full_control, "The Dude" }.should_not raise_error
|
240
|
+
lambda { @securable.rights :modify, "The Dude" }.should_not raise_error
|
241
|
+
lambda { @securable.rights :read_execute, "The Dude" }.should_not raise_error
|
242
|
+
lambda { @securable.rights :read, "The Dude" }.should_not raise_error
|
243
|
+
lambda { @securable.rights :write, "The Dude" }.should_not raise_error
|
244
244
|
lambda { @securable.rights :to_party, "The Dude" }.should raise_error(ArgumentError)
|
245
245
|
end
|
246
246
|
|
247
247
|
it "should allow you to specify :full_control, :modify, :read_execute, :read, and :write deny_rights" do
|
248
|
-
lambda { @securable.deny_rights :full_control, "The Dude" }.should_not raise_error
|
249
|
-
lambda { @securable.deny_rights :modify, "The Dude" }.should_not raise_error
|
250
|
-
lambda { @securable.deny_rights :read_execute, "The Dude" }.should_not raise_error
|
251
|
-
lambda { @securable.deny_rights :read, "The Dude" }.should_not raise_error
|
252
|
-
lambda { @securable.deny_rights :write, "The Dude" }.should_not raise_error
|
248
|
+
lambda { @securable.deny_rights :full_control, "The Dude" }.should_not raise_error
|
249
|
+
lambda { @securable.deny_rights :modify, "The Dude" }.should_not raise_error
|
250
|
+
lambda { @securable.deny_rights :read_execute, "The Dude" }.should_not raise_error
|
251
|
+
lambda { @securable.deny_rights :read, "The Dude" }.should_not raise_error
|
252
|
+
lambda { @securable.deny_rights :write, "The Dude" }.should_not raise_error
|
253
253
|
lambda { @securable.deny_rights :to_party, "The Dude" }.should raise_error(ArgumentError)
|
254
254
|
end
|
255
255
|
|
256
256
|
it "should accept a principal as a string or an array" do
|
257
|
-
lambda { @securable.rights :read, "The Dude" }.should_not raise_error
|
258
|
-
lambda { @securable.rights :read, ["The Dude","Donny"] }.should_not raise_error
|
257
|
+
lambda { @securable.rights :read, "The Dude" }.should_not raise_error
|
258
|
+
lambda { @securable.rights :read, ["The Dude","Donny"] }.should_not raise_error
|
259
259
|
lambda { @securable.rights :read, 3 }.should raise_error(ArgumentError)
|
260
260
|
end
|
261
261
|
|
262
262
|
it "should allow you to specify whether the permissions applies_to_children with true/false/:containers_only/:objects_only" do
|
263
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => false }.should_not raise_error
|
264
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true }.should_not raise_error
|
265
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => :containers_only }.should_not raise_error
|
266
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => :objects_only }.should_not raise_error
|
263
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => false }.should_not raise_error
|
264
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true }.should_not raise_error
|
265
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => :containers_only }.should_not raise_error
|
266
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => :objects_only }.should_not raise_error
|
267
267
|
lambda { @securable.rights :read, "The Dude", :applies_to_children => 'poop' }.should raise_error(ArgumentError)
|
268
268
|
end
|
269
269
|
|
270
270
|
it "should allow you to specify whether the permissions applies_to_self with true/false" do
|
271
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :applies_to_self => false }.should_not raise_error
|
272
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_self => true }.should_not raise_error
|
271
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :applies_to_self => false }.should_not raise_error
|
272
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_self => true }.should_not raise_error
|
273
273
|
lambda { @securable.rights :read, "The Dude", :applies_to_self => 'poop' }.should raise_error(ArgumentError)
|
274
274
|
end
|
275
275
|
|
276
276
|
it "should allow you to specify whether the permissions applies one_level_deep with true/false" do
|
277
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => false }.should_not raise_error
|
278
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => true }.should_not raise_error
|
277
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => false }.should_not raise_error
|
278
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => true }.should_not raise_error
|
279
279
|
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => 'poop' }.should raise_error(ArgumentError)
|
280
280
|
end
|
281
281
|
|
@@ -290,26 +290,26 @@ describe Chef::Mixin::Securable do
|
|
290
290
|
end
|
291
291
|
|
292
292
|
it "should allow you to specify whether the permission applies_to_self only if you specified applies_to_children" do
|
293
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :applies_to_self => true }.should_not raise_error
|
294
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :applies_to_self => false }.should_not raise_error
|
295
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => false, :applies_to_self => true }.should_not raise_error
|
293
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :applies_to_self => true }.should_not raise_error
|
294
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :applies_to_self => false }.should_not raise_error
|
295
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => false, :applies_to_self => true }.should_not raise_error
|
296
296
|
lambda { @securable.rights :read, "The Dude", :applies_to_children => false, :applies_to_self => false }.should raise_error(ArgumentError)
|
297
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_self => true }.should_not raise_error
|
298
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_self => false }.should_not raise_error
|
297
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_self => true }.should_not raise_error
|
298
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_self => false }.should_not raise_error
|
299
299
|
end
|
300
300
|
|
301
301
|
it "should allow you to specify whether the permission applies one_level_deep only if you specified applies_to_children" do
|
302
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => true }.should_not raise_error
|
303
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => false }.should_not raise_error
|
302
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => true }.should_not raise_error
|
303
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => true, :one_level_deep => false }.should_not raise_error
|
304
304
|
lambda { @securable.rights :read, "The Dude", :applies_to_children => false, :one_level_deep => true }.should raise_error(ArgumentError)
|
305
|
-
lambda { @securable.rights :read, "The Dude", :applies_to_children => false, :one_level_deep => false }.should_not raise_error
|
306
|
-
lambda { @securable.rights :read, "The Dude", :one_level_deep => true }.should_not raise_error
|
307
|
-
lambda { @securable.rights :read, "The Dude", :one_level_deep => false }.should_not raise_error
|
305
|
+
lambda { @securable.rights :read, "The Dude", :applies_to_children => false, :one_level_deep => false }.should_not raise_error
|
306
|
+
lambda { @securable.rights :read, "The Dude", :one_level_deep => true }.should_not raise_error
|
307
|
+
lambda { @securable.rights :read, "The Dude", :one_level_deep => false }.should_not raise_error
|
308
308
|
end
|
309
309
|
|
310
310
|
it "should allow you to specify whether the permissions inherit with true/false" do
|
311
|
-
lambda { @securable.inherits true }.should_not raise_error
|
312
|
-
lambda { @securable.inherits false }.should_not raise_error
|
311
|
+
lambda { @securable.inherits true }.should_not raise_error
|
312
|
+
lambda { @securable.inherits false }.should_not raise_error
|
313
313
|
lambda { @securable.inherits "monkey" }.should raise_error(ArgumentError)
|
314
314
|
end
|
315
315
|
end
|