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
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-CLIENT" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-CLIENT" "1" "Chef 11.10.0" "" "knife client"
|
2
2
|
.SH NAME
|
3
3
|
knife-client \- The man page for the knife client subcommand.
|
4
4
|
.
|
@@ -36,14 +36,6 @@ When a node runs the chef\-client for the first time, it generally does not yet
|
|
36
36
|
Once the chef\-client has registered itself with the server, it no longer uses the validation client for anything. It is recommended that you delete the private key for the chef\-validator from the host after the host has registered or use the \fBdelete_validation\fP recipe that can be found in the \fBchef\-client\fP cookbook (\fI\%https://github.com/opscode-cookbooks/chef-client\fP).
|
37
37
|
.sp
|
38
38
|
The \fBknife client\fP subcommand is used to manage an API client list and their associated RSA public key\-pairs. This allows authentication requests to be made to the server by any entity that uses the Chef Server API, such as the chef\-client and Knife.
|
39
|
-
.sp
|
40
|
-
This subcommand has the following syntax:
|
41
|
-
.sp
|
42
|
-
.nf
|
43
|
-
.ft C
|
44
|
-
$ knife client [ARGUMENT] (options)
|
45
|
-
.ft P
|
46
|
-
.fi
|
47
39
|
.SH COMMON OPTIONS
|
48
40
|
.sp
|
49
41
|
The following options may be used with any of the arguments available to the \fBknife client\fP subcommand:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-CONFIGURE" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-CONFIGURE" "1" "Chef 11.10.0" "" "knife configure"
|
2
2
|
.SH NAME
|
3
3
|
knife-configure \- The man page for the knife configure subcommand.
|
4
4
|
.
|
@@ -35,7 +35,7 @@ The \fBknife configure\fP subcommand is used to create the knife.rb and client.r
|
|
35
35
|
.sp
|
36
36
|
\fBSyntax\fP
|
37
37
|
.sp
|
38
|
-
This argument has the following syntax:
|
38
|
+
This argument has the following syntax when creating a knife.rb file:
|
39
39
|
.sp
|
40
40
|
.nf
|
41
41
|
.ft C
|
@@ -43,6 +43,14 @@ $ knife configure (options)
|
|
43
43
|
.ft P
|
44
44
|
.fi
|
45
45
|
.sp
|
46
|
+
and the following syntax when creating a client.rb file:
|
47
|
+
.sp
|
48
|
+
.nf
|
49
|
+
.ft C
|
50
|
+
$ knife configure client DIRECTORY
|
51
|
+
.ft P
|
52
|
+
.fi
|
53
|
+
.sp
|
46
54
|
\fBOptions\fP
|
47
55
|
.sp
|
48
56
|
This subcommand has the following options:
|
@@ -120,16 +128,12 @@ Indicates that the chef\-client will be run in local mode, which allows all comm
|
|
120
128
|
.sp
|
121
129
|
\fBExamples\fP
|
122
130
|
.sp
|
123
|
-
To create a knife.rb file, enter:
|
124
|
-
.sp
|
125
131
|
.nf
|
126
132
|
.ft C
|
127
133
|
$ knife configure
|
128
134
|
.ft P
|
129
135
|
.fi
|
130
136
|
.sp
|
131
|
-
To configure a client.rb, enter:
|
132
|
-
.sp
|
133
137
|
.nf
|
134
138
|
.ft C
|
135
139
|
$ knife configure client \(aq/directory\(aq
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-COOKBOOK-SITE" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-COOKBOOK-SITE" "1" "Chef 11.10.0" "" "knife cookbook site"
|
2
2
|
.SH NAME
|
3
3
|
knife-cookbook-site \- The man page for the knife cookbook site subcommand.
|
4
4
|
.
|
@@ -34,14 +34,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
34
34
|
The Cookbooks Site API is used to provide access to the cookbooks community hosted at \fI\%https://cookbooks.opscode.com\fP. All of the cookbooks in the community are accessible through a REST API located at \fI\%https://cookbooks.opscode.com/api/v1/\fP by using any of the supported endpoints. In most cases, using Knife and the \fBknife cookbook site\fP sub\-command (and any of its arguments) is the recommended method of interacting with these cookbooks, but in some cases, using the REST API directly may make sense.
|
35
35
|
.sp
|
36
36
|
The \fBknife cookbook site\fP subcommand is used to interact with cookbooks that are located at \fI\%https://cookbooks.opscode.com\fP. A user account is required for any community actions that write data to this site. The following arguments do not require a user account: \fBdownload\fP, \fBsearch\fP, \fBinstall\fP, and \fBlist\fP.
|
37
|
-
.sp
|
38
|
-
This subcommand has the following syntax:
|
39
|
-
.sp
|
40
|
-
.nf
|
41
|
-
.ft C
|
42
|
-
$ knife cookbook site [ARGUMENT] (options)
|
43
|
-
.ft P
|
44
|
-
.fi
|
45
37
|
.SH COMMON OPTIONS
|
46
38
|
.sp
|
47
39
|
The following options may be used with any of the arguments available to the \fBknife cookbook site\fP subcommand:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-COOKBOOK" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-COOKBOOK" "1" "Chef 11.10.0" "" "knife cookbook"
|
2
2
|
.SH NAME
|
3
3
|
knife-cookbook \- The man page for the knife cookbook subcommand.
|
4
4
|
.
|
@@ -54,14 +54,6 @@ Metadata about recipes (including dependencies), version constraints, supported
|
|
54
54
|
.UNINDENT
|
55
55
|
.sp
|
56
56
|
The \fBknife cookbook\fP subcommand is used to interact with cookbooks that are located on the server or the local chef\-repo.
|
57
|
-
.sp
|
58
|
-
This subcommand has the following syntax:
|
59
|
-
.sp
|
60
|
-
.nf
|
61
|
-
.ft C
|
62
|
-
$ knife cookbook [ARGUMENT] (options)
|
63
|
-
.ft P
|
64
|
-
.fi
|
65
57
|
.SH COMMON OPTIONS
|
66
58
|
.sp
|
67
59
|
The following options may be used with any of the arguments available to the \fBknife cookbook\fP subcommand:
|
@@ -143,7 +135,7 @@ Indicates that a cookbook (or cookbook version) will be removed entirely from th
|
|
143
135
|
.sp
|
144
136
|
\fBExamples\fP
|
145
137
|
.sp
|
146
|
-
|
138
|
+
Use a regular expression to define the pattern used to bulk delete cookbooks:
|
147
139
|
.sp
|
148
140
|
.nf
|
149
141
|
.ft C
|
@@ -265,7 +257,13 @@ Indicates that a cookbook (or cookbook version) will be removed entirely from th
|
|
265
257
|
.sp
|
266
258
|
\fBExamples\fP
|
267
259
|
.sp
|
268
|
-
|
260
|
+
.nf
|
261
|
+
.ft C
|
262
|
+
$ knife cookbook delete cookbook_name version
|
263
|
+
.ft P
|
264
|
+
.fi
|
265
|
+
.sp
|
266
|
+
For example:
|
269
267
|
.sp
|
270
268
|
.nf
|
271
269
|
.ft C
|
@@ -375,8 +373,6 @@ The directory in which cookbook are created. This can be a colon\-separated path
|
|
375
373
|
.sp
|
376
374
|
\fBExamples\fP
|
377
375
|
.sp
|
378
|
-
To generate metadata for all cookbooks:
|
379
|
-
.sp
|
380
376
|
.nf
|
381
377
|
.ft C
|
382
378
|
$ knife cookbook metadata \-a
|
@@ -402,8 +398,6 @@ This command does not have any specific options.
|
|
402
398
|
.sp
|
403
399
|
\fBExamples\fP
|
404
400
|
.sp
|
405
|
-
To view cookbook metadata from a JSON file:
|
406
|
-
.sp
|
407
401
|
.nf
|
408
402
|
.ft C
|
409
403
|
$ knife cookbook metadta from file /path/to/file
|
@@ -553,11 +547,9 @@ The directory in which cookbook are created. This can be a colon\-separated path
|
|
553
547
|
.sp
|
554
548
|
\fBExamples\fP
|
555
549
|
.sp
|
556
|
-
To test a cookbook named "getting\-started", enter:
|
557
|
-
.sp
|
558
550
|
.nf
|
559
551
|
.ft C
|
560
|
-
$ knife cookbook test
|
552
|
+
$ knife cookbook test cookbook_name
|
561
553
|
.ft P
|
562
554
|
.fi
|
563
555
|
.SH UPLOAD
|
@@ -600,11 +592,9 @@ The directory in which cookbook are created. This can be a colon\-separated path
|
|
600
592
|
.sp
|
601
593
|
\fBExamples\fP
|
602
594
|
.sp
|
603
|
-
To upload a cookbook named "getting\-started":
|
604
|
-
.sp
|
605
595
|
.nf
|
606
596
|
.ft C
|
607
|
-
$ knife cookbook upload
|
597
|
+
$ knife cookbook upload cookbook_name
|
608
598
|
.ft P
|
609
599
|
.fi
|
610
600
|
.sp
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-DATA-BAG" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-DATA-BAG" "1" "Chef 11.10.0" "" "knife data bag"
|
2
2
|
.SH NAME
|
3
3
|
knife-data-bag \- The man page for the knife data bag subcommand.
|
4
4
|
.
|
@@ -33,17 +33,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
33
33
|
.sp
|
34
34
|
A data bag is a global variable that is stored as JSON data and is accessible from a server. A data bag is indexed for searching and can be loaded by a recipe or accessed during a search. The contents of a data bag can vary, but they often include sensitive information (such as database passwords).
|
35
35
|
.sp
|
36
|
-
|
36
|
+
A data bag item may be encrypted using \fI\%shared secret encryption\fP. This allows each data bag item to store confidential information (such as a database password) or to be managed in a source control system (without plain\-text data appearing in revision history). Each data bag item may be encrypted individually; if a data bag contains multiple encrypted data bag items, these data bag items are not required to share the same encryption keys.
|
37
37
|
.sp
|
38
38
|
The \fBknife data bag\fP subcommand is used to manage arbitrary stores of globally available JSON data.
|
39
|
-
.sp
|
40
|
-
This subcommand has the following syntax:
|
41
|
-
.sp
|
42
|
-
.nf
|
43
|
-
.ft C
|
44
|
-
$ knife data bag [ARGUMENT] (options)
|
45
|
-
.ft P
|
46
|
-
.fi
|
47
39
|
.SH COMMON OPTIONS
|
48
40
|
.sp
|
49
41
|
The following options may be used with any of the arguments available to the \fBknife data bag\fP subcommand:
|
@@ -123,7 +115,7 @@ This argument has the following options:
|
|
123
115
|
The name of a specific item within a data bag.
|
124
116
|
.TP
|
125
117
|
.B \fB\-\-secret SECRET\fP
|
126
|
-
The encryption key that is used for values contained within a data bag.
|
118
|
+
The encryption key that is used for values contained within a data bag item.
|
127
119
|
.TP
|
128
120
|
.B \fB\-\-secret\-file FILE\fP
|
129
121
|
The path to the file that contains the encryption key.
|
@@ -174,11 +166,9 @@ The name of a specific item within a data bag.
|
|
174
166
|
.sp
|
175
167
|
\fBExamples\fP
|
176
168
|
.sp
|
177
|
-
To a data bag named "admins", enter:
|
178
|
-
.sp
|
179
169
|
.nf
|
180
170
|
.ft C
|
181
|
-
$ knife data bag delete
|
171
|
+
$ knife data bag delete data_bag_name
|
182
172
|
.ft P
|
183
173
|
.fi
|
184
174
|
.sp
|
@@ -214,7 +204,7 @@ This argument has the following options:
|
|
214
204
|
The name of a specific item within a data bag.
|
215
205
|
.TP
|
216
206
|
.B \fB\-\-secret SECRET\fP
|
217
|
-
The encryption key that is used for values contained within a data bag.
|
207
|
+
The encryption key that is used for values contained within a data bag item.
|
218
208
|
.TP
|
219
209
|
.B \fB\-\-secret\-file FILE\fP
|
220
210
|
The path to the file that contains the encryption key.
|
@@ -298,7 +288,7 @@ This argument has the following options:
|
|
298
288
|
Indicates that all data bags found at the specified path will be uploaded.
|
299
289
|
.TP
|
300
290
|
.B \fB\-\-secret SECRET\fP
|
301
|
-
The encryption key that is used for values contained within a data bag.
|
291
|
+
The encryption key that is used for values contained within a data bag item.
|
302
292
|
.TP
|
303
293
|
.B \fB\-\-secret\-file FILE\fP
|
304
294
|
The path to the file that contains the encryption key.
|
@@ -349,8 +339,6 @@ Indicates that the corresponding URIs will be shown.
|
|
349
339
|
.sp
|
350
340
|
\fBExamples\fP
|
351
341
|
.sp
|
352
|
-
For example, to view a list of data bags on the server, enter:
|
353
|
-
.sp
|
354
342
|
.nf
|
355
343
|
.ft C
|
356
344
|
$ knife data bag list
|
@@ -379,7 +367,7 @@ This argument has the following options:
|
|
379
367
|
The name of a specific item within a data bag.
|
380
368
|
.TP
|
381
369
|
.B \fB\-\-secret SECRET\fP
|
382
|
-
The encryption key that is used for values contained within a data bag.
|
370
|
+
The encryption key that is used for values contained within a data bag item.
|
383
371
|
.TP
|
384
372
|
.B \fB\-\-secret\-file FILE\fP
|
385
373
|
The path to the file that contains the encryption key.
|
@@ -390,15 +378,13 @@ For encrypted data bag items, use \fIeither\fP \fB\-\-secret\fP or \fB\-\-secret
|
|
390
378
|
.sp
|
391
379
|
\fBExamples\fP
|
392
380
|
.sp
|
393
|
-
To show the contents of a data bag, enter:
|
394
|
-
.sp
|
395
381
|
.nf
|
396
382
|
.ft C
|
397
383
|
$ knife data bag show admins
|
398
384
|
.ft P
|
399
385
|
.fi
|
400
386
|
.sp
|
401
|
-
to return:
|
387
|
+
to return something like:
|
402
388
|
.sp
|
403
389
|
.nf
|
404
390
|
.ft C
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-DEPS" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-DEPS" "1" "Chef 11.10.0" "" "knife deps"
|
2
2
|
.SH NAME
|
3
3
|
knife-deps \- The man page for the knife deps subcommand.
|
4
4
|
.
|
@@ -120,32 +120,24 @@ Indicates that the chef\-client will be run in local mode, which allows all comm
|
|
120
120
|
.sp
|
121
121
|
\fBExamples\fP
|
122
122
|
.sp
|
123
|
-
To find the dependencies for a node:
|
124
|
-
.sp
|
125
123
|
.nf
|
126
124
|
.ft C
|
127
125
|
$ knife deps nodes/node_name.json
|
128
126
|
.ft P
|
129
127
|
.fi
|
130
128
|
.sp
|
131
|
-
To find the dependencies for a role:
|
132
|
-
.sp
|
133
129
|
.nf
|
134
130
|
.ft C
|
135
131
|
$ knife deps roles/role_name.json
|
136
132
|
.ft P
|
137
133
|
.fi
|
138
134
|
.sp
|
139
|
-
To find the dependencies for a cookbook:
|
140
|
-
.sp
|
141
135
|
.nf
|
142
136
|
.ft C
|
143
137
|
$ knife deps cookbooks/cookbook_name.json
|
144
138
|
.ft P
|
145
139
|
.fi
|
146
140
|
.sp
|
147
|
-
To find the dependencies for an environment:
|
148
|
-
.sp
|
149
141
|
.nf
|
150
142
|
.ft C
|
151
143
|
$ knife deps environments/environment_name.json
|
@@ -160,7 +152,7 @@ $ knife deps cookbooks/git.json cookbooks/github.json roles/base.json environmen
|
|
160
152
|
.ft P
|
161
153
|
.fi
|
162
154
|
.sp
|
163
|
-
|
155
|
+
A wildcard can be used to return all of the child nodes. For example, all of the environments:
|
164
156
|
.sp
|
165
157
|
.nf
|
166
158
|
.ft C
|
@@ -189,7 +181,7 @@ roles/webserver.json
|
|
189
181
|
.ft P
|
190
182
|
.fi
|
191
183
|
.sp
|
192
|
-
|
184
|
+
The output of \fBknife deps\fP can be passed to \fBknife upload\fP:
|
193
185
|
.sp
|
194
186
|
.nf
|
195
187
|
.ft C
|
@@ -197,7 +189,7 @@ $ knife upload \(gaknife deps nodes/*.json
|
|
197
189
|
.ft P
|
198
190
|
.fi
|
199
191
|
.sp
|
200
|
-
|
192
|
+
The output of \fBknife deps\fP can be passed to \fBknife xargs\fP:
|
201
193
|
.sp
|
202
194
|
.nf
|
203
195
|
.ft C
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-DOWNLOAD" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-DOWNLOAD" "1" "Chef 11.10.0" "" "knife download"
|
2
2
|
.SH NAME
|
3
3
|
knife-download \- The man page for the knife download subcommand.
|
4
4
|
.
|
@@ -31,7 +31,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
31
31
|
.\" Man page generated from reStructuredText.
|
32
32
|
.
|
33
33
|
.sp
|
34
|
-
The \fBknife download\fP subcommand is used to download roles, cookbooks, environments, nodes, and data bags from the server to the current working directory
|
34
|
+
The \fBknife download\fP subcommand is used to download roles, cookbooks, environments, nodes, and data bags from the server to the current working directory. It can be used to back up data on the server, inspect the state of one or more files, or to extract out\-of\-process changes users may have made to files on the server, such as if a user made a change that bypassed version source control. This subcommand is often used in conjunction with \fBknife diff\fP, which can be used to see exactly what changes will be downloaded, and then \fBknife upload\fP, which does the opposite of \fBknife download\fP.
|
35
35
|
.sp
|
36
36
|
\fBSyntax\fP
|
37
37
|
.sp
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH "KNIFE-ENVIRONMENT" "1" "Chef 11.
|
1
|
+
.TH "KNIFE-ENVIRONMENT" "1" "Chef 11.10.0" "" "knife environment"
|
2
2
|
.SH NAME
|
3
3
|
knife-environment \- The man page for the knife environment subcommand.
|
4
4
|
.
|
@@ -34,14 +34,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
34
34
|
An environment is a way to map an organization\(aqs real\-life workflow to what can be configured and managed when using server. Every organization begins with a single environment called the \fB_default\fP environment, which cannot be modified (or deleted). Additional environments can be created to reflect each organization\(aqs patterns and workflow. For example, creating \fBproduction\fP, \fBstaging\fP, \fBtesting\fP, and \fBdevelopment\fP environments. Generally, an environment is also associated with one (or more) cookbook versions.
|
35
35
|
.sp
|
36
36
|
The \fBknife environment\fP subcommand is used to manage environments within a single organization on the server.
|
37
|
-
.sp
|
38
|
-
This subcommand has the following syntax:
|
39
|
-
.sp
|
40
|
-
.nf
|
41
|
-
.ft C
|
42
|
-
$ knife environment [ARGUMENT] (options)
|
43
|
-
.ft P
|
44
|
-
.fi
|
45
37
|
.SH COMMON OPTIONS
|
46
38
|
.sp
|
47
39
|
The following options may be used with any of the arguments available to the \fBknife environment\fP subcommand:
|
@@ -98,6 +90,113 @@ Indicates that the response to all confirmation prompts will be "Yes" (and that
|
|
98
90
|
.B \fB\-z\fP, \fB\-\-local\-mode\fP
|
99
91
|
Indicates that the chef\-client will be run in local mode, which allows all commands that work against the server to also work against the local chef\-repo.
|
100
92
|
.UNINDENT
|
93
|
+
.SH COMPARE
|
94
|
+
.sp
|
95
|
+
The \fBcompare\fP argument is used to compare the cookbook version constraints that are set on one (or more) environments.
|
96
|
+
.sp
|
97
|
+
\fBSyntax\fP
|
98
|
+
.sp
|
99
|
+
This argument has the following syntax:
|
100
|
+
.sp
|
101
|
+
.nf
|
102
|
+
.ft C
|
103
|
+
$ knife environment compare [ENVIRONMENT_NAME...] (options)
|
104
|
+
.ft P
|
105
|
+
.fi
|
106
|
+
.sp
|
107
|
+
\fBOptions\fP
|
108
|
+
.sp
|
109
|
+
This argument has the following options:
|
110
|
+
.INDENT 0.0
|
111
|
+
.TP
|
112
|
+
.B \fB\-a\fP, \fB\-\-all\fP
|
113
|
+
Indicates that all environments found at the specified path will be uploaded.
|
114
|
+
.TP
|
115
|
+
.B \fB\-m\fP, \fB\-\-mismatch\fP
|
116
|
+
Use to show only matching versions.
|
117
|
+
.UNINDENT
|
118
|
+
.sp
|
119
|
+
\fBExample\fP
|
120
|
+
.sp
|
121
|
+
To compare cookbook versions for a single environment:
|
122
|
+
.sp
|
123
|
+
.nf
|
124
|
+
.ft C
|
125
|
+
$ knife environment compare development
|
126
|
+
.ft P
|
127
|
+
.fi
|
128
|
+
.sp
|
129
|
+
to return something similar to:
|
130
|
+
.sp
|
131
|
+
.nf
|
132
|
+
.ft C
|
133
|
+
development
|
134
|
+
apache 2.3.1
|
135
|
+
windows 4.1.2
|
136
|
+
.ft P
|
137
|
+
.fi
|
138
|
+
.sp
|
139
|
+
To compare cookbook versions for multiple environments:
|
140
|
+
.sp
|
141
|
+
.nf
|
142
|
+
.ft C
|
143
|
+
$ knife environment compare development staging
|
144
|
+
.ft P
|
145
|
+
.fi
|
146
|
+
.sp
|
147
|
+
to return something similar to:
|
148
|
+
.sp
|
149
|
+
.nf
|
150
|
+
.ft C
|
151
|
+
development staging
|
152
|
+
apache 2.3.1 1.2.2
|
153
|
+
windows 4.1.2 1.0.0
|
154
|
+
postgresql 1.0.0 1.0.0
|
155
|
+
.ft P
|
156
|
+
.fi
|
157
|
+
.sp
|
158
|
+
To compare all cookbook versions for all environments:
|
159
|
+
.sp
|
160
|
+
.nf
|
161
|
+
.ft C
|
162
|
+
$ knife environment compare \-\-all
|
163
|
+
.ft P
|
164
|
+
.fi
|
165
|
+
.sp
|
166
|
+
to return something similar to:
|
167
|
+
.sp
|
168
|
+
.nf
|
169
|
+
.ft C
|
170
|
+
staging development
|
171
|
+
ulimit latest latest
|
172
|
+
redisio latest latest
|
173
|
+
journly latest latest
|
174
|
+
aws latest latest
|
175
|
+
test latest latest
|
176
|
+
unicorn latest latest
|
177
|
+
sensu latest latest
|
178
|
+
runit latest latest
|
179
|
+
templater latest latest
|
180
|
+
powershell latest latest
|
181
|
+
openssl latest latest
|
182
|
+
rbenv latest latest
|
183
|
+
rabbitmq latest latest
|
184
|
+
postgresql latest latest
|
185
|
+
mysql latest latest
|
186
|
+
ohai latest latest
|
187
|
+
git latest latest
|
188
|
+
erlang latest latest
|
189
|
+
ssh_known_hosts latest latest
|
190
|
+
nginx latest latest
|
191
|
+
database latest latest
|
192
|
+
yum latest latest
|
193
|
+
xfs latest latest
|
194
|
+
apt latest latest
|
195
|
+
dmg latest latest
|
196
|
+
chef_handler latest latest
|
197
|
+
windows 1.0.0 4.1.2
|
198
|
+
.ft P
|
199
|
+
.fi
|
101
200
|
.SH CREATE
|
102
201
|
.sp
|
103
202
|
The \fBcreate\fP argument is used to add an environment object to the server. When this argument is run, Knife will open $EDITOR to enable editing of the \fBENVIRONMENT\fP description field (unless a description is specified as part of the command). When finished, Knife will add the environment to the server.
|