From 60b5c732d76e337083a79c698ad3b5a17872b635 Mon Sep 17 00:00:00 2001 From: David Seira Date: Thu, 31 Aug 2017 13:36:10 +0200 Subject: [PATCH] Fix in config.sls with the new naming for source_path --- nginx/ng/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/ng/config.sls b/nginx/ng/config.sls index c7f1c40..0bca27a 100644 --- a/nginx/ng/config.sls +++ b/nginx/ng/config.sls @@ -13,7 +13,7 @@ nginx_log_dir: {% endif %} {% if 'source_path' in nginx.server.config %} -{% set source_path = nginx.server.config.source %} +{% set source_path = nginx.server.config.source_path %} {% else %} {% set source_path = 'salt://nginx/ng/files/nginx.conf' %} {% endif %}