X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Fmanifests%2Fauthorized_key_collect.pp;h=28ba797afa8f0718cefcbf0ad85f1e73ea6a23ce;hb=75a3bf3980608a90a76d7d847597cb66a0d5667f;hp=7c121e4e756ae0dbf8bb3a8f3911b42e552ba948;hpb=18e50e16754be8e3fbde0009715aba80ccc1483a;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssh/manifests/authorized_key_collect.pp b/modules/ssh/manifests/authorized_key_collect.pp index 7c121e4e7..28ba797af 100644 --- a/modules/ssh/manifests/authorized_key_collect.pp +++ b/modules/ssh/manifests/authorized_key_collect.pp @@ -7,6 +7,7 @@ define ssh::authorized_key_collect( concat { "/etc/ssh/puppetkeys/${target_user}": warn => '# This file is maintained with puppet', ensure_newline => true, + mode => '0444', } Concat::Fragment <<| tag == "ssh::authorized_key::fragment::${collect_tag}::${target_user}" |>>