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