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
data/Rakefile
CHANGED
@@ -26,31 +26,11 @@ require './tasks/rspec.rb'
|
|
26
26
|
|
27
27
|
GEM_NAME = "chef"
|
28
28
|
|
29
|
-
# This has to be here or else the docs get generated *after* the gem is created
|
30
|
-
task :gem => 'docs:all'
|
31
|
-
|
32
29
|
Dir[File.expand_path("../*gemspec", __FILE__)].reverse.each do |gemspec_path|
|
33
30
|
gemspec = eval(IO.read(gemspec_path))
|
34
31
|
Gem::PackageTask.new(gemspec).define
|
35
32
|
end
|
36
33
|
|
37
|
-
begin
|
38
|
-
require 'sdoc'
|
39
|
-
|
40
|
-
Rake::RDocTask.new do |rdoc|
|
41
|
-
rdoc.title = "Chef Ruby API Documentation"
|
42
|
-
rdoc.main = "README.rdoc"
|
43
|
-
rdoc.options << '--fmt' << 'shtml' # explictly set shtml generator
|
44
|
-
rdoc.template = 'direct' # lighter template
|
45
|
-
rdoc.rdoc_files.include("README.rdoc", "LICENSE", "spec/tiny_server.rb", "lib/**/*.rb")
|
46
|
-
rdoc.rdoc_dir = "rdoc"
|
47
|
-
end
|
48
|
-
rescue LoadError
|
49
|
-
puts "sdoc is not available. (sudo) gem install sdoc to generate rdoc documentation."
|
50
|
-
rescue TypeError
|
51
|
-
puts "sdoc is not working on ruby-2.0.0 and throwing an odd TypeError, rdoc generation will be disabled on ruby 2.0 until that gets fixed."
|
52
|
-
end
|
53
|
-
|
54
34
|
task :install => :package do
|
55
35
|
sh %{gem install pkg/#{GEM_NAME}-#{Chef::VERSION}.gem --no-rdoc --no-ri}
|
56
36
|
end
|
@@ -68,61 +48,6 @@ task :ship => :gem do
|
|
68
48
|
end
|
69
49
|
end
|
70
50
|
|
71
|
-
RONN_OPTS = "--manual='Chef Manual' --organization='Chef #{Chef::VERSION}' --date='#{Time.new.strftime('%Y-%m-%d')}'"
|
72
|
-
|
73
|
-
namespace :docs do
|
74
|
-
desc "Regenerate HTML manual from markdown"
|
75
|
-
task :html
|
76
|
-
|
77
|
-
desc "Regenerate help topics from man pages"
|
78
|
-
task :list do
|
79
|
-
topics = Array.new
|
80
|
-
|
81
|
-
Dir['distro/common/man/man1/*.1'].each do |man|
|
82
|
-
topics << File.basename(man, '.1')
|
83
|
-
end
|
84
|
-
|
85
|
-
File.open('lib/chef/knife/help_topics.rb', 'w') do |f|
|
86
|
-
f.puts "# Do not edit this file by hand"
|
87
|
-
f.puts "# This file is autogenerated by the docs:list rake task from the available manpages\n\n"
|
88
|
-
|
89
|
-
f.puts "HELP_TOPICS = #{topics.inspect}"
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
# we can have ronn in the path, but not in the bundle, require both
|
94
|
-
ronn_in_bundle = true
|
95
|
-
begin
|
96
|
-
require 'ronn'
|
97
|
-
rescue LoadError
|
98
|
-
ronn_in_bundle = false
|
99
|
-
end
|
100
|
-
|
101
|
-
if ronn_in_bundle && system('which ronn > /dev/null')
|
102
|
-
['distro/common/markdown/man1/*.mkd', 'distro/common/markdown/man8/*.mkd'].each do |dir|
|
103
|
-
Dir[dir].each do |mkd|
|
104
|
-
basename = File.basename(mkd, '.mkd')
|
105
|
-
if dir =~ /man1/
|
106
|
-
htmlfile = "distro/common/html/#{basename}.1.html"
|
107
|
-
elsif dir =~ /man8/
|
108
|
-
htmlfile = "distro/common/html/#{basename}.8.html"
|
109
|
-
end
|
110
|
-
|
111
|
-
file(htmlfile => [mkd, 'lib/chef/version.rb']) do
|
112
|
-
sh "ronn -5 #{RONN_OPTS} --style=toc #{mkd} --pipe > #{htmlfile}"
|
113
|
-
end
|
114
|
-
task :html => htmlfile
|
115
|
-
end
|
116
|
-
end
|
117
|
-
else
|
118
|
-
puts "get with the program and install ronn"
|
119
|
-
end
|
120
|
-
|
121
|
-
task :all => [:list, :html]
|
122
|
-
end
|
123
|
-
|
124
|
-
task :docs => "docs:all"
|
125
|
-
|
126
51
|
begin
|
127
52
|
require 'yard'
|
128
53
|
DOC_FILES = [ "README.rdoc", "LICENSE", "spec/tiny_server.rb", "lib/**/*.rb" ]
|
@@ -0,0 +1,36 @@
|
|
1
|
+
=====================================================
|
2
|
+
chef-client
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_chef_client/includes_chef_client.rst
|
6
|
+
|
7
|
+
.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client.rst
|
8
|
+
|
9
|
+
.. note:: .. include:: ../../includes_config/includes_config_rb_client.rst
|
10
|
+
|
11
|
+
Options
|
12
|
+
=====================================================
|
13
|
+
.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_11-8_options.rst
|
14
|
+
|
15
|
+
Run with Elevated Privileges
|
16
|
+
=====================================================
|
17
|
+
.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_elevated_privileges.rst
|
18
|
+
|
19
|
+
Linux
|
20
|
+
-----------------------------------------------------
|
21
|
+
.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_elevated_privileges_linux.rst
|
22
|
+
|
23
|
+
Windows
|
24
|
+
-----------------------------------------------------
|
25
|
+
.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_elevated_privileges_windows.rst
|
26
|
+
|
27
|
+
Examples
|
28
|
+
=====================================================
|
29
|
+
|
30
|
+
**Start a Chef run when the chef-client is running as a daemon**
|
31
|
+
|
32
|
+
.. include:: ../../step_ctl_chef_client/step_ctl_chef_client_start_chef_run_daemon.rst
|
33
|
+
|
34
|
+
**Start a Chef run manually**
|
35
|
+
|
36
|
+
.. include:: ../../step_ctl_chef_client/step_ctl_chef_client_start_chef_run_manual.rst
|
@@ -0,0 +1,26 @@
|
|
1
|
+
=====================================================
|
2
|
+
chef-server-ctl
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server.rst
|
6
|
+
|
7
|
+
Options
|
8
|
+
=====================================================
|
9
|
+
.. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_options.rst
|
10
|
+
|
11
|
+
|
12
|
+
Examples
|
13
|
+
=====================================================
|
14
|
+
The following examples show how to use |chef server ctl| to manage services.
|
15
|
+
|
16
|
+
**View the status of a service**
|
17
|
+
|
18
|
+
.. include:: ../../step_ctl_chef_server/step_ctl_chef_server_view_service_status.rst
|
19
|
+
|
20
|
+
**Restart a service**
|
21
|
+
|
22
|
+
.. include:: ../../step_ctl_chef_server/step_ctl_chef_server_restart_service.rst
|
23
|
+
|
24
|
+
**Restart all services**
|
25
|
+
|
26
|
+
.. include:: ../../step_ctl_chef_server/step_ctl_chef_server_restart_all_services.rst
|
@@ -0,0 +1,15 @@
|
|
1
|
+
=====================================================
|
2
|
+
chef-shell
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_chef_shell/includes_chef_shell.rst
|
6
|
+
|
7
|
+
.. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell.rst
|
8
|
+
|
9
|
+
Modes
|
10
|
+
=====================================================
|
11
|
+
.. include:: ../../includes_chef_shell/includes_chef_shell_modes.rst
|
12
|
+
|
13
|
+
Options
|
14
|
+
=====================================================
|
15
|
+
.. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell_options.rst
|
@@ -0,0 +1,25 @@
|
|
1
|
+
=====================================================
|
2
|
+
chef-solo
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_chef_solo/includes_chef_solo.rst
|
6
|
+
|
7
|
+
.. include:: ../../includes_ctl_chef_solo/includes_ctl_chef_solo.rst
|
8
|
+
|
9
|
+
Options
|
10
|
+
=====================================================
|
11
|
+
.. include:: ../../includes_ctl_chef_solo/includes_ctl_chef_solo_options.rst
|
12
|
+
|
13
|
+
Examples
|
14
|
+
=====================================================
|
15
|
+
**Use a URL**
|
16
|
+
|
17
|
+
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_url.rst
|
18
|
+
|
19
|
+
**Use a directory**
|
20
|
+
|
21
|
+
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_directory.rst
|
22
|
+
|
23
|
+
**Use a URL for cookbook and JSON data**
|
24
|
+
|
25
|
+
.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_url_for_cookbook_and_json.rst
|
@@ -0,0 +1,126 @@
|
|
1
|
+
=====================================================
|
2
|
+
|chef client| Man Pages
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
The following command line interfaces are available in the |chef client|:
|
6
|
+
|
7
|
+
* :doc:`ctl_chef_client`
|
8
|
+
* :doc:`ctl_chef_server`
|
9
|
+
* :doc:`ctl_chef_shell`
|
10
|
+
* :doc:`ctl_chef_solo`
|
11
|
+
* :doc:`knife`
|
12
|
+
|
13
|
+
knife
|
14
|
+
=====================================================
|
15
|
+
.. include:: ../../includes_knife/includes_knife.rst
|
16
|
+
|
17
|
+
The following sections describe functionality common to all |knife| subcommands:
|
18
|
+
|
19
|
+
* :doc:`knife_using`
|
20
|
+
* :doc:`knife_common_options`
|
21
|
+
|
22
|
+
|knife| includes the following sub-commands:
|
23
|
+
|
24
|
+
.. list-table::
|
25
|
+
:widths: 150 450
|
26
|
+
:header-rows: 1
|
27
|
+
|
28
|
+
* - Sub-command
|
29
|
+
- Description
|
30
|
+
* - :doc:`knife_bootstrap`
|
31
|
+
- .. include:: ../../includes_knife/includes_knife_bootstrap.rst
|
32
|
+
* - :doc:`knife_client`
|
33
|
+
- .. include:: ../../includes_knife/includes_knife_client.rst
|
34
|
+
* - :doc:`knife_configure`
|
35
|
+
- .. include:: ../../includes_knife/includes_knife_configure.rst
|
36
|
+
* - :doc:`knife_cookbook`
|
37
|
+
- .. include:: ../../includes_knife/includes_knife_cookbook.rst
|
38
|
+
* - :doc:`knife_cookbook_site`
|
39
|
+
- .. include:: ../../includes_knife/includes_knife_site_cookbook.rst
|
40
|
+
* - :doc:`knife_data_bag`
|
41
|
+
- .. include:: ../../includes_knife/includes_knife_data_bag.rst
|
42
|
+
* - :doc:`knife_delete`
|
43
|
+
- .. include:: ../../includes_knife/includes_knife_delete.rst
|
44
|
+
* - :doc:`knife_deps`
|
45
|
+
- .. include:: ../../includes_knife/includes_knife_deps.rst
|
46
|
+
* - :doc:`knife_diff`
|
47
|
+
- .. include:: ../../includes_knife/includes_knife_diff.rst
|
48
|
+
* - :doc:`knife_download`
|
49
|
+
- .. include:: ../../includes_knife/includes_knife_download.rst
|
50
|
+
* - :doc:`knife_edit`
|
51
|
+
- .. include:: ../../includes_knife/includes_knife_edit.rst
|
52
|
+
* - :doc:`knife_environment`
|
53
|
+
- .. include:: ../../includes_knife/includes_knife_environment.rst
|
54
|
+
* - :doc:`knife_exec`
|
55
|
+
- .. include:: ../../includes_knife/includes_knife_exec.rst
|
56
|
+
* - :doc:`knife_index_rebuild`
|
57
|
+
- .. include:: ../../includes_knife/includes_knife_index_rebuild.rst
|
58
|
+
* - :doc:`knife_list`
|
59
|
+
- .. include:: ../../includes_knife/includes_knife_list.rst
|
60
|
+
* - :doc:`knife_node`
|
61
|
+
- .. include:: ../../includes_knife/includes_knife_node.rst
|
62
|
+
* - :doc:`knife_raw`
|
63
|
+
- .. include:: ../../includes_knife/includes_knife_raw.rst
|
64
|
+
* - :doc:`knife_recipe_list`
|
65
|
+
- .. include:: ../../includes_knife/includes_knife_recipe_list.rst
|
66
|
+
* - :doc:`knife_role`
|
67
|
+
- .. include:: ../../includes_knife/includes_knife_role.rst
|
68
|
+
* - :doc:`knife_search`
|
69
|
+
- .. include:: ../../includes_knife/includes_knife_search.rst
|
70
|
+
* - :doc:`knife_show`
|
71
|
+
- .. include:: ../../includes_knife/includes_knife_show.rst
|
72
|
+
* - :doc:`knife_ssh`
|
73
|
+
- .. include:: ../../includes_knife/includes_knife_ssh.rst
|
74
|
+
* - :doc:`knife_status`
|
75
|
+
- .. include:: ../../includes_knife/includes_knife_status.rst
|
76
|
+
* - :doc:`knife_tag`
|
77
|
+
- .. include:: ../../includes_knife/includes_knife_tag.rst
|
78
|
+
* - :doc:`knife_upload`
|
79
|
+
- .. include:: ../../includes_knife/includes_knife_upload.rst
|
80
|
+
* - :doc:`knife_user`
|
81
|
+
- .. include:: ../../includes_knife/includes_knife_user.rst
|
82
|
+
* - :doc:`knife_xargs`
|
83
|
+
- .. include:: ../../includes_knife/includes_knife_xargs.rst
|
84
|
+
|
85
|
+
|
86
|
+
.. Hide the TOC from this file.
|
87
|
+
|
88
|
+
.. toctree::
|
89
|
+
:hidden:
|
90
|
+
|
91
|
+
ctl_chef_client
|
92
|
+
ctl_chef_server
|
93
|
+
ctl_chef_shell
|
94
|
+
ctl_chef_solo
|
95
|
+
knife
|
96
|
+
knife_common_options
|
97
|
+
knife_bootstrap
|
98
|
+
knife_client
|
99
|
+
knife_configure
|
100
|
+
knife_cookbook
|
101
|
+
knife_cookbook_site
|
102
|
+
knife_data_bag
|
103
|
+
knife_delete
|
104
|
+
knife_deps
|
105
|
+
knife_diff
|
106
|
+
knife_download
|
107
|
+
knife_edit
|
108
|
+
knife_environment
|
109
|
+
knife_exec
|
110
|
+
knife_index_rebuild
|
111
|
+
knife_list
|
112
|
+
knife_node
|
113
|
+
knife_raw
|
114
|
+
knife_recipe_list
|
115
|
+
knife_role
|
116
|
+
knife_search
|
117
|
+
knife_show
|
118
|
+
knife_ssh
|
119
|
+
knife_status
|
120
|
+
knife_tag
|
121
|
+
knife_upload
|
122
|
+
knife_user
|
123
|
+
knife_using
|
124
|
+
knife_xargs
|
125
|
+
|
126
|
+
|
@@ -0,0 +1,74 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_knife/includes_knife.rst
|
6
|
+
|
7
|
+
The following sections describe functionality common to all |knife| subcommands:
|
8
|
+
|
9
|
+
* :doc:`knife_using`
|
10
|
+
* :doc:`knife_common_options`
|
11
|
+
|
12
|
+
|knife| includes the following sub-commands:
|
13
|
+
|
14
|
+
.. list-table::
|
15
|
+
:widths: 150 450
|
16
|
+
:header-rows: 1
|
17
|
+
|
18
|
+
* - Sub-command
|
19
|
+
- Description
|
20
|
+
* - :doc:`knife_bootstrap`
|
21
|
+
- .. include:: ../../includes_knife/includes_knife_bootstrap.rst
|
22
|
+
* - :doc:`knife_client`
|
23
|
+
- .. include:: ../../includes_knife/includes_knife_client.rst
|
24
|
+
* - :doc:`knife_configure`
|
25
|
+
- .. include:: ../../includes_knife/includes_knife_configure.rst
|
26
|
+
* - :doc:`knife_cookbook`
|
27
|
+
- .. include:: ../../includes_knife/includes_knife_cookbook.rst
|
28
|
+
* - :doc:`knife_cookbook_site`
|
29
|
+
- .. include:: ../../includes_knife/includes_knife_site_cookbook.rst
|
30
|
+
* - :doc:`knife_data_bag`
|
31
|
+
- .. include:: ../../includes_knife/includes_knife_data_bag.rst
|
32
|
+
* - :doc:`knife_delete`
|
33
|
+
- .. include:: ../../includes_knife/includes_knife_delete.rst
|
34
|
+
* - :doc:`knife_deps`
|
35
|
+
- .. include:: ../../includes_knife/includes_knife_deps.rst
|
36
|
+
* - :doc:`knife_diff`
|
37
|
+
- .. include:: ../../includes_knife/includes_knife_diff.rst
|
38
|
+
* - :doc:`knife_download`
|
39
|
+
- .. include:: ../../includes_knife/includes_knife_download.rst
|
40
|
+
* - :doc:`knife_edit`
|
41
|
+
- .. include:: ../../includes_knife/includes_knife_edit.rst
|
42
|
+
* - :doc:`knife_environment`
|
43
|
+
- .. include:: ../../includes_knife/includes_knife_environment.rst
|
44
|
+
* - :doc:`knife_exec`
|
45
|
+
- .. include:: ../../includes_knife/includes_knife_exec.rst
|
46
|
+
* - :doc:`knife_index_rebuild`
|
47
|
+
- .. include:: ../../includes_knife/includes_knife_index_rebuild.rst
|
48
|
+
* - :doc:`knife_list`
|
49
|
+
- .. include:: ../../includes_knife/includes_knife_list.rst
|
50
|
+
* - :doc:`knife_node`
|
51
|
+
- .. include:: ../../includes_knife/includes_knife_node.rst
|
52
|
+
* - :doc:`knife_raw`
|
53
|
+
- .. include:: ../../includes_knife/includes_knife_raw.rst
|
54
|
+
* - :doc:`knife_recipe_list`
|
55
|
+
- .. include:: ../../includes_knife/includes_knife_recipe_list.rst
|
56
|
+
* - :doc:`knife_role`
|
57
|
+
- .. include:: ../../includes_knife/includes_knife_role.rst
|
58
|
+
* - :doc:`knife_search`
|
59
|
+
- .. include:: ../../includes_knife/includes_knife_search.rst
|
60
|
+
* - :doc:`knife_show`
|
61
|
+
- .. include:: ../../includes_knife/includes_knife_show.rst
|
62
|
+
* - :doc:`knife_ssh`
|
63
|
+
- .. include:: ../../includes_knife/includes_knife_ssh.rst
|
64
|
+
* - :doc:`knife_status`
|
65
|
+
- .. include:: ../../includes_knife/includes_knife_status.rst
|
66
|
+
* - :doc:`knife_tag`
|
67
|
+
- .. include:: ../../includes_knife/includes_knife_tag.rst
|
68
|
+
* - :doc:`knife_upload`
|
69
|
+
- .. include:: ../../includes_knife/includes_knife_upload.rst
|
70
|
+
* - :doc:`knife_user`
|
71
|
+
- .. include:: ../../includes_knife/includes_knife_user.rst
|
72
|
+
* - :doc:`knife_xargs`
|
73
|
+
- .. include:: ../../includes_knife/includes_knife_xargs.rst
|
74
|
+
|
@@ -0,0 +1,56 @@
|
|
1
|
+
=====================================================
|
2
|
+
knife bootstrap
|
3
|
+
=====================================================
|
4
|
+
|
5
|
+
.. include:: ../../includes_chef/includes_chef_bootstrap.rst
|
6
|
+
|
7
|
+
.. include:: ../../includes_knife/includes_knife_bootstrap.rst
|
8
|
+
|
9
|
+
.. note:: To bootstrap the |chef client| on |windows| machines, the `knife-windows <http://docs.opscode.com/plugin_knife_windows.html>`_ plugins is required, which includes the necessary bootstrap scripts that are used to do the actual installation.
|
10
|
+
|
11
|
+
Syntax
|
12
|
+
=====================================================
|
13
|
+
.. include:: ../../includes_knife/includes_knife_bootstrap_syntax.rst
|
14
|
+
|
15
|
+
Options
|
16
|
+
=====================================================
|
17
|
+
.. note:: Review the list of :doc:`common options </knife_common_options>` available to this (and all) |knife| subcommands and plugins.
|
18
|
+
|
19
|
+
.. include:: ../../includes_knife/includes_knife_bootstrap_options.rst
|
20
|
+
|
21
|
+
Custom Templates
|
22
|
+
=====================================================
|
23
|
+
The ``chef-full`` distribution uses the |omnibus installer|. For most bootstrap operations, regardless of the platform on which the target node is running, using the ``chef-full`` distribution is the best approach for installing the |chef client| on a target node. In some situations, using another supported distribution is necessary. And in some situations, a custom template may be required. For example, the default bootstrap operation relies on an Internet connection to get the distribution to the target node. If a target node cannot access the Internet, then a custom template can be used to define a specific location for the distribution so that the target node may access it during the bootstrap operation.
|
24
|
+
|
25
|
+
A custom bootstrap template file (``template_filename.erb``) must be located in a ``bootstrap/`` directory. Use the ``--distro`` option with the ``knife bootstrap`` subcommand to specify the bootstrap template file. For example, a bootstrap template file named "british_sea_power.erb":
|
26
|
+
|
27
|
+
.. code-block:: bash
|
28
|
+
|
29
|
+
$ knife bootstrap 123.456.7.8 -x username -P password --sudo --distro "british_sea_power.erb"
|
30
|
+
|
31
|
+
The following examples show how a bootstrap template file can be customized for various platforms.
|
32
|
+
|
33
|
+
Ubuntu 12.04
|
34
|
+
-----------------------------------------------------
|
35
|
+
.. include:: ../../includes_knife/includes_knife_bootstrap_example_ubuntu.rst
|
36
|
+
|
37
|
+
Debian and Apt
|
38
|
+
-----------------------------------------------------
|
39
|
+
.. include:: ../../includes_knife/includes_knife_bootstrap_example_debian.rst
|
40
|
+
|
41
|
+
Microsoft Windows
|
42
|
+
-----------------------------------------------------
|
43
|
+
.. include:: ../../includes_knife/includes_knife_bootstrap_example_windows.rst
|
44
|
+
|
45
|
+
Examples
|
46
|
+
=====================================================
|
47
|
+
The following examples show how to use this |knife| subcommand:
|
48
|
+
|
49
|
+
**Use an SSH password**
|
50
|
+
|
51
|
+
.. include:: ../../step_knife/step_knife_bootstrap_use_ssh_password.rst
|
52
|
+
|
53
|
+
**Use a file that contains a private key**
|
54
|
+
|
55
|
+
.. include:: ../../step_knife/step_knife_bootstrap_use_file_with_private_key.rst
|
56
|
+
|