From 42f04754a07bfa4a5f9bebb75dcebe33251aa280 Mon Sep 17 00:00:00 2001 From: Sayan Das Date: Mon, 11 Nov 2024 17:50:14 +0000 Subject: [PATCH] Fixes #38002 - Fix typo in Linux host_init_config default template --- .../host_init_config/host_init_config_default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/unattended/provisioning_templates/host_init_config/host_init_config_default.erb b/app/views/unattended/provisioning_templates/host_init_config/host_init_config_default.erb index 5fc91eeaa07..d8ac9f5c0aa 100644 --- a/app/views/unattended/provisioning_templates/host_init_config/host_init_config_default.erb +++ b/app/views/unattended/provisioning_templates/host_init_config/host_init_config_default.erb @@ -15,7 +15,7 @@ description: | This template is used during the host registration to perform the initial host configuration. After the host is created by starting the registration, the registration script asks for the host init config script, that is rendered based on this template. It is rendered for the specific host therefore it contains instructions - specific for the OS of the host. It's content can differ based on any parameters applicable for the host. + specific for the OS of the host. Its content can differ based on any parameters applicable for the host. It deploys the CA certificate so any later communication with the Foreman is TLS secured. Then it performs initial steps, such as puppet deployment, remote execution SSH key configuration etc. At the end