fix reference to master grain

This commit is contained in:
m0duspwnens
2020-07-09 15:42:39 -04:00
parent bdd0f64462
commit 5ca3ecf4bd
28 changed files with 28 additions and 28 deletions

View File

@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{% set MANAGER = salt['grains.get']('manager') %}
{% set MANAGER = salt['grains.get']('master') %}
{% set VERSION = salt['pillar.get']('static:soversion') %}
{%- set MANAGERIP = salt['pillar.get']('static:managerip') -%}