From 382003ae8c5138f2f251225829864dcf832b40f1 Mon Sep 17 00:00:00 2001 From: Tasos Papaioannou Date: Thu, 25 Jan 2024 11:41:01 -0500 Subject: [PATCH] Fix variable name in example broker_settings Replace rhel_version with deploy_rhel_version in the example nick. --- broker_settings.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker_settings.yaml.example b/broker_settings.yaml.example index ea63ea45..dcae286a 100644 --- a/broker_settings.yaml.example +++ b/broker_settings.yaml.example @@ -58,7 +58,7 @@ TestProvider: nicks: rhel7: workflow: "deploy-base-rhel" - rhel_version: "7.9" + deploy_rhel_version: "7.9" notes: "Requested by broker" test_nick: test_action: "fake"