From daabe2134bd155e1e44cd8a358446a17e658131d Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 14 Sep 2023 13:07:31 +0200 Subject: [PATCH] Correct multi line escaping Fixes: dd093af738ce ("Refs #35985 - Update Puppet enablement options") --- guides/common/modules/proc_enabling-puppet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_enabling-puppet.adoc b/guides/common/modules/proc_enabling-puppet.adoc index 3e91b4664d..3dbd4fee1f 100644 --- a/guides/common/modules/proc_enabling-puppet.adoc +++ b/guides/common/modules/proc_enabling-puppet.adoc @@ -25,6 +25,6 @@ Additionally, you can deploy Puppet server to {Project} externally and integrate # {foreman-installer} --foreman-proxy-puppet true \ --foreman-proxy-puppetca true \ --enable-puppet \ ---puppet-server true +--puppet-server true \ --puppet-server-foreman-url "https://_{foreman-example-com}_" ----