├── tools └── vale │ ├── Vocab │ └── tech-blogging │ │ ├── accept.txt │ │ └── reject.txt │ ├── Microsoft │ ├── meta.json │ ├── SentenceLength.yml │ ├── URLFormat.yml │ ├── Percentages.yml │ ├── HeadingColons.yml │ ├── Semicolon.yml │ ├── Quotes.yml │ ├── Spacing.yml │ ├── Suspended.yml │ ├── Ranges.yml │ ├── Ellipses.yml │ ├── Gender.yml │ ├── OxfordComma.yml │ ├── DateOrder.yml │ └── HeadingAcronyms.yml │ ├── write-good │ ├── meta.json │ ├── So.yml │ ├── ThereIs.yml │ └── Illusions.yml │ ├── chef │ ├── policyfile.yml │ ├── HabitatDepot.yml │ ├── ChefHabitat.yml │ ├── ChefInspec.yml │ ├── ChefAutomate.yml │ ├── ChefInfraServer.yml │ ├── HabitatStudio.yml │ ├── HabitatBuilder.yml │ ├── HabitatSupervisor.yml │ ├── ChefInfraClient.yml │ ├── ChefDesktop.yml │ ├── OxfordComma.yml │ ├── FirstPersonPlural.yml │ └── capitalize.yml │ └── vale │ └── Annotations.yml ├── _vendor └── github.com │ ├── chef │ ├── cookstyle │ │ └── docs-chef-io │ │ │ └── data │ │ │ └── cookstyle │ │ │ └── .gitkeep │ ├── chef-workstation │ │ └── docs-chef-io │ │ │ ├── static │ │ │ └── images │ │ │ │ └── chef-workstation │ │ │ │ ├── .gitkeep │ │ │ │ ├── chef-run.gif │ │ │ │ └── chef-run-mini.gif │ │ │ └── config.toml │ ├── desktop-config │ │ └── docs-chef-io │ │ │ ├── static │ │ │ └── images │ │ │ │ └── desktop-config │ │ │ │ ├── .gitkeep │ │ │ │ ├── desktop.png │ │ │ │ └── infrastructure-overview.webp │ │ │ └── config.toml │ ├── chef-server │ │ └── docs-chef-io │ │ │ ├── content │ │ │ └── server │ │ │ │ ├── v14 │ │ │ │ ├── index.md │ │ │ │ └── reusable_text │ │ │ │ │ ├── server_services_postgresql.md │ │ │ │ │ ├── server_services_redis.md │ │ │ │ │ ├── server_services_bifrost.md │ │ │ │ │ ├── server_tuning_solr.md │ │ │ │ │ ├── server_services_rabbitmq.md │ │ │ │ │ ├── notes_server_aws_cookbook_storage.md │ │ │ │ │ └── server_services_expander.md │ │ │ │ └── v13_2 │ │ │ │ ├── index.md │ │ │ │ └── reusable_text │ │ │ │ ├── server_services_postgresql.md │ │ │ │ ├── server_services_redis.md │ │ │ │ ├── server_services_bifrost.md │ │ │ │ ├── server_tuning_solr.md │ │ │ │ ├── server_services_rabbitmq.md │ │ │ │ ├── notes_server_aws_cookbook_storage.md │ │ │ │ └── server_services_expander.md │ │ │ ├── static │ │ │ └── images │ │ │ │ └── server │ │ │ │ ├── chef_server_tiered.png │ │ │ │ ├── chef_server_ports_tiered.png │ │ │ │ └── chef_server_ports_standalone.png │ │ │ └── config.toml │ ├── effortless │ │ └── docs-chef-io │ │ │ └── config.toml │ └── automate │ │ └── components │ │ └── docs-chef-io │ │ ├── config.toml │ │ └── static │ │ └── images │ │ └── automate │ │ ├── vsp.pdf │ │ ├── delta.pdf │ │ ├── hero.png │ │ ├── dragon.png │ │ ├── reports.png │ │ ├── workflow.png │ │ ├── event-feed.png │ │ ├── admin-roles.png │ │ ├── client-runs.png │ │ ├── delete-a-node.png │ │ ├── delete-a-role.png │ │ ├── edit-run-list.png │ │ ├── event_icons.png │ │ ├── reports-date.png │ │ ├── reports-nodes.png │ │ ├── search-a-node.png │ │ ├── workflow-org.png │ │ ├── workflow-side.png │ │ ├── workflow-ssh.png │ │ ├── SNOW_CCR_Setup.png │ │ ├── SNOW_Scan_Setup.png │ │ ├── a2-architecture.png │ │ ├── admin-policies.png │ │ ├── admin-projects.png │ │ ├── authz-use-cases.png │ │ ├── consumer_tests.png │ │ ├── credentials-ssh.png │ │ ├── data-lifecycle.png │ │ ├── delete-a-client.png │ │ ├── iam-v2-diagram.png │ │ ├── settings-roles.png │ │ ├── workflow-legacy.png │ │ ├── SNOW_config_page.png │ │ ├── chef-server-page.png │ │ ├── chef_automate_full.png │ │ ├── client-private-key.png │ │ ├── compliance-jobid.png │ │ ├── create-aws-api-mgr.png │ │ ├── create-aws-ec2-mgr.png │ │ ├── create-role-button.png │ │ ├── create-role-popup.png │ │ ├── credentials-icon.png │ │ ├── credentials-sudo.png │ │ ├── credentials-winrm.png │ │ ├── delete-a-data-bag.png │ │ ├── delete-policyfiles.png │ │ ├── eas-service-groups.png │ │ ├── edit-data-bag-item.png │ │ ├── list-of-cookbooks.png │ │ ├── node-credentials.png │ │ ├── node-integrations.png │ │ ├── reports-controls.png │ │ ├── reports-metadata.png │ │ ├── reports-profiles.png │ │ ├── reset-the-node-key.png │ │ ├── run-list-of-a-node.png │ │ ├── settings-policies.png │ │ ├── settings-projects.png │ │ ├── settings_data_feed.png │ │ ├── view-role-details.png │ │ ├── SNOW_Failed_Cookbook.png │ │ ├── SNOW_Failed_Node_CCR.png │ │ ├── add-gcp-api-scanjob.png │ │ ├── admin-tab-teams-list.png │ │ ├── admin-tab-users-list.png │ │ ├── asset-store-profiles.png │ │ ├── create-azure-api-mgr.png │ │ ├── create-azure-vm-mgr.png │ │ ├── create-client-button.png │ │ ├── create-client-popup.png │ │ ├── create-project-rule.png │ │ ├── delete-data-bag-item.png │ │ ├── instance-credentials.png │ │ ├── node-attributes-list.png │ │ ├── profile-detail-body.png │ │ ├── reports-node-detail.png │ │ ├── reports-scan-history.png │ │ ├── SNOW_Automate_diagram.png │ │ ├── SNOW_Failed_Node_Scan.png │ │ ├── add-chef-server-button.png │ │ ├── add-gcp-api-integration.png │ │ ├── admin-policies-migrated.png │ │ ├── api-resource-definition.png │ │ ├── asset-store-installed.png │ │ ├── banner-in-chef-automate.png │ │ ├── contents-of-a-cookbook.png │ │ ├── create-aws-api-scanjob.png │ │ ├── create-aws-ec2-scanjob.png │ │ ├── create-azure-vm-scanjob.png │ │ ├── create-data-bag-button.png │ │ ├── create-data-bag-popup.png │ │ ├── delete-an-environment.png │ │ ├── delivery_build_cookbook.png │ │ ├── delivery_full_workflow.png │ │ ├── delivery_integrate_smtp.png │ │ ├── details-of-a-cookbook.png │ │ ├── details-of-policyfiles.png │ │ ├── effortless-project-rule.png │ │ ├── global-projects-filter.png │ │ ├── node-integrations-full.png │ │ ├── update-node-environment.png │ │ ├── user-profile-navigation.png │ │ ├── view-attributes-details.png │ │ ├── SNOW_Failed_Profile_Scan.png │ │ ├── admin-tab-API-tokens-list.png │ │ ├── attributes-in-environment.png │ │ ├── chef-infra-server-objects.png │ │ ├── chef-server-organization.png │ │ ├── client-details-public-key.png │ │ ├── create-azure-api-scanjob.png │ │ ├── create-environment-button.png │ │ ├── create-environment-popup.png │ │ ├── delivery_partial_workflow.png │ │ ├── eas-architecture-diagram.png │ │ ├── node-information-metadata.png │ │ ├── notifications-navigation.png │ │ ├── search-for-a-policygroup.png │ │ ├── snow_integration_plugins.png │ │ ├── add-chef-organization-button.png │ │ ├── add-chef-server-popup-menu.png │ │ ├── chef-automate-infrastructure.png │ │ ├── create-aws-ec2-mgr-no-creds.png │ │ ├── create-data-bag-item-button.png │ │ ├── create-data-bag-item-popup.png │ │ ├── delivery_pipeline_attributes.png │ │ ├── details-of-the-policygroup.png │ │ ├── eas-filtered-service-groups.png │ │ ├── edit-run-list-ellipses-icon.png │ │ ├── environment-tag-manual-node.png │ │ ├── filled_form_create_data_feed.png │ │ ├── reset-key-in-client-details.png │ │ ├── reset-public-key-of-a-client.png │ │ ├── revision-id-of-policyfiles.png │ │ ├── snow_integration_discovery.png │ │ ├── snow_integration_field_map.png │ │ ├── snow_integration_navigation.png │ │ ├── snow_integration_reconcile.png │ │ ├── snow_integration_reconcile1.png │ │ ├── admin-policies-editors-members.png │ │ ├── asset-store-details-installed.png │ │ ├── attributes-tab-of-policyfiles.png │ │ ├── automate_architecture_workflow.png │ │ ├── dependency_graph_base_with_xy.png │ │ ├── edit-and-delete-data-bag-item.png │ │ ├── manage-tags-from-ellipses-icon.png │ │ ├── policyfiles-list-and-searchbar.png │ │ ├── snow_integration_appproperties.png │ │ ├── snow_integration_configure_sn.png │ │ ├── snow_integration_script_action.png │ │ ├── add-chef-organization-popup-menu.png │ │ ├── admin-policies-editors-definition.png │ │ ├── asset-store-uninstalled-profile.png │ │ ├── chef-automate-on-chef-infra-page.png │ │ ├── disclosure-panel-in-chef-automate.png │ │ ├── snow_integration_create_data_feed.png │ │ ├── snow_integration_dataflow_diagram.png │ │ ├── snow_integration_script_action1.png │ │ ├── admin-policies-editors-add-members.png │ │ ├── cookbook-constraints-in-environment.png │ │ ├── snow_integration_event_registration.png │ │ ├── snow_integration_scripted_restapi_1.png │ │ ├── snow_integration_scripted_restapi_2.png │ │ ├── view-different-versions-of-cookbook.png │ │ ├── add-chef-server-popup-menu-with-error.png │ │ ├── content-scroller-tab-for-policyfiles.png │ │ ├── cookbook-dependencies-from-policyfiles.png │ │ ├── could-not-get-cookbooks-organization.png │ │ ├── snow_integration_event_registration1.png │ │ ├── snow_integration_transform_map_scripts.png │ │ └── snow_integration_transform_map_scripts1.png │ ├── inspec │ └── inspec │ │ └── docs-chef-io │ │ ├── config.toml │ │ └── static │ │ └── images │ │ └── inspec │ │ ├── include_controls.png │ │ ├── require_controls.png │ │ ├── include_controls_with_mod.png │ │ ├── include_controls_with_skip.png │ │ └── require_controls_with_mod.png │ └── habitat-sh │ └── habitat │ └── components │ └── docs-chef-io │ ├── config.toml │ └── static │ └── images │ └── habitat │ ├── authorize.png │ ├── hab-setup.png │ ├── profile.png │ ├── copy-token.png │ ├── origin-keys.png │ ├── build-job-view.png │ ├── builder_signin.png │ ├── create-origin.png │ ├── generate-token.png │ ├── origin-members.png │ ├── origin-secrets.png │ ├── builder_profile.png │ ├── exports_callout.png │ ├── mesos5-debugging.png │ ├── builder-key-upload.png │ ├── create-origin-done.png │ ├── create-origin-form.png │ ├── demo-tutorial-thumb.png │ ├── hab-setup-complete.png │ ├── mesos4-application.png │ ├── origin-key-download.png │ ├── supervisor_a_after.png │ ├── supervisor_a_before.png │ ├── supervisor_b_after.png │ ├── supervisor_b_before.png │ ├── builder_profile_user.png │ ├── connect-plan-builder.png │ ├── environment_variable.png │ ├── builder_origin_members.png │ ├── environment_variable_new.png │ ├── environment_variable_set.png │ ├── habitat-diagrams-thumb.png │ ├── mesos1-services-marathon.png │ ├── mesos2-new-application.png │ ├── environment_variable_echo.png │ ├── environment_variable_new_var.png │ ├── habitat-architecture-overview.png │ ├── habitat-builder-architecture.png │ ├── mesos3-new-application-json.png │ ├── habitat-dependency-update-flow.png │ ├── habitat-application-rebuild-flow.png │ ├── habitat-initial-package-build-flow.png │ ├── habitat-on-premises-builder-depot-flow.png │ └── habitat-runtime-service-group-binding.png ├── themes └── docs-new │ ├── layouts │ ├── shortcodes │ │ ├── example_fqdn.html │ │ ├── environment_variables_access_resource_attributes.md │ │ ├── resource_log_set_info.md │ │ ├── ol-styled.html │ │ ├── resource_breakpoint_properties.md │ │ ├── config_rb_ohai.md │ │ ├── ctl_chef_diff_current_lock_latest_branch.md │ │ ├── ctl_chef_diff_current_lock_policy_group.md │ │ ├── ctl_chef_server_user_delete.md │ │ ├── ctl_chef_server_user_list.md │ │ ├── delivery_integration_ldap.md │ │ ├── ctl_chef_diff_current_lock_master_branch.md │ │ ├── ctl_chef_diff_two_policy_groups.md │ │ ├── ctl_chef_server_org_delete.md │ │ ├── resource_ohai_reload.md │ │ ├── ctl_chef_diff_current_lock_specified_revision.md │ │ ├── ctl_chef_diff_master_lock_revision_lock.md │ │ ├── ctl_chef_server_user_show.md │ │ ├── delivery_cookbook_common_recipe_unit.md │ │ ├── chef_server_component_postgresql.md │ │ ├── ctl_chef_diff_version_lock_master_branch.md │ │ ├── ctl_chef_server_org_user_add.md │ │ ├── knife_tag_summary.md │ │ ├── resource_log_set_debug.md │ │ ├── responsive-table.html │ │ ├── server_services_postgresql.md │ │ ├── ctl_chef_server_org_show.md │ │ ├── foundation_tabs.html │ │ ├── chef_server_component_solr.md │ │ ├── data_bag_edit.md │ │ ├── knife_deps_summary.md │ │ ├── knife_node_run_list_add.md │ │ ├── knife_node_summary.md │ │ ├── ctl_chef_server_org_user_remove.md │ │ ├── resource_service_use_nothing_action.md │ │ ├── knife_raw_summary.md │ │ ├── node.md │ │ ├── ctl_chef_generate_policyfile.md │ │ ├── delivery_cookbook_common_recipe_quality.md │ │ ├── knife_data_bag_summary.md │ │ ├── knife_user_summary.md │ │ ├── server_services_nginx_tail.md │ │ ├── chef_server_component_elasticsearch.md │ │ ├── ctl_chef_server_backup_syntax.md │ │ ├── foundation_tabs_panels.html │ │ ├── policyfile_chef_commands.md │ │ ├── ctl_chef_diff.md │ │ ├── ctl_chef_install_syntax.md │ │ ├── ctl_chef_server_user.md │ │ ├── ctl_chef_update_syntax.md │ │ ├── delivery_cookbook_common_recipe_security.md │ │ ├── knife_search_summary.md │ │ ├── knife_windowinrm_ports.md │ │ ├── resource_homebrew_package_homebrew_user_as_string.md │ │ ├── resource_homebrew_package_homebrew_user_as_uuid.md │ │ ├── ctl_chef_push_syntax.md │ │ ├── ctl_chef_server_org_list.md │ │ ├── ctl_chef_server_org_show_syntax.md │ │ ├── install_aws_chef_server_knife_ssl_fetch.md │ │ ├── knife_role_summary.md │ │ ├── knife_search_by_node.md │ │ ├── knife_windows_winrm_ports.md │ │ ├── resource_service_use_supports_attribute.md │ │ ├── ctl_chef_delete_policy_syntax.md │ │ ├── ctl_chef_export_syntax.md │ │ ├── ctl_chef_generate_repo_syntax.md │ │ ├── ctl_chef_server_org_delete_syntax.md │ │ ├── ctl_chef_server_org_list_syntax.md │ │ ├── ctl_chef_server_user_edit_syntax.md │ │ ├── ctl_chef_server_user_list_options.md │ │ ├── ctl_chef_server_user_list_syntax.md │ │ ├── ctl_chef_server_user_show_options.md │ │ ├── delivery_cookbook_common_recipe_lint.md │ │ ├── knife_environment_summary.md │ │ ├── chef_automate_mark.html │ │ ├── ctl_chef_server_org_user_add_options.md │ │ ├── ctl_chef_server_user_delete_syntax.md │ │ ├── knife_node_run_list_add_role.md │ │ ├── resource_package_use_ignore_failure_attribute.md │ │ ├── server_services_redis.md │ │ ├── automate_ha_support.md │ │ ├── ctl_chef_clean_policy_cookbooks_syntax.md │ │ ├── ctl_chef_clean_policy_revisions_syntax.md │ │ ├── ctl_chef_server_org.md │ │ ├── ctl_chef_server_restore_syntax.md │ │ ├── ctl_chef_server_user_show_syntax.md │ │ ├── ctl_chef_show_policy_syntax.md │ │ ├── data_bag.md │ │ ├── knife_cookbook_summary.md │ │ ├── knife_node_run_list_set_syntax.md │ │ ├── resources_common_notification_notifies_syntax.md │ │ ├── server_services_bifrost.md │ │ ├── test_kitchen_yml.md │ │ ├── all_directory_chef.md │ │ ├── ctl_chef_delete_policy_group_syntax.md │ │ ├── ctl_chef_generate_policyfile_syntax.md │ │ ├── ctl_chef_push_archive_syntax.md │ │ ├── ctl_chef_server_user_edit.md │ │ ├── delivery_config_example_build_cookbook_server.md │ │ ├── knife_node_run_list_remove_role.md │ │ ├── knife_node_run_list_remove_syntax.md │ │ ├── resource_log_add_message.md │ │ ├── resources_common_notification_subscribes_syntax.md │ │ ├── delivery_cli_install.md │ │ ├── foundation_tabs_panel.html │ │ ├── knife_common_see_common_options_link.md │ │ ├── knife_node_run_list_add_syntax.md │ │ ├── resource_package_install_gem_with_hash_options.md │ │ ├── resource_package_install_gems_from_local.md │ │ ├── ctl_chef_server_org_user_add_syntax.md │ │ ├── ctl_chef_server_org_user_remove_syntax.md │ │ ├── delivery_config_example_build_cookbook_local.md │ │ ├── delivery_config_example_build_cookbook_supermarket_public.md │ │ ├── delivery_cookbook_common_recipe_publish.md │ │ ├── handler.md │ │ ├── delivery_config_json_setting_version.md │ │ ├── knife_node_run_list_add_default_recipe.md │ │ ├── ctl_chef_diff_syntax.md │ │ ├── node_attribute_type_normal.md │ │ ├── resource_template_use_relative_paths.md │ │ ├── ctl_chef_server_user_create_options.md │ │ ├── data_bag_search.md │ │ ├── delivery_cookbook_setup.md │ │ ├── knife_configure_summary.md │ │ ├── knife_search_by_query_for_nested_attribute.md │ │ ├── knife_xargs_summary.md │ │ ├── delivery_cookbook_common_recipe_smoke.md │ │ ├── server_rbac_permissions.md │ │ ├── server_tuning_solr.md │ │ ├── ctl_chef_server_backup_options.md │ │ ├── ctl_chef_server_user_create.md │ │ ├── ctl_chef_undelete_syntax.md │ │ ├── knife_common_see_all_config_options.md │ │ ├── knife_node_run_list_add_recipe_with_cookbook.md │ │ ├── knife_status_summary.md │ │ ├── resource_package_install_gem_with_options_string.md │ │ ├── resource_template_notifies_delay.md │ │ ├── resource_template_notifies_restart_service_when_template_modified.md │ │ ├── chef_shell_breakpoints.md │ │ ├── ctl_chef_backend_cleanse_options.md │ │ ├── important.html │ │ ├── knife_search_by_nested_attribute.md │ │ ├── resource_template_notifies_reload_service.md │ │ ├── search_key_wildcard_asterisk.md │ │ ├── server_services_rabbitmq.md │ │ ├── ctl_chef_server_org_list_options.md │ │ ├── ctl_chef_server_user_create_syntax.md │ │ ├── knife_node_run_list_add_recipe_with_fqdn.md │ │ ├── resources_common_resource_execute_attribute_path.md │ │ ├── search_key_wildcard_question_mark.md │ │ ├── ctl_chef_generate_policyfile_options.md │ │ ├── ctl_chef_generate_repo.md │ │ ├── ctl_chef_server_org_create.md │ │ ├── delivery_config_example_build_cookbook_automate_server.md │ │ ├── resources_common_actions.md │ │ ├── server_services_expander.md │ │ ├── ctl_ohai_summary.md │ │ ├── delivery_cookbook_common_recipe_deploy.md │ │ ├── knife_node_run_list_remove_run_list.md │ │ ├── knife_search_by_node_and_environment.md │ │ ├── search_pattern_wildcard_any_node.md │ │ ├── knife_ssh_summary.md │ │ ├── node_attribute_type_default.md │ │ ├── notes_server_aws_cookbook_storage.md │ │ ├── resources_common_notification.md │ │ ├── resources_common_relative_paths.md │ │ ├── unit_file_verification.md │ │ ├── chef_server_component_nginx.md │ │ ├── cta.html │ │ ├── delivery_cookbook_common_recipe_syntax.md │ │ ├── notes_config_rb_server_must_reconfigure.md │ │ ├── packages_install_script_run.md │ │ ├── chefspec_summary.md │ │ ├── delivery_config_example_build_cookbook_git.md │ │ ├── delivery_config_example_build_cookbook_supermarket_private.md │ │ ├── knife_bootstrap_summary.md │ │ ├── knife_node_run_list_add_roles_and_recipes.md │ │ ├── install_chef_server_reconfigure.md │ │ ├── node_attribute_type_force_default.md │ │ ├── packages_install_script_run_windows.md │ │ ├── server_firewalls_and_ports_summary.md │ │ ├── server_note_reindex.md │ │ ├── server_tuning_bookshelf.md │ │ ├── chef_tags.md │ │ ├── manage_A2_server_warning.md │ │ ├── node_attribute_type_automatic.md │ │ ├── node_attribute_type_force_override.md │ │ ├── resources_common_actions_nothing.md │ │ ├── install_aws_chef_server_knife_client_list.md │ │ ├── notes_infra_lang_order_for_windows_methods.md │ │ ├── notes_knife_cookbook_site_use_devkit_berkshelf.md │ │ ├── resource_log_actions.md │ │ ├── windows_install_system_center.md │ │ ├── cookbooks_attribute_file_methods.md │ │ ├── server_services_bookshelf.md │ │ ├── supermarket_private.md │ │ ├── codeblock.html │ │ ├── ctl_chef_delete_policy.md │ │ ├── nameless_apt_update.md │ │ ├── packages_install_script_run_unix_linux.md │ │ ├── resource_ohai_properties.md │ │ ├── resources_common_guard_interpreter.md │ │ ├── search_key_nested_range.md │ │ ├── template_host_notation.md │ │ └── windospaces_and_directories.md │ └── partials │ │ ├── feedback.html │ │ └── edit_on_github.html │ ├── static │ ├── images │ │ ├── favicon.ico │ │ └── chef-icon.png │ └── fonts │ │ ├── Inter-Bold.ttf │ │ ├── Inter-Regular.ttf │ │ └── Inter-SemiBold.ttf │ └── Makefile ├── .github ├── labeler.yml ├── CODEOWNERS ├── dependabot.yml └── workflows │ └── labeler.yml ├── static └── images │ ├── hero.png │ ├── az_ssh.png │ ├── dragon.png │ ├── ChefRally.jpg │ ├── EventPage.png │ ├── add_DCO.png │ ├── audit_run.png │ ├── az_home.png │ ├── az_signin.jpg │ ├── az_signin.png │ ├── ms_pass.png │ ├── ms_signin.png │ ├── new_token.png │ ├── OutputPage.png │ ├── WelcomePage.png │ ├── az_continue.png │ ├── az_getitnow.png │ ├── github_menu.png │ ├── start_chef.png │ ├── visibility1.png │ ├── DashboardsPage.png │ ├── NotSecurePage.png │ ├── OrgPageDetails.png │ ├── StackDetails.png │ ├── automate-fips.png │ ├── aws_resources.png │ ├── az_test_drive.png │ ├── az_test_goto.png │ ├── az_test_ready.png │ ├── az_testdrive.png │ ├── chef_bootstrap.png │ ├── consumer_tests.png │ ├── edit_on_github.png │ ├── file_in_repo.png │ ├── samlattributes.jpg │ ├── token_created.png │ ├── automate_signin.png │ ├── automate_welcome.png │ ├── aws_inbound_rule.png │ ├── az_test_continue.png │ ├── az_test_progress.png │ ├── developers_menu.png │ ├── github_user_menu.png │ ├── ChefServerDetails.png │ ├── aws_security_group.png │ ├── az_automate_basics.png │ ├── az_automate_create.png │ ├── az_automate_review.png │ ├── chef_automate_full.png │ ├── chef_automate_login.png │ ├── hosted_chef_welcome.png │ ├── az_automate_complete.png │ ├── az_automate_overview.png │ ├── az_automate_progress.png │ ├── download_starter_kit.png │ ├── personal_access_token.png │ ├── automate_insecure_page.png │ ├── aws_inbound_rules_edit.png │ ├── az_automate_essentials.png │ ├── chef_automate_add_server.png │ ├── chef_automate_node_uuid.png │ ├── chef_server_replication.png │ ├── collaborator_permission.png │ ├── step_manage_webui_admin.png │ ├── step_manage_webui_nodes.png │ ├── step_manage_webui_policy.png │ ├── automate_event_feed_empty.png │ ├── chef_automate_add_org_page.png │ ├── image_style_guide_example.png │ ├── overview_push_jobs_states.png │ ├── az_automate_custom_settings.png │ ├── chef_automate_single_server.png │ ├── chef_server_replication_many.png │ ├── step_manage_webui_node_delete.png │ ├── overview_chef_attributes_table.png │ ├── step_manage_webui_node_tags_add.png │ ├── step_manage_webui_nodes_search.png │ ├── chef_server_replication_sequence.png │ ├── server_rbac_orgs_groups_and_users.png │ ├── step_manage_webui_node_tags_delete.png │ ├── step_manage_webui_nodes_view_tags.png │ ├── step_manage_webui_policy_role_add.png │ ├── overview_chef_attributes_precedence.png │ ├── step_manage_webui_policy_client_add.png │ ├── step_manage_webui_policy_role_delete.png │ ├── step_manage_webui_node_attributes_edit.png │ ├── step_manage_webui_nodes_view_run_list.png │ ├── step_manage_webui_policy_client_delete.png │ ├── step_manage_webui_policy_data_bag_add.png │ ├── step_manage_webui_policy_validation_add.png │ ├── step_manage_webui_policy_data_bag_delete.png │ ├── step_manage_webui_policy_environment_add.png │ ├── includes_windows_environment_variable_path.png │ ├── step_manage_webui_node_run_list_view_current.png │ ├── step_manage_webui_policy_cookbook_download.png │ ├── step_manage_webui_policy_cookbook_file_view.png │ ├── step_manage_webui_policy_data_bag_add_item.png │ ├── step_manage_webui_policy_data_bag_edit_item.png │ ├── step_manage_webui_policy_environment_delete.png │ ├── step_manage_webui_policy_role_add_run_list.png │ ├── step_manage_webui_policy_role_edit_attribute.png │ ├── step_manage_webui_policy_role_edit_run_list.png │ ├── step_manage_webui_policy_validation_delete.png │ ├── step_manage_webui_admin_organization_reset_key.png │ ├── step_manage_webui_node_details_set_environment.png │ ├── step_manage_webui_policy_client_reset_key_copy.png │ ├── step_manage_webui_policy_cookbook_view_details.png │ ├── step_manage_webui_policy_data_bag_delete_item.png │ ├── step_manage_webui_policy_client_add_private_key.png │ ├── step_manage_webui_policy_validation_view_details.png │ ├── step_manage_webui_node_run_list_add_role_or_recipe.png │ ├── step_manage_webui_policy_client_reset_key_download.png │ ├── step_manage_webui_policy_environment_add_constraint.png │ ├── step_manage_webui_policy_environment_edit_attribute.png │ ├── step_manage_webui_policy_role_add_default_attribute.png │ ├── step_manage_webui_node_run_list_remove_role_or_recipe.png │ ├── step_manage_webui_policy_role_add_override_attribute.png │ ├── step_manage_webui_policy_client_add_private_key_download.png │ ├── step_manage_webui_admin_organization_reset_key_regenerated.png │ ├── step_manage_webui_policy_environment_add_default_attribute.png │ └── step_manage_webui_policy_environment_add_override_attribute.png ├── .yamllint ├── CODE_OF_CONDUCT.md ├── content ├── _index.md ├── sitemap.md ├── redirect_chef_automate.md └── deprecations_unified_mode.md ├── layouts └── index.redir ├── archetypes └── default.md └── .expeditor └── verify.pipeline.yml /tools/vale/Vocab/tech-blogging/accept.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/vale/Vocab/tech-blogging/reject.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/cookstyle/docs-chef-io/data/cookstyle/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/example_fqdn.html: -------------------------------------------------------------------------------- 1 | {{.Get 0}}.example.com -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- 1 | documentation: 2 | - '**' 3 | - '.*' 4 | - '.*/**' 5 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/environment_variables_access_resource_attributes.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-workstation/docs-chef-io/static/images/chef-workstation/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/desktop-config/docs-chef-io/static/images/desktop-config/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/images/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/hero.png -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- 1 | --- 2 | extends: default 3 | rules: 4 | line-length: 5 | max: 120 6 | level: warning 7 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | headless = true 3 | +++ -------------------------------------------------------------------------------- /static/images/az_ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_ssh.png -------------------------------------------------------------------------------- /static/images/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/dragon.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_log_set_info.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | log 'a string to log' 3 | ``` 4 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | Please refer to the Chef Community Code of Conduct at https://www.chef.io/code-of-conduct/ 2 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | headless = true 3 | +++ -------------------------------------------------------------------------------- /static/images/ChefRally.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/ChefRally.jpg -------------------------------------------------------------------------------- /static/images/EventPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/EventPage.png -------------------------------------------------------------------------------- /static/images/add_DCO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/add_DCO.png -------------------------------------------------------------------------------- /static/images/audit_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/audit_run.png -------------------------------------------------------------------------------- /static/images/az_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_home.png -------------------------------------------------------------------------------- /static/images/az_signin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_signin.jpg -------------------------------------------------------------------------------- /static/images/az_signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_signin.png -------------------------------------------------------------------------------- /static/images/ms_pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/ms_pass.png -------------------------------------------------------------------------------- /static/images/ms_signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/ms_signin.png -------------------------------------------------------------------------------- /static/images/new_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/new_token.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ol-styled.html: -------------------------------------------------------------------------------- 1 |
2 | {{ .Inner }} 3 |
4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_breakpoint_properties.md: -------------------------------------------------------------------------------- 1 | This resource does not have any properties. -------------------------------------------------------------------------------- /static/images/OutputPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/OutputPage.png -------------------------------------------------------------------------------- /static/images/WelcomePage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/WelcomePage.png -------------------------------------------------------------------------------- /static/images/az_continue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_continue.png -------------------------------------------------------------------------------- /static/images/az_getitnow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_getitnow.png -------------------------------------------------------------------------------- /static/images/github_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/github_menu.png -------------------------------------------------------------------------------- /static/images/start_chef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/start_chef.png -------------------------------------------------------------------------------- /static/images/visibility1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/visibility1.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/config_rb_ohai.md: -------------------------------------------------------------------------------- 1 | Ohai configuration settings can be added to the client.rb file. -------------------------------------------------------------------------------- /static/images/DashboardsPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/DashboardsPage.png -------------------------------------------------------------------------------- /static/images/NotSecurePage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/NotSecurePage.png -------------------------------------------------------------------------------- /static/images/OrgPageDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/OrgPageDetails.png -------------------------------------------------------------------------------- /static/images/StackDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/StackDetails.png -------------------------------------------------------------------------------- /static/images/automate-fips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/automate-fips.png -------------------------------------------------------------------------------- /static/images/aws_resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/aws_resources.png -------------------------------------------------------------------------------- /static/images/az_test_drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_test_drive.png -------------------------------------------------------------------------------- /static/images/az_test_goto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_test_goto.png -------------------------------------------------------------------------------- /static/images/az_test_ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_test_ready.png -------------------------------------------------------------------------------- /static/images/az_testdrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_testdrive.png -------------------------------------------------------------------------------- /static/images/chef_bootstrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_bootstrap.png -------------------------------------------------------------------------------- /static/images/consumer_tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/consumer_tests.png -------------------------------------------------------------------------------- /static/images/edit_on_github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/edit_on_github.png -------------------------------------------------------------------------------- /static/images/file_in_repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/file_in_repo.png -------------------------------------------------------------------------------- /static/images/samlattributes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/samlattributes.jpg -------------------------------------------------------------------------------- /static/images/token_created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/token_created.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_current_lock_latest_branch.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff --git HEAD 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_current_lock_policy_group.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff staging 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_delete.md: -------------------------------------------------------------------------------- 1 | The `user-delete` subcommand is used to delete a user. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_list.md: -------------------------------------------------------------------------------- 1 | The `user-list` subcommand is used to view a list of users. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_integration_ldap.md: -------------------------------------------------------------------------------- 1 | You can configure Workflow to access your own LDAP database. -------------------------------------------------------------------------------- /static/images/automate_signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/automate_signin.png -------------------------------------------------------------------------------- /static/images/automate_welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/automate_welcome.png -------------------------------------------------------------------------------- /static/images/aws_inbound_rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/aws_inbound_rule.png -------------------------------------------------------------------------------- /static/images/az_test_continue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_test_continue.png -------------------------------------------------------------------------------- /static/images/az_test_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_test_progress.png -------------------------------------------------------------------------------- /static/images/developers_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/developers_menu.png -------------------------------------------------------------------------------- /static/images/github_user_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/github_user_menu.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_current_lock_master_branch.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff --git master 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_two_policy_groups.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff production...staging 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_delete.md: -------------------------------------------------------------------------------- 1 | The `org-delete` subcommand is used to delete an organization. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_ohai_reload.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | ohai 'reload' do 3 | action :reload 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /static/images/ChefServerDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/ChefServerDetails.png -------------------------------------------------------------------------------- /static/images/aws_security_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/aws_security_group.png -------------------------------------------------------------------------------- /static/images/az_automate_basics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_basics.png -------------------------------------------------------------------------------- /static/images/az_automate_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_create.png -------------------------------------------------------------------------------- /static/images/az_automate_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_review.png -------------------------------------------------------------------------------- /static/images/chef_automate_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_automate_full.png -------------------------------------------------------------------------------- /static/images/chef_automate_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_automate_login.png -------------------------------------------------------------------------------- /static/images/hosted_chef_welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/hosted_chef_welcome.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_current_lock_specified_revision.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff --git v1.0.0 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_master_lock_revision_lock.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff --git master...dev 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_show.md: -------------------------------------------------------------------------------- 1 | The `user-show` subcommand is used to show the details for a user. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_unit.md: -------------------------------------------------------------------------------- 1 | Use the `unit.rb` recipe to run unit tests for the project. -------------------------------------------------------------------------------- /static/images/az_automate_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_complete.png -------------------------------------------------------------------------------- /static/images/az_automate_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_overview.png -------------------------------------------------------------------------------- /static/images/az_automate_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_progress.png -------------------------------------------------------------------------------- /static/images/download_starter_kit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/download_starter_kit.png -------------------------------------------------------------------------------- /static/images/personal_access_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/personal_access_token.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_server_component_postgresql.md: -------------------------------------------------------------------------------- 1 | PostgreSQL is the data storage repository for the Chef Infra Server. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_version_lock_master_branch.md: -------------------------------------------------------------------------------- 1 | ```bash 2 | chef diff --git v1.0.0...master 3 | ``` 4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_user_add.md: -------------------------------------------------------------------------------- 1 | The `org-user-add` subcommand is used to add a user to an organization. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_tag_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife tag` subcommand to apply tags to nodes on a Chef Infra 2 | Server. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_log_set_debug.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | log 'a debug string' do 3 | level :debug 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/responsive-table.html: -------------------------------------------------------------------------------- 1 |
2 | {{- .Inner | markdownify -}} 3 |
4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_postgresql.md: -------------------------------------------------------------------------------- 1 | The **postgresql** service is used to store node, object, and user data. -------------------------------------------------------------------------------- /static/images/automate_insecure_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/automate_insecure_page.png -------------------------------------------------------------------------------- /static/images/aws_inbound_rules_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/aws_inbound_rules_edit.png -------------------------------------------------------------------------------- /static/images/az_automate_essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_essentials.png -------------------------------------------------------------------------------- /static/images/chef_automate_add_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_automate_add_server.png -------------------------------------------------------------------------------- /static/images/chef_automate_node_uuid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_automate_node_uuid.png -------------------------------------------------------------------------------- /static/images/chef_server_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_server_replication.png -------------------------------------------------------------------------------- /static/images/collaborator_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/collaborator_permission.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_admin.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_nodes.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_show.md: -------------------------------------------------------------------------------- 1 | The `org-show` subcommand is used to show the details for an 2 | organization. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/foundation_tabs.html: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /themes/docs-new/static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/themes/docs-new/static/images/favicon.ico -------------------------------------------------------------------------------- /static/images/automate_event_feed_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/automate_event_feed_empty.png -------------------------------------------------------------------------------- /static/images/chef_automate_add_org_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_automate_add_org_page.png -------------------------------------------------------------------------------- /static/images/image_style_guide_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/image_style_guide_example.png -------------------------------------------------------------------------------- /static/images/overview_push_jobs_states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/overview_push_jobs_states.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_server_component_solr.md: -------------------------------------------------------------------------------- 1 | chef-solr wraps Apache Solr and exposes its REST API for indexing and 2 | search. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/data_bag_edit.md: -------------------------------------------------------------------------------- 1 | A data bag can be edited in two ways: using knife or by using the Chef 2 | management console. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_deps_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife deps` subcommand to identify dependencies for a node, 2 | role, or cookbook. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add.md: -------------------------------------------------------------------------------- 1 | Use the `run_list add` argument to add run-list items (roles or recipes) 2 | to a node. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife node` subcommand to manage the nodes that exist on a Chef 2 | Infra Server. -------------------------------------------------------------------------------- /themes/docs-new/static/fonts/Inter-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/themes/docs-new/static/fonts/Inter-Bold.ttf -------------------------------------------------------------------------------- /themes/docs-new/static/images/chef-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/themes/docs-new/static/images/chef-icon.png -------------------------------------------------------------------------------- /tools/vale/Microsoft/meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "feed": "https://github.com/errata-ai/Microsoft/releases.atom", 3 | "vale_version": ">=1.0.0" 4 | } 5 | -------------------------------------------------------------------------------- /tools/vale/write-good/meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "feed": "https://github.com/errata-ai/write-good/releases.atom", 3 | "vale_version": ">=1.0.0" 4 | } 5 | -------------------------------------------------------------------------------- /static/images/az_automate_custom_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/az_automate_custom_settings.png -------------------------------------------------------------------------------- /static/images/chef_automate_single_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_automate_single_server.png -------------------------------------------------------------------------------- /static/images/chef_server_replication_many.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_server_replication_many.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_delete.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_user_remove.md: -------------------------------------------------------------------------------- 1 | The `org-user-remove` subcommand is used to remove a user from an 2 | organization. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_service_use_nothing_action.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | service 'memcached' do 3 | action :nothing 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/static/fonts/Inter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/themes/docs-new/static/fonts/Inter-Regular.ttf -------------------------------------------------------------------------------- /themes/docs-new/static/fonts/Inter-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/themes/docs-new/static/fonts/Inter-SemiBold.ttf -------------------------------------------------------------------------------- /static/images/overview_chef_attributes_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/overview_chef_attributes_table.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_tags_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_tags_add.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_nodes_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_nodes_search.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_raw_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife raw` subcommand to send a REST request to an endpoint in 2 | the Chef Infra Server API. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/node.md: -------------------------------------------------------------------------------- 1 | A node is any device---physical, virtual, cloud, network device, 2 | etc.---that is under management by Chef Infra. -------------------------------------------------------------------------------- /_vendor/github.com/inspec/inspec/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.inspec] 2 | gh_path = "https://github.com/inspec/inspec/tree/master/docs-chef-io/content/" 3 | -------------------------------------------------------------------------------- /static/images/chef_server_replication_sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/chef_server_replication_sequence.png -------------------------------------------------------------------------------- /static/images/server_rbac_orgs_groups_and_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/server_rbac_orgs_groups_and_users.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_tags_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_tags_delete.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_nodes_view_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_nodes_view_tags.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_add.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_generate_policyfile.md: -------------------------------------------------------------------------------- 1 | Use the `chef generate policyfile` subcommand to generate a file to be 2 | used with Policyfile. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_quality.md: -------------------------------------------------------------------------------- 1 | Use the `quality.rb` recipe to run additional code quality and reporting 2 | tools. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_data_bag_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife data bag` subcommand to manage arbitrary stores of 2 | globally available JSON data. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_user_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife user` subcommand to manage the list of users and their 2 | associated RSA public key-pairs. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_nginx_tail.md: -------------------------------------------------------------------------------- 1 | To follow the logs for the service: 2 | 3 | ```bash 4 | chef-server-ctl tail nginx 5 | ``` 6 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/effortless/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.effortless] 2 | gh_path = "https://github.com/chef/effortless/tree/master/docs-chef-io/content/" 3 | -------------------------------------------------------------------------------- /static/images/overview_chef_attributes_precedence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/overview_chef_attributes_precedence.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_client_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_client_add.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_delete.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_server_component_elasticsearch.md: -------------------------------------------------------------------------------- 1 | chef-elasticsearch wraps Elastisearch and exposes its REST API for indexing and search. 2 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_backup_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl backup 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/foundation_tabs_panels.html: -------------------------------------------------------------------------------- 1 |
2 | {{- .Inner -}} 3 |
4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/policyfile_chef_commands.md: -------------------------------------------------------------------------------- 1 | The following commands are built into the `chef` executable and support 2 | the use of Policyfile files. -------------------------------------------------------------------------------- /tools/vale/write-good/So.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Don't start a sentence with '%s'." 3 | level: error 4 | raw: 5 | - '(?:[;-]\s)so[\s,]|\bSo[\s,]' 6 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_attributes_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_attributes_edit.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_nodes_view_run_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_nodes_view_run_list.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_client_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_client_delete.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_data_bag_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_data_bag_add.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_validation_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_validation_add.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff.md: -------------------------------------------------------------------------------- 1 | Use the `chef diff` subcommand to display an itemized comparison of two 2 | revisions of a `Policyfile.lock.json` file. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_install_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef install POLICY_FILE (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user.md: -------------------------------------------------------------------------------- 1 | Use the `user-create`, `user-delete`, `user-edit`, `user-list` and 2 | `user-show` subcommands to manage users. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_update_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef update POLICY_FILE (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_security.md: -------------------------------------------------------------------------------- 1 | Use the `security.rb` recipe to execute security tests against a 2 | project's source code. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_search_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife search` subcommand to run a search query for information 2 | that is indexed on a Chef Infra Server. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_windowinrm_ports.md: -------------------------------------------------------------------------------- 1 | WinRM requires that a target node be accessible via the ports configured 2 | to support access via HTTP or HTTPS. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_homebrew_package_homebrew_user_as_string.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | homebrew_package 'vim' do 3 | homebrew_user 'user1' 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_homebrew_package_homebrew_user_as_uuid.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | homebrew_package 'emacs' do 3 | homebrew_user 1001 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/desktop-config/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.desktop-config] 2 | gh_path = "https://github.com/chef/desktop-config/tree/main/docs-chef-io/content/" 3 | -------------------------------------------------------------------------------- /content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Chef Documentation" 3 | draft = false 4 | st_robots = "noindex, follow" 5 | toc = false 6 | 7 | [cascade] 8 | product = ["client"] 9 | +++ -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_data_bag_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_data_bag_delete.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_environment_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_environment_add.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_push_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef push POLICY_GROUP POLICY_FILE (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_list.md: -------------------------------------------------------------------------------- 1 | The `org-list` subcommand is used to list all of the organizations 2 | currently present on the Chef Infra Server. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_show_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl org-show ORG_NAME 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/install_aws_chef_server_knife_ssl_fetch.md: -------------------------------------------------------------------------------- 1 | Run `knife ssl fetch` to add the Chef Infra Server SSL certificate as a 2 | trusted SSL certificate. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_role_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife role` subcommand to manage the roles that are associated 2 | with one or more nodes on a Chef Infra Server. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_search_by_node.md: -------------------------------------------------------------------------------- 1 | To search for all nodes running Ubuntu, enter: 2 | 3 | ```bash 4 | knife search node 'platform:ubuntu' 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_windows_winrm_ports.md: -------------------------------------------------------------------------------- 1 | WinRM requires that a target node be accessible via the ports configured 2 | to support access via HTTP or HTTPS. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_service_use_supports_attribute.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | service 'apache' do 3 | action [ :enable, :start ] 4 | retries 3 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /tools/vale/chef/policyfile.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: true 5 | swap: 6 | 'policy file': Policyfile 7 | -------------------------------------------------------------------------------- /static/images/includes_windows_environment_variable_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/includes_windows_environment_variable_path.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_run_list_view_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_run_list_view_current.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_cookbook_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_cookbook_download.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_cookbook_file_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_cookbook_file_view.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_data_bag_add_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_data_bag_add_item.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_data_bag_edit_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_data_bag_edit_item.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_environment_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_environment_delete.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_add_run_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_add_run_list.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_edit_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_edit_attribute.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_edit_run_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_edit_run_list.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_validation_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_validation_delete.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_delete_policy_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef delete-policy POLICY_NAME (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_export_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef export POLICY_FILE DIRECTORY (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_generate_repo_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef generate repo REPO_NAME (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_delete_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl org-delete ORG_NAME 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_list_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl org-list (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_edit_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl user-edit USER_NAME 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_list_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `-w`, `--with-uri` 4 | 5 | : Show the corresponding URIs. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_list_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl user-list (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_show_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `-l`, `--with-orgs` 4 | 5 | : Show all organizations. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_lint.md: -------------------------------------------------------------------------------- 1 | Use the `lint.rb` recipe to run linting and other static analysis tools 2 | against a project's source code. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_environment_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife environment` subcommand to manage environments within a 2 | single organization on the Chef Infra Server. -------------------------------------------------------------------------------- /tools/vale/chef/HabitatDepot.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use Use '%s' instead of 'Depot'." 3 | level: error 4 | swap: 5 | 'Depot': Chef Habitat Artifact storage 6 | 7 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.automate] 2 | gh_path = "https://github.com/chef/automate/blob/master/components/docs-chef-io/content/" 3 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/server_services_postgresql.md: -------------------------------------------------------------------------------- 1 | The **postgresql** service is used to store node, object, and user data. -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/server_services_postgresql.md: -------------------------------------------------------------------------------- 1 | The **postgresql** service is used to store node, object, and user data. 2 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-workstation/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.chef-workstation] 2 | gh_path = "https://github.com/chef/chef-workstation/blob/main/docs-chef-io/content/" 3 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_admin_organization_reset_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_admin_organization_reset_key.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_details_set_environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_details_set_environment.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_client_reset_key_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_client_reset_key_copy.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_cookbook_view_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_cookbook_view_details.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_data_bag_delete_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_data_bag_delete_item.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_automate_mark.html: -------------------------------------------------------------------------------- 1 | Link to Chef Automate documentation. 2 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_user_add_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `--admin` 4 | 5 | : Add the user to the `admins` group. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_delete_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl user-delete USER_NAME 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add_role.md: -------------------------------------------------------------------------------- 1 | To add a role to a run-list, enter: 2 | 3 | ```bash 4 | knife node run_list add NODE_NAME 'role[ROLE_NAME]' 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_package_use_ignore_failure_attribute.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | gem_package 'syntax' do 3 | action :install 4 | ignore_failure true 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_redis.md: -------------------------------------------------------------------------------- 1 | Key-value store used in conjunction with Nginx to route requests and 2 | populate request data used by the Chef Infra Server. -------------------------------------------------------------------------------- /tools/vale/chef/ChefHabitat.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use Use '%s' instead of 'Habitat'." 3 | level: error 4 | swap: 5 | '(?:[^\s]* ){0,1}Habitat': Chef Habitat 6 | 7 | -------------------------------------------------------------------------------- /tools/vale/chef/ChefInspec.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: true 5 | swap: 6 | '(?:[^\s]*) ?InSpec': Chef InSpec 7 | -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.habitat] 2 | gh_path = "https://github.com/habitat-sh/habitat/tree/master/components/docs-chef-io/content/" 3 | -------------------------------------------------------------------------------- /content/sitemap.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Site Map" 3 | draft = false 4 | layout = "sitemap" 5 | gh_repo = "chef-web-docs" 6 | st_robots = "noindex, follow" 7 | toc = false 8 | +++ 9 | 10 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_client_add_private_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_client_add_private_key.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_validation_view_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_validation_view_details.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/automate_ha_support.md: -------------------------------------------------------------------------------- 1 | If you need to run Automate with a high availability (HA) topology, please contact [Chef Support](https://www.chef.io/support). 2 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_clean_policy_cookbooks_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef clean-policy-cookbooks (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_clean_policy_revisions_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef clean-policy-revisions (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org.md: -------------------------------------------------------------------------------- 1 | Use the `org-create`, `org-delete`, `org-list`, `org-show`, 2 | `org-user-add` and `org-user-remove` commands to manage organizations. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_restore_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl restore PATH_TO_BACKUP (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_show_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl user-show USER_NAME (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_show_policy_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef show-policy POLICY_NAME POLICY_GROUP (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/data_bag.md: -------------------------------------------------------------------------------- 1 | Data bags store global variables as JSON data. Data bags are indexed for 2 | searching and can be loaded by a cookbook or accessed during a search. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_cookbook_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife cookbook` subcommand to interact with cookbooks that are 2 | located on the Chef Infra Server or the local chef-repo. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_set_syntax.md: -------------------------------------------------------------------------------- 1 | This argument has the following syntax: 2 | 3 | ```bash 4 | knife node run_list set NODE_NAME RUN_LIST_ITEM 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_notification_notifies_syntax.md: -------------------------------------------------------------------------------- 1 | The syntax for `notifies` is: 2 | 3 | ```ruby 4 | notifies :action, 'resource[name]', :timer 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_bifrost.md: -------------------------------------------------------------------------------- 1 | The **oc_bifrost** service ensures that every request to view or manage 2 | objects stored on the Chef Infra Server is authorized. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/test_kitchen_yml.md: -------------------------------------------------------------------------------- 1 | Use a kitchen.yml file to define what is required to run Test Kitchen, 2 | including drivers, provisioners, platforms, and test suites. -------------------------------------------------------------------------------- /tools/vale/chef/ChefAutomate.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: false 5 | swap: 6 | '(?:[^\s]*) ?Automate': Chef Automate 7 | -------------------------------------------------------------------------------- /tools/vale/chef/ChefInfraServer.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: true 5 | swap: 6 | 'Chef Server': Chef Infra Server 7 | 8 | -------------------------------------------------------------------------------- /tools/vale/chef/HabitatStudio.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use Use '%s' instead of 'Studio'." 3 | level: error 4 | swap: 5 | '(?:[^\s]* ){0,2}Studio': Chef Habitat Studio 6 | 7 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_run_list_add_role_or_recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_run_list_add_role_or_recipe.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_client_reset_key_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_client_reset_key_download.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_environment_add_constraint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_environment_add_constraint.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_environment_edit_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_environment_edit_attribute.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_add_default_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_add_default_attribute.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/all_directory_chef.md: -------------------------------------------------------------------------------- 1 | The .chef directory is a hidden directory that is used to store 2 | validation key files and optionally a [config.rb](/config_rb.html) file. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_delete_policy_group_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef delete-policy-group POLICY_GROUP (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_generate_policyfile_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef generate policyfile POLICY_NAME (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_push_archive_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef push-archive POLICY_GROUP ARCHIVE_FILE (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_edit.md: -------------------------------------------------------------------------------- 1 | The `user-edit` subcommand is used to edit the details for a user. The 2 | data will be made available in the \$EDITOR for editing. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_example_build_cookbook_server.md: -------------------------------------------------------------------------------- 1 | ```javascript 2 | "build_cookbook": { 3 | "name": "delivery-truck", 4 | "server": "true" 5 | } 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_remove_role.md: -------------------------------------------------------------------------------- 1 | To remove a role from a run-list, enter: 2 | 3 | ```bash 4 | knife node run_list remove NODE_NAME 'role[ROLE_NAME]' 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_remove_syntax.md: -------------------------------------------------------------------------------- 1 | This argument has the following syntax: 2 | 3 | ```bash 4 | knife node run_list remove NODE_NAME RUN_LIST_ITEM 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_log_add_message.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | log 'message' do 3 | message 'This is the message that will be added to the log.' 4 | level :info 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_notification_subscribes_syntax.md: -------------------------------------------------------------------------------- 1 | The syntax for `subscribes` is: 2 | 3 | ```ruby 4 | subscribes :action, 'resource[name]', :timer 5 | ``` 6 | -------------------------------------------------------------------------------- /tools/vale/chef/HabitatBuilder.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use Use '%s' instead of 'Builder'." 3 | level: error 4 | swap: 5 | '(?:[^\s]* ){0,2}Builder': Chef Habitat Builder 6 | 7 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | # Order is important. The last matching pattern has the most precedence. 2 | 3 | * @chef/docs-team 4 | .expeditor/** @chef/jex-team 5 | terraform/** @chef/jex-team 6 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_node_run_list_remove_role_or_recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_node_run_list_remove_role_or_recipe.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_role_add_override_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_role_add_override_attribute.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cli_install.md: -------------------------------------------------------------------------------- 1 | The Delivery CLI is included in Chef Workstation and can be obtained by 2 | [installing the latest version](/workstation/install_workstation/). -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/foundation_tabs_panel.html: -------------------------------------------------------------------------------- 1 |
2 | {{- .Inner | markdownify -}} 3 |
4 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_common_see_common_options_link.md: -------------------------------------------------------------------------------- 1 | Review the list of [common options](/workstation/knife_options/) available to 2 | this (and all) knife subcommands and plugins. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add_syntax.md: -------------------------------------------------------------------------------- 1 | This argument has the following syntax: 2 | 3 | ```bash 4 | knife node run_list add NODE_NAME RUN_LIST_ITEM (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_package_install_gem_with_hash_options.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | gem_package 'bundler' do 3 | options(prerelease: true, format_executable: false) 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_package_install_gems_from_local.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | gem_package 'right_aws' do 3 | source '/tmp/right_aws-1.11.0.gem' 4 | action :install 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /tools/vale/Microsoft/SentenceLength.yml: -------------------------------------------------------------------------------- 1 | extends: occurrence 2 | message: "Try to keep sentences short (< 30 words)." 3 | scope: sentence 4 | level: suggestion 5 | max: 30 6 | token: \b(\w+)\b 7 | 8 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_client_add_private_key_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_client_add_private_key_download.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_user_add_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl org-user-add ORG_NAME USER_NAME (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /tools/vale/chef/HabitatSupervisor.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use Use '%s' instead of 'Supervisor'." 3 | level: error 4 | swap: 5 | '(?:[^\s]* ){0,2}Supervisor': Chef Habitat Supervisor 6 | 7 | -------------------------------------------------------------------------------- /tools/vale/vale/Annotations.yml: -------------------------------------------------------------------------------- 1 | message: "'%s' left in text" 2 | extends: existence 3 | ignorecase: false 4 | level: suggestion 5 | tokens: 6 | - XXX 7 | - FIXME 8 | - TODO 9 | - NOTE 10 | -------------------------------------------------------------------------------- /static/images/step_manage_webui_admin_organization_reset_key_regenerated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_admin_organization_reset_key_regenerated.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_environment_add_default_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_environment_add_default_attribute.png -------------------------------------------------------------------------------- /static/images/step_manage_webui_policy_environment_add_override_attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/static/images/step_manage_webui_policy_environment_add_override_attribute.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_user_remove_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl org-user-remove ORG_NAME USER_NAME (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_example_build_cookbook_local.md: -------------------------------------------------------------------------------- 1 | ```javascript 2 | "build_cookbook": { 3 | "name": "build-cookbook", 4 | "path": ".delivery/build-cookbook" 5 | } 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_example_build_cookbook_supermarket_public.md: -------------------------------------------------------------------------------- 1 | ```javascript 2 | "build_cookbook": { 3 | "name": "delivery-truck", 4 | "supermarket": "true" 5 | } 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_publish.md: -------------------------------------------------------------------------------- 1 | Use the `publish.rb` recipe to make any artifact generated by this 2 | project available to other phases in the Chef Automate pipeline. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/handler.md: -------------------------------------------------------------------------------- 1 | Use a handler to identify situations that arise during a Chef Infra 2 | Client run, and then tell Chef Infra Client how to handle these 3 | situations when they occur. -------------------------------------------------------------------------------- /tools/vale/write-good/ThereIs.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Don't start a sentence with '%s'." 3 | ignorecase: false 4 | level: error 5 | raw: 6 | - '(?:[;-]\s)There\s(is|are)|\bThere\s(is|are)\b' 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_json_setting_version.md: -------------------------------------------------------------------------------- 1 | The `version` setting specifies the version of the configuration that 2 | the Chef Automate server must user. The current default value is `2`, -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add_default_recipe.md: -------------------------------------------------------------------------------- 1 | To add the default recipe of a cookbook to a run-list, enter: 2 | 3 | ```bash 4 | knife node run_list add NODE_NAME 'COOKBOOK' 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_diff_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef diff POLICY_FILE --head | --git POLICY_GROUP | POLICY_GROUP...POLICY_GROUP (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/node_attribute_type_normal.md: -------------------------------------------------------------------------------- 1 | A `normal` attribute is a setting that persists in the node object. A 2 | `normal` attribute has a higher attribute precedence than a `default` 3 | attribute. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_template_use_relative_paths.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | template "#{ENV['HOME']}/chef-getting-started.txt" do 3 | source 'chef-getting-started.txt.erb' 4 | mode '0755' 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/Makefile: -------------------------------------------------------------------------------- 1 | assets: node_modules 2 | 3 | clean_all: clean_node_modules 4 | 5 | clean_node_modules: 6 | rm -rf node_modules 7 | 8 | # 9 | # Assets 10 | # 11 | 12 | node_modules: 13 | npm install 14 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_create_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `-f FILE_NAME`, `--filename FILE_NAME` 4 | 5 | : Write the USER.pem to a file instead of `STDOUT`. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/data_bag_search.md: -------------------------------------------------------------------------------- 1 | {{ readFile "themes/docs-new/layouts/shortcodes/data_bag.md" | markdownify }} 2 | 3 | {{ readFile "themes/docs-new/layouts/shortcodes/search_data_bag.md" | markdownify }} -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_setup.md: -------------------------------------------------------------------------------- 1 | Pull the `delivery-truck` and `delivery-sugar` cookbooks into a 2 | `build-cookbook`. This requires editing the Berksfile, and then updating 3 | the metadata.rb file. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_configure_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife configure` subcommand to create the [client.rb](/config_rb_client/) and credential files so that they can be distributed to workstations and nodes. 2 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_search_by_query_for_nested_attribute.md: -------------------------------------------------------------------------------- 1 | To build a search query that can find a nested attribute: 2 | 3 | ```bash 4 | knife search node name: -a kernel.machine 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_xargs_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife xargs` subcommand to take patterns from standard input, 2 | download as JSON, run a command against the downloaded JSON, and then 3 | upload any changes. -------------------------------------------------------------------------------- /tools/vale/chef/ChefInfraClient.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: true 5 | swap: 6 | 'chef client': Chef Infra Client 7 | 'chef-client': Chef Infra Client 8 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/vsp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/vsp.pdf -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/server_services_redis.md: -------------------------------------------------------------------------------- 1 | Key-value store used in conjunction with Nginx to route requests and 2 | populate request data used by the Chef Infra Server. -------------------------------------------------------------------------------- /_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/include_controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/include_controls.png -------------------------------------------------------------------------------- /_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/require_controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/require_controls.png -------------------------------------------------------------------------------- /layouts/index.redir: -------------------------------------------------------------------------------- 1 | # Netlify redirects. See https://www.netlify.com/docs/redirects/ 2 | {{ range $p := .Site.Pages -}} 3 | {{ range .Aliases }} 4 | {{ . | printf "%-35s" }} {{ $p.RelPermalink -}} 5 | {{ end -}} 6 | {{- end -}} 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_smoke.md: -------------------------------------------------------------------------------- 1 | Use the `smoke.rb` recipe to run smoke tests against deployed build 2 | artifacts to ensure they were deployed correctly and are minimally 3 | functional. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_rbac_permissions.md: -------------------------------------------------------------------------------- 1 | Permissions are used in the Chef Infra Server to define how users and 2 | groups can interact with objects on the server. Permissions are 3 | configured per-organization. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_tuning_solr.md: -------------------------------------------------------------------------------- 1 | The following sections describe ways of tuning the **opscode-solr4** 2 | service to improve performance around large node sizes, available 3 | memory, and update frequencies. -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delta.pdf -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/hero.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/server_services_redis.md: -------------------------------------------------------------------------------- 1 | Key-value store used in conjunction with Nginx to route requests and 2 | populate request data used by the Chef Infra Server. 3 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_backup_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `-y`, `--yes` 4 | 5 | : Use to specify if the Chef Infra Server can go offline during 6 | tar.gz-based backups. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_create.md: -------------------------------------------------------------------------------- 1 | The `user-create` subcommand is used to create a user. (The validation 2 | key for the organization may be returned to `STDOUT` when creating a 3 | user with this command.) -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_undelete_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef undelete (options) 5 | ``` 6 | 7 | When run with no arguments, returns a list of available operations. 8 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_common_see_all_config_options.md: -------------------------------------------------------------------------------- 1 | See [config.rb](/workstation/config_rb_optional_settings/) for more information 2 | about how to add certain knife options as settings in the config.rb 3 | file. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add_recipe_with_cookbook.md: -------------------------------------------------------------------------------- 1 | To add a recipe to a run-list using the cookbook format, enter: 2 | 3 | ```bash 4 | knife node run_list add NODE_NAME 'COOKBOOK::RECIPE_NAME' 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_status_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife status` subcommand to display a brief summary of the 2 | nodes on a Chef Infra Server, including the time of the most recent 3 | successful Chef Infra Client run. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_package_install_gem_with_options_string.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | gem_package 'nokogiri' do 3 | gem_binary('/opt/ree/bin/gem') 4 | options('--prerelease --no-format-executable') 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_template_notifies_delay.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | template '/etc/nagios3/configures-nagios.conf' do 3 | # other parameters 4 | notifies :run, 'execute[test-nagios-config]', :delayed 5 | end 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_template_notifies_restart_service_when_template_modified.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | template '/etc/www/configures-apache.conf' do 3 | notifies :restart, 'service[apache]', :immediately 4 | end 5 | ``` 6 | -------------------------------------------------------------------------------- /tools/vale/chef/ChefDesktop.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: true 5 | swap: 6 | # '(?[^\s]*(Windows|macOS))? Desktop': Chef Desktop 7 | 'chefdesktop': Chef Desktop 8 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/dragon.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/server_services_bifrost.md: -------------------------------------------------------------------------------- 1 | The **oc_bifrost** service ensures that every request to view or manage 2 | objects stored on the Chef Infra Server is authorized. -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/server_services_bifrost.md: -------------------------------------------------------------------------------- 1 | The **oc_bifrost** service ensures that every request to view or manage 2 | objects stored on the Chef Infra Server is authorized. 3 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/static/images/server/chef_server_tiered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/chef-server/docs-chef-io/static/images/server/chef_server_tiered.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/desktop-config/docs-chef-io/static/images/desktop-config/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/desktop-config/docs-chef-io/static/images/desktop-config/desktop.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_shell_breakpoints.md: -------------------------------------------------------------------------------- 1 | chef-shell allows the current position in a run-list to be manipulated 2 | during a Chef Infra Client run. Add breakpoints to a recipe to take 3 | advantage of this functionality. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_backend_cleanse_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `--with-external` 4 | 5 | : Use to specify that data on an external PostgreSQL database should 6 | be removed. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/important.html: -------------------------------------------------------------------------------- 1 |
2 |

Important

3 |
{{- .Inner | markdownify -}}
4 |
5 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_search_by_nested_attribute.md: -------------------------------------------------------------------------------- 1 | To find a nested attribute, use a pattern similar to the following: 2 | 3 | ```bash 4 | knife search node -a . 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_template_notifies_reload_service.md: -------------------------------------------------------------------------------- 1 | ```ruby 2 | template '/tmp/somefile' do 3 | mode '0755' 4 | source 'somefile.erb' 5 | notifies :reload, 'service[apache]', :immediately 6 | end 7 | ``` 8 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/search_key_wildcard_asterisk.md: -------------------------------------------------------------------------------- 1 | To use an asterisk (`*`) to replace zero (or more) characters in a 2 | wildcard search, enter the following: 3 | 4 | ```bash 5 | knife search node 'platfo*:ubuntu' 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_rabbitmq.md: -------------------------------------------------------------------------------- 1 | The **rabbitmq** service is used to provide the message queue that is 2 | used by the Chef Infra Server to get search data to Apache Solr so that 3 | it can be indexed for search. -------------------------------------------------------------------------------- /tools/vale/Microsoft/URLFormat.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'." 3 | ignorecase: true 4 | level: error 5 | action: 6 | name: replace 7 | swap: 8 | URL for: URL of 9 | an URL: a URL 10 | 11 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/event-feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/event-feed.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_list_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `-a`, `--all-orgs` 4 | 5 | : Show all organizations. 6 | 7 | `-w`, `--with-uri` 8 | 9 | : Show the corresponding URIs. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_user_create_syntax.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following syntax: 2 | 3 | ```bash 4 | chef-server-ctl user-create USER_NAME FIRST_NAME [MIDDLE_NAME] LAST_NAME EMAIL 'PASSWORD' (options) 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add_recipe_with_fqdn.md: -------------------------------------------------------------------------------- 1 | To add a recipe to a run-list using the fully qualified format, enter: 2 | 3 | ```bash 4 | knife node run_list add NODE_NAME 'recipe[COOKBOOK::RECIPE_NAME]' 5 | ``` 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_resource_execute_attribute_path.md: -------------------------------------------------------------------------------- 1 | The `path` property has been deprecated and will throw an exception in 2 | Chef Client 12 or later. We recommend you use the `environment` property 3 | instead. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/search_key_wildcard_question_mark.md: -------------------------------------------------------------------------------- 1 | To use a question mark (`?`) to replace a single character in a wildcard 2 | search, enter the following: 3 | 4 | ```bash 5 | knife search node 'platfor?:ubuntu' 6 | ``` 7 | -------------------------------------------------------------------------------- /tools/vale/Microsoft/Percentages.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Use a numeral plus the units." 3 | link: https://docs.microsoft.com/en-us/style-guide/numbers 4 | nonword: true 5 | level: error 6 | tokens: 7 | - '\b[a-zA-z]+\spercent\b' 8 | -------------------------------------------------------------------------------- /tools/vale/write-good/Illusions.yml: -------------------------------------------------------------------------------- 1 | extends: repetition 2 | message: "'%s' is repeated!" 3 | level: warning 4 | alpha: true 5 | action: 6 | name: edit 7 | params: 8 | - truncate 9 | - " " 10 | tokens: 11 | - '[^\s]+' 12 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-roles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/client-runs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/client-runs.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-node.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-role.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-run-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-run-list.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/event_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/event_icons.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-date.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-nodes.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/search-a-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/search-a-node.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-org.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-side.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-ssh.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-workstation/docs-chef-io/static/images/chef-workstation/chef-run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/chef-workstation/docs-chef-io/static/images/chef-workstation/chef-run.gif -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/authorize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/authorize.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/hab-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/hab-setup.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/profile.png -------------------------------------------------------------------------------- /_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/include_controls_with_mod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/include_controls_with_mod.png -------------------------------------------------------------------------------- /_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/include_controls_with_skip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/include_controls_with_skip.png -------------------------------------------------------------------------------- /_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/require_controls_with_mod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/inspec/inspec/docs-chef-io/static/images/inspec/require_controls_with_mod.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_generate_policyfile_options.md: -------------------------------------------------------------------------------- 1 | This subcommand has the following options: 2 | 3 | `-h`, `--help` 4 | 5 | : Show help for the command. 6 | 7 | `-v`, `--version` 8 | 9 | : The Chef Infra Client version. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_generate_repo.md: -------------------------------------------------------------------------------- 1 | Use the `chef generate repo` subcommand to create a chef-repo. By 2 | default, the repo is a cookbook repo with options available to support 3 | generating a cookbook that supports Policyfile. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_server_org_create.md: -------------------------------------------------------------------------------- 1 | The `org-create` subcommand is used to create an organization. (The 2 | validation key for the organization is returned to `STDOUT` when 3 | creating an organization with this command.) -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_example_build_cookbook_automate_server.md: -------------------------------------------------------------------------------- 1 | ```javascript 2 | "build_cookbook": { 3 | "name": "delivery-truck", 4 | "enterprise": "chef", 5 | "organization": "chef-cookbooks" 6 | } 7 | ``` 8 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_actions.md: -------------------------------------------------------------------------------- 1 | The following actions may be used with any resource: 2 | 3 | `:nothing` 4 | 5 | : {{ readFile "themes/docs-new/layouts/shortcodes/resources_common_actions_nothing.md" | markdownify }} -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_expander.md: -------------------------------------------------------------------------------- 1 | The **opscode-expander** service is used to process data (pulled from 2 | the **rabbitmq** service's message queue) so that it can be properly 3 | indexed by the **opscode-solr4** service. -------------------------------------------------------------------------------- /tools/vale/Microsoft/HeadingColons.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Capitalize '%s'." 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/colons 4 | nonword: true 5 | level: error 6 | scope: heading 7 | tokens: 8 | - ':\s[a-z]' 9 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_CCR_Setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_CCR_Setup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Scan_Setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Scan_Setup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/a2-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/a2-architecture.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-projects.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/authz-use-cases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/authz-use-cases.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/consumer_tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/consumer_tests.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-ssh.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/data-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/data-lifecycle.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-client.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/iam-v2-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/iam-v2-diagram.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings-roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings-roles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/workflow-legacy.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/static/images/server/chef_server_ports_tiered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/chef-server/docs-chef-io/static/images/server/chef_server_ports_tiered.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/copy-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/copy-token.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-keys.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_ohai_summary.md: -------------------------------------------------------------------------------- 1 | ohai is the command-line interface for Ohai, a tool that is used to 2 | detect attributes on a node, and then provide these attributes to Chef 3 | Infra Client at the start of every Chef Infra Client run. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_deploy.md: -------------------------------------------------------------------------------- 1 | Use the `deploy.rb` recipe to define how artifacts are published to one 2 | (or more) nodes after they are built successfully. The contents of this 3 | recipe are project-specific. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_remove_run_list.md: -------------------------------------------------------------------------------- 1 | To remove a recipe from a run-list using the fully qualified format, 2 | enter: 3 | 4 | ```bash 5 | knife node run_list remove NODE_NAME 'recipe[COOKBOOK::RECIPE_NAME]' 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_search_by_node_and_environment.md: -------------------------------------------------------------------------------- 1 | To search for all nodes running CentOS in the production environment, 2 | enter: 3 | 4 | ```bash 5 | knife search node 'chef_environment:production AND platform:centos' 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/search_pattern_wildcard_any_node.md: -------------------------------------------------------------------------------- 1 | To search for any node that contains the specified key, enter the 2 | following: 3 | 4 | ```bash 5 | knife search node 'foo:*' 6 | ``` 7 | 8 | where `foo` is the name of the node. 9 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: npm 4 | directory: "/themes/docs-new" 5 | schedule: 6 | interval: daily 7 | time: "06:00" 8 | timezone: America/Los_Angeles 9 | open-pull-requests-limit: 10 10 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_config_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_config_page.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-server-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-server-page.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef_automate_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef_automate_full.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/client-private-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/client-private-key.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/compliance-jobid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/compliance-jobid.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-api-mgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-api-mgr.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-ec2-mgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-ec2-mgr.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-role-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-role-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-role-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-role-popup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-icon.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-sudo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-sudo.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-winrm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/credentials-winrm.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-data-bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-a-data-bag.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-policyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-policyfiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/eas-service-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/eas-service-groups.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-data-bag-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-data-bag-item.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/list-of-cookbooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/list-of-cookbooks.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-credentials.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-integrations.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-controls.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-metadata.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-profiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reset-the-node-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reset-the-node-key.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/run-list-of-a-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/run-list-of-a-node.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings-policies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings-policies.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings-projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings-projects.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings_data_feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/settings_data_feed.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/view-role-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/view-role-details.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/static/images/server/chef_server_ports_standalone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/chef-server/docs-chef-io/static/images/server/chef_server_ports_standalone.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-workstation/docs-chef-io/static/images/chef-workstation/chef-run-mini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/chef-workstation/docs-chef-io/static/images/chef-workstation/chef-run-mini.gif -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/build-job-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/build-job-view.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_signin.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/create-origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/create-origin.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/generate-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/generate-token.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-members.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-secrets.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_ssh_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife ssh` subcommand to invoke SSH commands (in parallel) on a 2 | subset of nodes within an organization, based on the results of a 3 | [search query](/chef_search/) made to the Chef Infra Server. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/node_attribute_type_default.md: -------------------------------------------------------------------------------- 1 | A `default` attribute is automatically reset at the start of every Chef 2 | Infra Client run and has the lowest attribute precedence. Use `default` 3 | attributes as often as possible in cookbooks. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/notes_server_aws_cookbook_storage.md: -------------------------------------------------------------------------------- 1 | To [configure the server for external cookbook 2 | storage](/server_overview.html#aws-settings), updates are made to 3 | settings for both the **bookshelf** and **opscode-erchef** services. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_notification.md: -------------------------------------------------------------------------------- 1 | A notification is a property on a resource that listens to other 2 | resources in the resource collection and then takes actions based on the 3 | notification type (`notifies` or `subscribes`). -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_relative_paths.md: -------------------------------------------------------------------------------- 1 | The following relative paths can be used with any resource: 2 | 3 | `#{ENV['HOME']}` 4 | 5 | : Use to return the `~` path in Linux and macOS or the `%HOMEPATH%` in 6 | Microsoft Windows. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/unit_file_verification.md: -------------------------------------------------------------------------------- 1 | The unit file is verified via a `systemd-analyze verify` call before 2 | being written to disk. 3 | 4 | Be aware that the referenced commands and files need to already exist 5 | before verification. -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Cookbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Cookbook.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Node_CCR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Node_CCR.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-gcp-api-scanjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-gcp-api-scanjob.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-tab-teams-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-tab-teams-list.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-tab-users-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-tab-users-list.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-profiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-api-mgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-api-mgr.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-vm-mgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-vm-mgr.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-client-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-client-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-client-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-client-popup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-project-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-project-rule.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-data-bag-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-data-bag-item.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/instance-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/instance-credentials.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-attributes-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-attributes-list.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/profile-detail-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/profile-detail-body.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-node-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-node-detail.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-scan-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reports-scan-history.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_profile.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/exports_callout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/exports_callout.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos5-debugging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos5-debugging.png -------------------------------------------------------------------------------- /content/redirect_chef_automate.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Chef Automate" 3 | draft = false 4 | 5 | gh_repo = "chef-web-docs" 6 | robots = "noindex" 7 | 8 | aliases = "/chef_automate.html" 9 | +++ 10 | 11 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_server_component_nginx.md: -------------------------------------------------------------------------------- 1 | Nginx is an open-source HTTP and reverse proxy server that is used as 2 | the front-end load balancer for the Chef Infra Server. All requests to 3 | the Chef Infra Server API are routed through Nginx. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/cta.html: -------------------------------------------------------------------------------- 1 | {{ if eq (.Get "button") "true" }} 2 | {{ .Get "text" }} 3 | {{ else }} 4 | {{ .Get "text" }} 5 | {{ end }} 6 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_cookbook_common_recipe_syntax.md: -------------------------------------------------------------------------------- 1 | Use the `syntax.rb` recipe to verify that changes result in 2 | syntactically correct code. This process may involve compiling the code 3 | or running a validator for interpreted languages. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/notes_config_rb_server_must_reconfigure.md: -------------------------------------------------------------------------------- 1 | When changes are made to the chef-server.rb file the Chef Infra Server 2 | must be reconfigured by running the following command: 3 | 4 | ```bash 5 | chef-server-ctl reconfigure 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/packages_install_script_run.md: -------------------------------------------------------------------------------- 1 | The Chef Software Install script can be run on UNIX, Linux, and Microsoft Windows platforms. The terms 'omnibus' and 'omnitruck' are only relevant to the build processes used internally at Chef Software. -------------------------------------------------------------------------------- /tools/vale/Microsoft/Semicolon.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Try to simplify this sentence." 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/semicolons 4 | nonword: true 5 | scope: sentence 6 | level: suggestion 7 | tokens: 8 | - ';' 9 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Automate_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Automate_diagram.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Node_Scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Node_Scan.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-server-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-server-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-gcp-api-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-gcp-api-integration.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-migrated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-migrated.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/api-resource-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/api-resource-definition.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-installed.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/banner-in-chef-automate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/banner-in-chef-automate.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/contents-of-a-cookbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/contents-of-a-cookbook.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-api-scanjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-api-scanjob.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-ec2-scanjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-ec2-scanjob.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-vm-scanjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-vm-scanjob.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-popup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-an-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delete-an-environment.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_build_cookbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_build_cookbook.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_full_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_full_workflow.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_integrate_smtp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_integrate_smtp.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/details-of-a-cookbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/details-of-a-cookbook.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/details-of-policyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/details-of-policyfiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/effortless-project-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/effortless-project-rule.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/global-projects-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/global-projects-filter.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-integrations-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-integrations-full.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/update-node-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/update-node-environment.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/user-profile-navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/user-profile-navigation.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/view-attributes-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/view-attributes-details.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder-key-upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder-key-upload.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/create-origin-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/create-origin-done.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/create-origin-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/create-origin-form.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/demo-tutorial-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/demo-tutorial-thumb.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/hab-setup-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/hab-setup-complete.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos4-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos4-application.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-key-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/origin-key-download.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_a_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_a_after.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_a_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_a_before.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_b_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_b_after.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_b_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/supervisor_b_before.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chefspec_summary.md: -------------------------------------------------------------------------------- 1 | Use ChefSpec to simulate the convergence of resources on a node: 2 | 3 | - Is an extension of RSpec, a behavior-driven development (BDD) 4 | framework for Ruby 5 | - Is the fastest way to test resources and recipes -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_example_build_cookbook_git.md: -------------------------------------------------------------------------------- 1 | ```javascript 2 | "build_cookbook": { 3 | "name" : "delivery-truck", 4 | "git" : "https://github.com/chef-cookbooks/delivery-truck.git", 5 | "branch": "master" 6 | } 7 | ``` 8 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/delivery_config_example_build_cookbook_supermarket_private.md: -------------------------------------------------------------------------------- 1 | ```javascript 2 | "build_cookbook": { 3 | "name": "delivery-truck", 4 | "supermarket": "true", 5 | "site": "https://private-supermarket.example.com" 6 | } 7 | ``` 8 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_bootstrap_summary.md: -------------------------------------------------------------------------------- 1 | Use the `knife bootstrap` subcommand to run a bootstrap operation that 2 | installs Chef Infra Client on the target system. The bootstrap operation 3 | must specify the IP address or FQDN of the target system. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/knife_node_run_list_add_roles_and_recipes.md: -------------------------------------------------------------------------------- 1 | To add roles and recipes to a run-list, enter: 2 | 3 | ```bash 4 | knife node run_list add NODE_NAME 'recipe[COOKBOOK::RECIPE_NAME],recipe[COOKBOOK::RECIPE_NAME],role[ROLE_NAME]' 5 | ``` 6 | -------------------------------------------------------------------------------- /tools/vale/Microsoft/Quotes.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: 'Punctuation should be inside the quotes.' 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/quotation-marks 4 | level: error 5 | nonword: true 6 | tokens: 7 | - '["“][^"”“]+["”][.,]' 8 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Profile_Scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/SNOW_Failed_Profile_Scan.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-tab-API-tokens-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-tab-API-tokens-list.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/attributes-in-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/attributes-in-environment.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-infra-server-objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-infra-server-objects.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-server-organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-server-organization.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/client-details-public-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/client-details-public-key.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-api-scanjob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-azure-api-scanjob.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-environment-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-environment-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-environment-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-environment-popup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_partial_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_partial_workflow.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/eas-architecture-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/eas-architecture-diagram.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-information-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/node-information-metadata.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/notifications-navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/notifications-navigation.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/search-for-a-policygroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/search-for-a-policygroup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_plugins.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/desktop-config/docs-chef-io/static/images/desktop-config/infrastructure-overview.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/desktop-config/docs-chef-io/static/images/desktop-config/infrastructure-overview.webp -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_profile_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_profile_user.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/connect-plan-builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/connect-plan-builder.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/install_chef_server_reconfigure.md: -------------------------------------------------------------------------------- 1 | Reconfigure the Chef Infra Server and the Chef management console (standalone 2 | and frontend group members of a High Availabilty installation): 3 | 4 | ```bash 5 | chef-server-ctl reconfigure 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/node_attribute_type_force_default.md: -------------------------------------------------------------------------------- 1 | Use the `force_default` attribute to ensure that an attribute defined in 2 | a cookbook (by an attribute file or by a recipe) takes precedence over a 3 | `default` attribute set by a role or an environment. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/packages_install_script_run_windows.md: -------------------------------------------------------------------------------- 1 | On Microsoft Windows systems, invoke the Chef Software Install script using 2 | Windows PowerShell: 3 | 4 | ```none 5 | . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install 6 | ``` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_firewalls_and_ports_summary.md: -------------------------------------------------------------------------------- 1 | All of the ports used by the Chef Infra Server are TCP ports. Refer to 2 | the operating system's manual or site systems administrators for 3 | instructions on how to enable changes to ports, if necessary. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_note_reindex.md: -------------------------------------------------------------------------------- 1 | Chef Infra Server versions earlier than 14.5 configured with `nginx['enable_non_ssl'] = false` and `fips = true` require `export CSC_LB_URL=https://127.0.0.1` to run the command `chef-server-ctl reindex ` 2 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_tuning_bookshelf.md: -------------------------------------------------------------------------------- 1 | The following setting is often modified from the default as part of the 2 | tuning effort for the **bookshelf** service: 3 | 4 | `bookshelf['vip']` 5 | 6 | : The virtual IP address. Default value: `node['fqdn']`. -------------------------------------------------------------------------------- /tools/vale/Microsoft/Spacing.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "'%s' should have one space." 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods 4 | level: error 5 | nonword: true 6 | tokens: 7 | - '[a-z][.?!] {2,}[A-Z]' 8 | - '[a-z][.?!][A-Z]' 9 | -------------------------------------------------------------------------------- /tools/vale/Microsoft/Suspended.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Don't use '%s' unless space is limited." 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/dashes-hyphens/hyphens 4 | ignorecase: true 5 | level: warning 6 | tokens: 7 | - '\w+- and \w+-' 8 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-organization-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-organization-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-server-popup-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-server-popup-menu.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-automate-infrastructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-automate-infrastructure.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-ec2-mgr-no-creds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-aws-ec2-mgr-no-creds.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-item-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-item-button.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-item-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/create-data-bag-item-popup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_pipeline_attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/delivery_pipeline_attributes.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/details-of-the-policygroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/details-of-the-policygroup.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/eas-filtered-service-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/eas-filtered-service-groups.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-run-list-ellipses-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-run-list-ellipses-icon.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/environment-tag-manual-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/environment-tag-manual-node.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/filled_form_create_data_feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/filled_form_create_data_feed.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reset-key-in-client-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reset-key-in-client-details.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reset-public-key-of-a-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/reset-public-key-of-a-client.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/revision-id-of-policyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/revision-id-of-policyfiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_discovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_discovery.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_field_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_field_map.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_navigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_navigation.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_reconcile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_reconcile.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_reconcile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_reconcile1.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/server_tuning_solr.md: -------------------------------------------------------------------------------- 1 | The following sections describe ways of tuning the **opscode-solr4** 2 | service to improve performance around large node sizes, available 3 | memory, and update frequencies. -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/server_tuning_solr.md: -------------------------------------------------------------------------------- 1 | The following sections describe ways of tuning the **opscode-solr4** 2 | service to improve performance around large node sizes, available 3 | memory, and update frequencies. 4 | -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_origin_members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/builder_origin_members.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_new.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_set.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-diagrams-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-diagrams-thumb.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos1-services-marathon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos1-services-marathon.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos2-new-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos2-new-application.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/partials/feedback.html: -------------------------------------------------------------------------------- 1 |
2 |

