From 5d2881ddb9ec4f48bcd7d3814605b0fe7fbfc93e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 12 Jun 2017 11:14:54 +0200 Subject: [PATCH] Bugfix, Adding apache2/files/info_users_passwd --- apache2/files/info_users_passwd | 3 +++ apache2/init.sls | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 apache2/files/info_users_passwd diff --git a/apache2/files/info_users_passwd b/apache2/files/info_users_passwd new file mode 100644 index 0000000..a9cf5ab --- /dev/null +++ b/apache2/files/info_users_passwd @@ -0,0 +1,3 @@ +monitoring:$apr1$rq/i6DzS$Qk6YAABQSeIgXe5Z0cc7K0 +uhu:$apr1$cFagqyiq$T2azAWwszStOUz/mmfONd/ +frank:$apr1$q0RMdmRi$5egjyB4c32Ts/swS3hkuN0 diff --git a/apache2/init.sls b/apache2/init.sls index d27f0fd..048fa12 100644 --- a/apache2/init.sls +++ b/apache2/init.sls @@ -72,7 +72,7 @@ apache2_custom_log_conf: - source: salt://apache2/files/custom-log.conf - user: root - group: root - - mode: 0755 + - mode: 0644 - require: - file: apache2_avail_conf_conf_dir -- 2.39.5