From 6282d9570ce47da0dff46760a5180d720e357953 Mon Sep 17 00:00:00 2001 From: Justin Phelps Date: Fri, 23 Aug 2013 16:03:26 -0500 Subject: [PATCH] Corrected the typo for the minion configuration file. --- salt/files/minion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/files/minion b/salt/files/minion index 239946a..1f95e37 100644 --- a/salt/files/minion +++ b/salt/files/minion @@ -17,7 +17,7 @@ # Per default the minion will automatically include all config files # from minion.d/*.conf (minion.d is a directory in the same directory # as the main minion config file). -{{ get_config('default_include', 'master.d/*.conf') }} +{{ get_config('default_include', 'minion.d/*.conf') }} # Set the location of the salt master server, if the master server cannot be # resolved, then the minion will fail to start.