Add example for winrepo_provider

This commit is contained in:
Jeremy T. Bouse 2016-09-06 05:33:23 +00:00
parent 79fcda8806
commit 4283cba123
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ salt:
# filter to use for Most other LDAP servers # filter to use for Most other LDAP servers
auth.ldap.filter: {% raw %}'uid={{ username }}'{% endraw %} 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 # optional engine configuration
engines: engines:
slack: slack: