From a89d8d9b6bc31bc7681ed5ae96772d4812003622 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 4 Sep 2016 14:47:39 +0000 Subject: [PATCH] Add winrepo_provider to master.d/f_defaults.conf --- salt/files/master.d/f_defaults.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/salt/files/master.d/f_defaults.conf b/salt/files/master.d/f_defaults.conf index 002d371..3a9bc76 100644 --- a/salt/files/master.d/f_defaults.conf +++ b/salt/files/master.d/f_defaults.conf @@ -1304,6 +1304,12 @@ nodegroups: ##### Windows Software Repo settings ##### ########################################### +# Specify the provider to be used for git_pillar. Must be either pygit2 or +# gitpython. If unset, then both will be tried in that same order, and the +# first one with a compatible version installed will be the provider that +# is used. +{{ get_config('winrepo_provider', 'pygit2') }} + # Repo settings for 2015.8+ master used with 2015.8+ Windows minions # # Location of the repo on the master: @@ -1441,4 +1447,4 @@ mongo.{{ name }}: {{ value }} alternative.mongo.{{ name }}: {{ value }} {%- endfor %} {% endif %} -{%- endif %} \ No newline at end of file +{%- endif %}