mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add renderer info to the config file
This commit is contained in:
parent
cd83ffcaee
commit
463eba0d5c
1 changed files with 14 additions and 0 deletions
14
conf/minion
14
conf/minion
|
@ -36,6 +36,20 @@
|
|||
#states_dirs: []
|
||||
#render_dirs: []
|
||||
|
||||
##### State Management Settings #####
|
||||
###########################################
|
||||
# The state management system executes all of the state templates on the minion
|
||||
# to enable more granular control of system state management. The type of
|
||||
# template and serialization used for state management needs to be configured
|
||||
# on the minion, the default renderer is yaml_jinja. This is a yaml file
|
||||
# rendered from a jinja template, the available options are:
|
||||
# yaml_jinja
|
||||
# yaml_mako
|
||||
# json_jinja
|
||||
# json_mako
|
||||
#
|
||||
#renderer: yaml_jinja
|
||||
|
||||
###### Security settings #####
|
||||
###########################################
|
||||
# Enable "open mode", this mode still maintains encryption, but turns off
|
||||
|
|
Loading…
Add table
Reference in a new issue