From 3c119f48dad41cf2e7b9e905c155330c127b1101 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Thu, 10 Jan 2013 18:13:31 -0700 Subject: [PATCH] Add output tot he default minion config --- conf/minion | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/minion b/conf/minion index fc037414aa73..df3e59a94016 100644 --- a/conf/minion +++ b/conf/minion @@ -69,6 +69,10 @@ # set the directory used to hold unix sockets #sock_dir: /var/run/salt/minion +# Set the default outputter used by the salt-call command. The default is +# "nested" +#output: nested + # Backup files that are replaced by file.managed and file.recurse under # 'cachedir'/file_backups relative to their original location and appended # with a timestamp. The only valid setting is "minion". Disabled by default.