From 2088cfdfd6b1907200014ea7d953ac3327097444 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 12 Dec 2021 10:45:30 +0100 Subject: [PATCH] updated rsync state --- states/rsync/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/rsync/config.sls b/states/rsync/config.sls index a7c7253..423a31f 100644 --- a/states/rsync/config.sls +++ b/states/rsync/config.sls @@ -5,7 +5,7 @@ rsync-config: - source: salt://rsync/rsyncd.conf.j2 - user: root - group: root - - mode: 0755 + - mode: 0640 - template: jinja - watch_in: - service: rsync-service