Was this page helpful?

3 | 4 | 5 | 6 | 7 | 8 |
9 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/chef_tags.md: -------------------------------------------------------------------------------- 1 | A tag is a custom description that is applied to a node. A tag, once 2 | applied, can be helpful when managing nodes using knife or when building 3 | recipes by providing alternate methods of grouping similar types of 4 | information. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/manage_A2_server_warning.md: -------------------------------------------------------------------------------- 1 |

Warning

2 | 3 | Chef Automate 2 does not deploy Chef Manage alongside Chef Infra Server. 4 | 5 |
-------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/node_attribute_type_automatic.md: -------------------------------------------------------------------------------- 1 | An `automatic` attribute contains data that is identified by Ohai at the 2 | beginning of every Chef Infra Client run. An `automatic` attribute 3 | cannot be modified and always has the highest attribute precedence. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/node_attribute_type_force_override.md: -------------------------------------------------------------------------------- 1 | Use the `force_override` attribute to ensure that an attribute defined 2 | in a cookbook (by an attribute file or by a recipe) takes precedence 3 | over an `override` attribute set by a role or an environment. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_actions_nothing.md: -------------------------------------------------------------------------------- 1 | This resource block does not act unless notified by another resource to 2 | take action. Once notified, this resource block either runs immediately 3 | or is queued up to run at the end of a Chef Infra Client run. -------------------------------------------------------------------------------- /tools/vale/chef/OxfordComma.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: 'Use the Oxford comma in a list of three or more items.' 3 | link: 'https://contribute.jquery.org/style-guide/prose/#grammar' 4 | scope: sentence 5 | level: warning 6 | tokens: 7 | - '(?:[^,]+,){1,}\s\w+\sand' 8 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-editors-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-editors-members.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-details-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-details-installed.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/attributes-tab-of-policyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/attributes-tab-of-policyfiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/automate_architecture_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/automate_architecture_workflow.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/dependency_graph_base_with_xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/dependency_graph_base_with_xy.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-and-delete-data-bag-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/edit-and-delete-data-bag-item.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/manage-tags-from-ellipses-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/manage-tags-from-ellipses-icon.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/policyfiles-list-and-searchbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/policyfiles-list-and-searchbar.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_appproperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_appproperties.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_configure_sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_configure_sn.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_script_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_script_action.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/config.toml: -------------------------------------------------------------------------------- 1 | [params.chef-server] 2 | versions = ["13_2", "14"] 3 | gh_path = "https://github.com/chef/chef-server/blob/master/docs-chef-io/content/" 4 | vendor_content_path = "_vendor/github.com/chef/chef-server/docs-chef-io/content/" 5 | -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_echo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_echo.png -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "{{ replace .Name "-" " " | title }}" 3 | draft = true 4 | 5 | gh_repo = "chef-web-docs" 6 | product = [] 7 | 8 | [menu] 9 | [menu.infra] 10 | identifier = IDENTIFIER 11 | parent = PARENT 12 | weight = 10 13 | +++ 14 | 15 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/install_aws_chef_server_knife_client_list.md: -------------------------------------------------------------------------------- 1 | Run `knife client list` to test the connection to the Chef Infra Server. 2 | The command should return `-validator`, where `` is 3 | the name of the organization that was created previously. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/notes_infra_lang_order_for_windows_methods.md: -------------------------------------------------------------------------------- 1 | The recommended order in which registry key-specific methods should be 2 | used within a recipe is: `key_exists?`, `value_exists?`, `data_exists?`, 3 | `get_values`, `has_subkeys?`, and then `get_subkeys`. -------------------------------------------------------------------------------- /tools/vale/Microsoft/Ranges.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "In most cases, use 'from' or 'through' to describe a range of numbers." 3 | link: 'https://docs.microsoft.com/en-us/style-guide/numbers' 4 | nonword: true 5 | level: warning 6 | tokens: 7 | - '\b\d+\s?[-–]\s?\d+\b' 8 | -------------------------------------------------------------------------------- /tools/vale/chef/FirstPersonPlural.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Use first person (such as '%s') sparingly." 3 | link: https://docs.microsoft.com/en-us/style-guide/grammar/person 4 | ignorecase: true 5 | level: warning 6 | nonword: true 7 | tokens: 8 | - \bwe\b 9 | 10 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-organization-popup-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-organization-popup-menu.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-editors-definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-editors-definition.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-uninstalled-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/asset-store-uninstalled-profile.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-automate-on-chef-infra-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/chef-automate-on-chef-infra-page.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/disclosure-panel-in-chef-automate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/disclosure-panel-in-chef-automate.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_create_data_feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_create_data_feed.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_dataflow_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_dataflow_diagram.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_script_action1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_script_action1.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/server_services_rabbitmq.md: -------------------------------------------------------------------------------- 1 | The **rabbitmq** service is used to provide the message queue that is 2 | used by the Chef Infra Server to get search data to Apache Solr so that 3 | it can be indexed for search. -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/server_services_rabbitmq.md: -------------------------------------------------------------------------------- 1 | The **rabbitmq** service is used to provide the message queue that is 2 | used by the Chef Infra Server to get search data to Apache Solr so that 3 | it can be indexed for search. 4 | -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_new_var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/environment_variable_new_var.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-architecture-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-architecture-overview.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-builder-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-builder-architecture.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos3-new-application-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/mesos3-new-application-json.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/notes_knife_cookbook_site_use_devkit_berkshelf.md: -------------------------------------------------------------------------------- 1 | Please consider managing community cookbooks using the version of 2 | Berkshelf that ships with Chef Workstation. For more information about 3 | Chef Workstation, see [About Chef Workstation](/workstation/). -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_log_actions.md: -------------------------------------------------------------------------------- 1 | The log resource has the following actions: 2 | 3 | `:nothing` 4 | 5 | : {{ readFile "themes/docs-new/layouts/shortcodes/resources_common_actions_nothing.md" | markdownify }} 6 | 7 | `:write` 8 | 9 | : Default. Write to log. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/windows_install_system_center.md: -------------------------------------------------------------------------------- 1 | Many organizations already have processes in place for managing the 2 | applications and settings on various Microsoft Windows machines. For 3 | example, System Center. Chef Infra Client can be installed using this 4 | method. -------------------------------------------------------------------------------- /tools/vale/Microsoft/Ellipses.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "In general, don't use an ellipsis." 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/ellipses 4 | nonword: true 5 | level: warning 6 | action: 7 | name: remove 8 | tokens: 9 | - '\.\.\.' 10 | -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- 1 | name: "Pull Request Labeler" 2 | on: 3 | - pull_request_target 4 | 5 | jobs: 6 | triage: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/labeler@main 10 | with: 11 | repo-token: "${{ secrets.GITHUB_TOKEN }}" 12 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-editors-add-members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/admin-policies-editors-add-members.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/cookbook-constraints-in-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/cookbook-constraints-in-environment.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_event_registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_event_registration.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_scripted_restapi_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_scripted_restapi_1.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_scripted_restapi_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_scripted_restapi_2.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/view-different-versions-of-cookbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/view-different-versions-of-cookbook.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/notes_server_aws_cookbook_storage.md: -------------------------------------------------------------------------------- 1 | To [configure the server for external cookbook 2 | storage](/server/#aws-settings), updates are made to 3 | settings for both the **bookshelf** and **opscode-erchef** services. -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/notes_server_aws_cookbook_storage.md: -------------------------------------------------------------------------------- 1 | To [configure the server for external cookbook 2 | storage](/server/#aws-settings), updates are made to 3 | settings for both the **bookshelf** and **opscode-erchef** services. -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-dependency-update-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-dependency-update-flow.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/cookbooks_attribute_file_methods.md: -------------------------------------------------------------------------------- 1 | Use the following methods within the attributes file for a cookbook or within a recipe. These methods correspond to the attribute type of the same name: 2 | 3 | - `override` 4 | - `default` 5 | - `normal` 6 | - `_unless` 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/server_services_bookshelf.md: -------------------------------------------------------------------------------- 1 | The **bookshelf** service is an Amazon Simple Storage Service 2 | (S3)-compatible service that is used to store cookbooks, including all 3 | of the files---recipes, templates, and so on---that are associated with 4 | each cookbook. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/supermarket_private.md: -------------------------------------------------------------------------------- 1 | The private Chef Supermarket is installed behind the firewall on the 2 | internal network. Outside of changing the location from which community 3 | cookbooks are maintained, it otherwise behaves the same as the public 4 | Chef Supermarket. -------------------------------------------------------------------------------- /tools/vale/Microsoft/Gender.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Don't use '%s'." 3 | link: https://github.com/MicrosoftDocs/microsoft-style-guide/blob/master/styleguide/grammar/nouns-pronouns.md#pronouns-and-gender 4 | level: error 5 | ignorecase: true 6 | tokens: 7 | - he/she 8 | - s/he 9 | -------------------------------------------------------------------------------- /.expeditor/verify.pipeline.yml: -------------------------------------------------------------------------------- 1 | steps: 2 | 3 | - label: lint hugo site 4 | command: 5 | - .expeditor/buildkite/hugo_lint.sh 6 | timeout_in_minutes: 10 7 | retry: 8 | automatic: 9 | limit: 1 10 | expeditor: 11 | executor: 12 | docker: 13 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-server-popup-menu-with-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/add-chef-server-popup-menu-with-error.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/content-scroller-tab-for-policyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/content-scroller-tab-for-policyfiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/cookbook-dependencies-from-policyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/cookbook-dependencies-from-policyfiles.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/could-not-get-cookbooks-organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/could-not-get-cookbooks-organization.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_event_registration1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_event_registration1.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_transform_map_scripts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_transform_map_scripts.png -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v13_2/reusable_text/server_services_expander.md: -------------------------------------------------------------------------------- 1 | The **opscode-expander** service is used to process data (pulled from 2 | the **rabbitmq** service's message queue) so that it can be properly 3 | indexed by the **opscode-solr4** service. -------------------------------------------------------------------------------- /_vendor/github.com/chef/chef-server/docs-chef-io/content/server/v14/reusable_text/server_services_expander.md: -------------------------------------------------------------------------------- 1 | The **opscode-expander** service is used to process data (pulled from 2 | the **rabbitmq** service's message queue) so that it can be properly 3 | indexed by the **opscode-solr4** service. 4 | -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-application-rebuild-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-application-rebuild-flow.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-initial-package-build-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-initial-package-build-flow.png -------------------------------------------------------------------------------- /content/deprecations_unified_mode.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Deprecation: Enabling Unified Mode (CHEF-33)" 3 | draft = false 4 | 5 | gh_repo = "chef-web-docs" 6 | robots = "noindex" 7 | sitemapExclude = true 8 | aliases = "/deprecations_unified_mode.html" 9 | +++ 10 | 11 | {{% unified_mode %}} 12 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/partials/edit_on_github.html: -------------------------------------------------------------------------------- 1 | {{ if and (.File) (.Params.gh_repo)}} 2 |

