From 53b26f6a9eee87aa34eec1adb2d5d683dd9921e3 Mon Sep 17 00:00:00 2001 From: Martin Hoefling Date: Sun, 3 May 2015 19:11:59 +0200 Subject: [PATCH] secrets file mode fixed --- rsyncd/config.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/rsyncd/config.sls b/rsyncd/config.sls index 435bd88..3a0ad50 100644 --- a/rsyncd/config.sls +++ b/rsyncd/config.sls @@ -16,5 +16,6 @@ rsyncd_secrets_file: - watch_in: - service: rsync - source: salt://rsyncd/files/secrets.jinja + - mode: 640 - template: jinja {% endif %}