From 0264b6a5342513c3111baf41a0796c44fcdd5285 Mon Sep 17 00:00:00 2001 From: Skip Wyatt Date: Thu, 19 Dec 2024 12:23:59 -0500 Subject: [PATCH] fixed "-id" to "--id" --- content/modules/ROOT/pages/module-03.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/pages/module-03.adoc b/content/modules/ROOT/pages/module-03.adoc index 1d1397c..e28692b 100644 --- a/content/modules/ROOT/pages/module-03.adoc +++ b/content/modules/ROOT/pages/module-03.adoc @@ -268,7 +268,7 @@ To disable this functionality: [source,sh,role=execute,subs="attributes"] ---- -hammer settings set -id foreman_proxy_content_auto_sync --value false +hammer settings set --id foreman_proxy_content_auto_sync --value false ---- Then Publish a Content View: @@ -293,7 +293,7 @@ Once this completes, enable the function for automatic content synchronization f [source,sh,role=execute,subs="attributes"] ---- -hammer settings set -id foreman_proxy_content_auto_sync --value true +hammer settings set --id foreman_proxy_content_auto_sync --value true ---- This lab is now complete.