Import the salt/formulas.jinja template with context
This is only needed for salt versions older than 2014.7 that do not define the global "salt" variable in such context.
This commit is contained in:
parent
445108f87a
commit
d4ae38f825
@ -12,7 +12,7 @@
|
|||||||
#{{ configname }}: {{ default_value }}
|
#{{ configname }}: {{ default_value }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
{%- from 'salt/formulas.jinja' import file_roots, formulas -%}
|
{%- from 'salt/formulas.jinja' import file_roots, formulas with context -%}
|
||||||
##### Primary configuration settings #####
|
##### Primary configuration settings #####
|
||||||
##########################################
|
##########################################
|
||||||
# This configuration file is used to manage the behavior of the Salt Master
|
# This configuration file is used to manage the behavior of the Salt Master
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#{{ configname }}: {{ default_value }}
|
#{{ configname }}: {{ default_value }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
{%- from 'salt/formulas.jinja' import file_roots, formulas -%}
|
{%- from 'salt/formulas.jinja' import file_roots, formulas with context -%}
|
||||||
##### Primary configuration settings #####
|
##### Primary configuration settings #####
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user