From e17b078b559fd26ac424200875d7253446d46407 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 1 Jul 2013 23:03:31 +0200 Subject: [PATCH] Set the secrets file o-r --- modules/roles/manifests/syncproxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/syncproxy.pp b/modules/roles/manifests/syncproxy.pp index 5631d27d7..9a988d087 100644 --- a/modules/roles/manifests/syncproxy.pp +++ b/modules/roles/manifests/syncproxy.pp @@ -18,6 +18,6 @@ class roles::syncproxy { file { '/etc/rsyncd/debian.secrets': owner => 'root', group => 'mirroradm', - mode => 0664, + mode => 0660, } } -- 2.20.1