mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-02-26 06:38:31 +01:00
Added ipv6 option
This commit is contained in:
parent
b15ce1c73d
commit
4edf0b2b60
@ -41,6 +41,9 @@ master:
|
||||
{{ get_config('master', 'salt') }}
|
||||
{%- endif %}
|
||||
|
||||
# Set whether the minion should connect to the master via IPv6:
|
||||
{{ get_config('ipv6', 'False') }}
|
||||
|
||||
# Set http proxy information for the minion when doing requests
|
||||
{% if 'proxy_host' in cfg_minion -%}
|
||||
{%- do default_keys.append('proxy_host') %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user