From f4b3530e50d1eefc90f4867a68b37398ec805a68 Mon Sep 17 00:00:00 2001 From: Alberto Chiusole Date: Sun, 23 Sep 2018 23:11:40 +0200 Subject: [PATCH] Replace tabs in pillar.example with spaces. tabs cause salt to trigger a render error because tabs are 'illegal': ``` yaml.scanner.ScannerError: while scanning for the next token found character '\t' that cannot start any token in "", line 33, column 32: pid: /var/run/nginx.pid\t\t### Directory location must exist ^ ``` --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index f511eb2..310daec 100644 --- a/pillar.example +++ b/pillar.example @@ -86,7 +86,7 @@ nginx: # on) are not processed and just upload the file from source worker_processes: 4 load_module: modules/ngx_http_lua_module.so # this will be passed very first in configuration; otherwise nginx will fail to start - pid: /var/run/nginx.pid ### Directory location must exist + pid: /var/run/nginx.pid # Directory location must exist events: worker_connections: 768 http: