From db3a46b6a10320830ece3d0a8eb924dcd8dab661 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 22 Feb 2023 10:07:04 -0500 Subject: [PATCH] fix indent --- salt/repo/client/rocky.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/repo/client/rocky.sls b/salt/repo/client/rocky.sls index 9d522f849..79f56546d 100644 --- a/salt/repo/client/rocky.sls +++ b/salt/repo/client/rocky.sls @@ -52,7 +52,7 @@ so_repo: {% if GLOBALS.role in ['eval', 'standalone', 'import', 'manager', 'managersearch'] %} - baseurl: file:///nsm/repo/ {% else %} - - baseurl: https://{{ GLOBALS.repo_host }}/repo + - baseurl: https://{{ GLOBALS.repo_host }}/repo {% endif %} - enabled: 1 - gpgcheck: 1