From a2c9d686ed89348db0776fdf7a2897b3caef86ad Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 13 Jan 2014 13:12:37 -0500 Subject: [PATCH] fixing bug with common.sls that causes it to fail --- nginx/common.sls | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nginx/common.sls b/nginx/common.sls index 234d746..a3fd5df 100644 --- a/nginx/common.sls +++ b/nginx/common.sls @@ -37,14 +37,6 @@ nginx-logger-{{ log_type }}: file: - absent -{% for dir in ['sites-available', 'sites-enabled'] -%} -/etc/nginx/{{ dir }}: - file.directory: - - user: www-data - - group: www-data - - mode: 0755 -{% endfor -%} - /etc/nginx: file.directory: - user: root