From 2b2897295bd57a6eae195ced38ea06dddc2f4a8b Mon Sep 17 00:00:00 2001 From: willtome Date: Fri, 24 Mar 2023 16:57:33 -0400 Subject: [PATCH] Sat Variable Fixes (#58) Co-authored-by: MKletz Co-authored-by: Ajay Chenampara Co-authored-by: dlemons-redhat <69318976+dlemons-redhat@users.noreply.github.com> Co-authored-by: Nicolas Leiva Co-authored-by: benblasco <42140583+benblasco@users.noreply.github.com> Co-authored-by: Benjamin Blasco Co-authored-by: calvingsmith <4283930+calvingsmith@users.noreply.github.com> Co-authored-by: Calvin Smith Co-authored-by: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> --- satellite/setup.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/satellite/setup.yml b/satellite/setup.yml index 4e0bf1e..157c76d 100644 --- a/satellite/setup.yml +++ b/satellite/setup.yml @@ -97,7 +97,7 @@ controller_templates: spec: - question_name: Server Name or Pattern type: text - variable: HOSTS + variable: _hosts required: false - question_name: Choose Environment type: multiplechoice @@ -128,7 +128,7 @@ controller_templates: spec: - question_name: Server Name or Pattern type: text - variable: HOSTS + variable: _hosts required: false - name: SATELLITE / Publish Content View Version @@ -233,7 +233,7 @@ controller_workflows: unified_job_template: 'LINUX / Patching' job_type: check extra_data: - HOSTS: env_RHEL8_Dev + _hosts: env_RHEL8_Dev all_parents_must_converge: true success_nodes: - Approve Patches @@ -253,7 +253,7 @@ controller_workflows: unified_job_template: 'LINUX / Patching' job_type: run extra_data: - HOSTS: env_RHEL8_Dev + _hosts: env_RHEL8_Dev failure_nodes: - Ticket - Update Apply - identifier: Ticket - Update Apply