From 38afd67108c2c0ec7894125e1f13f09a67529a4c Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Wed, 25 Nov 2020 14:08:30 -0500 Subject: [PATCH] Fleet standalone fix --- salt/_modules/so.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/_modules/so.py b/salt/_modules/so.py index e75c90ec8..ff3cf27b2 100644 --- a/salt/_modules/so.py +++ b/salt/_modules/so.py @@ -17,7 +17,7 @@ def mysql_conn(retry): log.error(e) return False - mainint = __salt__['pillar.get']('sensor:mainint', __salt__['pillar.get']('manager:mainint')) + mainint = __salt__['pillar.get']('host:mainint') mainip = __salt__['grains.get']('ip_interfaces').get(mainint)[0] mysql_up = False