X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Fmanifests%2Fauthorized_key_add.pp;h=24a89d9bceceaebb21123ae839809e0ac8c4f3b8;hb=33511ce8dd61b299da6f45072261d7555e65d421;hp=6c644c04455880887c04c35f4317ac63da3918ce;hpb=dd86267553d18aec658a353881a063c283239211;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssh/manifests/authorized_key_add.pp b/modules/ssh/manifests/authorized_key_add.pp index 6c644c044..24a89d9bc 100644 --- a/modules/ssh/manifests/authorized_key_add.pp +++ b/modules/ssh/manifests/authorized_key_add.pp @@ -28,6 +28,7 @@ define ssh::authorized_key_add( target => "/etc/ssh/userkeys/${target_user}", order => '200', content => @("EOF"), + # from ${::fqdn} command="${command}",from="${from}",restrict ${key} | EOF }