From 4dc7827020daf55ce2814d0072aa1674a6a94379 Mon Sep 17 00:00:00 2001 From: Denys Havrysh Date: Thu, 21 Jul 2016 15:43:48 +0300 Subject: [PATCH] Fix comment in master config, prevents the service from starting --- conf/master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/master b/conf/master index 1c4d480e5bf..9c474029843 100644 --- a/conf/master +++ b/conf/master @@ -86,7 +86,7 @@ # Set the default output file used by the salt command. Default is to output # to the CLI and not to a file. Functions the same way as the "--out-file" -CLI option, only sets this to a single file for all salt commands. +# CLI option, only sets this to a single file for all salt commands. #output_file: None # Return minions that timeout when running commands like test.ping