From 4da13b9f8bc4f4dc41b33873b9e9b6ea1e51b176 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Tue, 24 Apr 2018 11:20:08 +0200 Subject: [PATCH] [nginx/users] convert file.present into file.managed with no content --- nginx/users.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/users.sls b/nginx/users.sls index 1cdbfd8..db1414c 100644 --- a/nginx/users.sls +++ b/nginx/users.sls @@ -6,7 +6,7 @@ htpasswd: - name: {{ nginx.apache_utils }} make sure {{ htauth }} exists: - file.exists: + file.managed: - name: {{ htauth }} - makedirs: True