X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=bf012a6ea9264aa90205e6d848622ee96921dfab;hb=927f9ca9bed8928ea91ba1a599857c483ae4994e;hp=821a6cf0445ce7619c73937590e856828014b2e9;hpb=158cfd6270c8fc11318fed73b521b04c2da77f8a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index 821a6cf04..bf012a6ea 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -3,6 +3,10 @@ class roles::static_source { file { '/etc/ssh/userkeys/staticsync': content => template('roles/static-mirroring/static-mirror-authorized_keys.erb'), } + file { '/usr/local/bin/static-mirror-ssh-wrap': + source => "puppet:///modules/roles/static-mirroring/static-mirror-ssh-wrap", + mode => '0555', + } file { '/usr/local/bin/static-mirror-ssh-wrap': source => 'puppet:///modules/roles/static-mirroring/static-mirror-ssh-wrap', mode => '0555',