From 4283cba1234da9a3da9e1c95a768d898fa20bdce Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Tue, 6 Sep 2016 05:33:23 +0000 Subject: [PATCH] Add example for winrepo_provider --- pillar.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pillar.example b/pillar.example index 4b0938a..9575dc9 100644 --- a/pillar.example +++ b/pillar.example @@ -74,6 +74,11 @@ salt: # filter to use for Most other LDAP servers auth.ldap.filter: {% raw %}'uid={{ username }}'{% endraw %} + # Define winrepo provider, by default support order is pygit2, gitpython + # Set to gitpython for Debian & Ubuntu to get around saltstack/salt#35993 + # where pygit2 is not compiled with pygit2.GIT_FEATURE_HTTPS support + winrepo_provider: gitpython + # optional engine configuration engines: slack: