From 463eba0d5c594a5bfca96308c02ac7938535d089 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Mon, 16 May 2011 22:37:54 -0600 Subject: [PATCH] Add renderer info to the config file --- conf/minion | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf/minion b/conf/minion index 6d068518bb2..4d01b55ea2e 100644 --- a/conf/minion +++ b/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