Browse Source

Add winrepo_provider to master.d/f_defaults.conf

master
Jeremy T. Bouse 8 years ago
parent
commit
a89d8d9b6b
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      salt/files/master.d/f_defaults.conf

+ 7
- 1
salt/files/master.d/f_defaults.conf View File



##### Windows Software Repo settings ##### ##### 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 # Repo settings for 2015.8+ master used with 2015.8+ Windows minions
# #
# Location of the repo on the master: # Location of the repo on the master:
alternative.mongo.{{ name }}: {{ value }} alternative.mongo.{{ name }}: {{ value }}
{%- endfor %} {%- endfor %}
{% endif %} {% endif %}
{%- endif %}
{%- endif %}

Loading…
Cancel
Save