From b0d8f565cf981c6aa8847195d13e0c237a1b7c77 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Apr 10 2020 20:34:31 +0000 Subject: drop requiring 'git' state for saltmaster salt-formula will install the 'git' package if require_state is not set --- diff --git a/pillar/role/saltmaster.sls b/pillar/role/saltmaster.sls index efeb778..d21de4c 100644 --- a/pillar/role/saltmaster.sls +++ b/pillar/role/saltmaster.sls @@ -4,10 +4,8 @@ include: {% endif %} salt: - gitfs: - pygit2: - git: - require_state: git + # salt on 15.1 uses py3, therefore different package name + pygit2: python3-pygit2 master: cli_summary: True default_top: production