3 | [edit on GitHub] 4 |

5 | 6 | {{ end }} 7 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/codeblock.html: -------------------------------------------------------------------------------- 1 |
2 | {{- with .Get "title" -}} 3 |
{{. | markdownify}}
4 | {{- end -}} 5 | 6 | {{- highlight (trim .Inner "\n") (.Get "lang" | default "") (.Get "options" | default "") -}} 7 |
8 | 9 | -------------------------------------------------------------------------------- /tools/vale/Microsoft/OxfordComma.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Use the Oxford comma in '%s'." 3 | link: https://docs.microsoft.com/en-us/style-guide/punctuation/commas 4 | scope: sentence 5 | level: suggestion 6 | nonword: true 7 | tokens: 8 | - '(?:[^\s,]+,){1,} \w+ (?:and|or) \w+[.?!]' 9 | -------------------------------------------------------------------------------- /_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_transform_map_scripts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/chef/automate/components/docs-chef-io/static/images/automate/snow_integration_transform_map_scripts1.png -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/ctl_chef_delete_policy.md: -------------------------------------------------------------------------------- 1 | Use the `chef delete-policy` subcommand to delete all revisions of the 2 | named policy that exist on the Chef Infra Server. (The state of the 3 | policy revision is backed up locally and may be restored using the 4 | `chef undelete` subcommand.) -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/nameless_apt_update.md: -------------------------------------------------------------------------------- 1 | This resource can be **nameless**. Add the resource itself to your 2 | recipe to get the default behavior: 3 | 4 | ```ruby 5 | apt_update 6 | ``` 7 | 8 | will behave the same as: 9 | 10 | ```ruby 11 | apt_update 'update' 12 | ``` 13 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/packages_install_script_run_unix_linux.md: -------------------------------------------------------------------------------- 1 | On UNIX, Linux, and macOS systems, invoke the Chef Software Install script with: 2 | 3 | ```bash 4 | curl -L https://omnitruck.chef.io/install.sh | sudo bash 5 | ``` 6 | 7 | and then enter the local password when prompted. 8 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resource_ohai_properties.md: -------------------------------------------------------------------------------- 1 | The ohai resource has the following properties: 2 | 3 | `plugin` 4 | 5 | : **Ruby Type:** String 6 | 7 | The name of an Ohai plugin to be reloaded. If this property is not 8 | specified, Chef Infra Client will reload all plugins. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/resources_common_guard_interpreter.md: -------------------------------------------------------------------------------- 1 | Any resource that passes a string command may also specify the 2 | interpreter that will be used to evaluate that string command. This is 3 | done by using the `guard_interpreter` property to specify a 4 | **script**-based resource. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/search_key_nested_range.md: -------------------------------------------------------------------------------- 1 | To use a range search to find IP addresses within a subnet, enter the 2 | following: 3 | 4 | ```bash 5 | knife search node 'ipaddress:[192.168.0.* TO 192.0.2.*]' 6 | ``` 7 | 8 | where `192.168.0.* TO 192.0.2.*` defines the subnet range. 9 | -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/template_host_notation.md: -------------------------------------------------------------------------------- 1 | The naming of folders within cookbook directories must literally match 2 | the host notation used for template specificity matching. For example, 3 | if a host is named `foo.example.com`, then the folder must be named 4 | `host-foo.example.com`. -------------------------------------------------------------------------------- /themes/docs-new/layouts/shortcodes/windospaces_and_directories.md: -------------------------------------------------------------------------------- 1 | Directories that are used by Chef products on Windows cannot have 2 | spaces. For example, `C:\Users\User Name` will not work, but 3 | `C:\Users\UserName` will. Chef commands may fail if used against a 4 | directory with a space in its name. -------------------------------------------------------------------------------- /tools/vale/Microsoft/DateOrder.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Always spell out the name of the month." 3 | link: https://docs.microsoft.com/en-us/style-guide/numbers#numbers-in-dates 4 | ignorecase: true 5 | level: error 6 | nonword: true 7 | tokens: 8 | - '\b\d{1,2}/\d{1,2}/(?:\d{4}|\d{2})\b' 9 | -------------------------------------------------------------------------------- /tools/vale/Microsoft/HeadingAcronyms.yml: -------------------------------------------------------------------------------- 1 | extends: existence 2 | message: "Avoid using acronyms in a title or heading." 3 | link: https://docs.microsoft.com/en-us/style-guide/acronyms#be-careful-with-acronyms-in-titles-and-headings 4 | level: warning 5 | scope: heading 6 | tokens: 7 | - '[A-Z]{2,4}' 8 | -------------------------------------------------------------------------------- /tools/vale/chef/capitalize.yml: -------------------------------------------------------------------------------- 1 | extends: substitution 2 | message: "Use '%s' instead of '%s'" 3 | level: error 4 | ignorecase: false 5 | swap: 6 | 'Microsoft Windows': Windows 7 | 'windows': Windows 8 | 'linux': Linux 9 | 'postgreSQL' : PostgreSQL 10 | 'postgresql' : PostgreSQL 11 | 12 | -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-on-premises-builder-depot-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-on-premises-builder-depot-flow.png -------------------------------------------------------------------------------- /_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-runtime-service-group-binding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gogsbread/chef-web-docs/main/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/images/habitat/habitat-runtime-service-group-binding.png --------------------------------------------------------------------------------