From: Peter Palfrader Date: Mon, 1 Jul 2013 21:03:31 +0000 (+0200) Subject: Set the secrets file o-r X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e17b078b559fd26ac424200875d7253446d46407;p=mirror%2Fdsa-puppet.git Set the secrets file o-r --- 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, } }