X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=dbdede18642f91e151703fb5f41cdb81ec47f48a;hb=a78962b260c998271af97893d9f8db257386f728;hp=bf012a6ea9264aa90205e6d848622ee96921dfab;hpb=927f9ca9bed8928ea91ba1a599857c483ae4994e;p=dsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index bf012a6e..dbdede18 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -3,8 +3,8 @@ 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", + file { '/usr/local/bin/static-update-component': + content => template('roles/static-mirroring/static-update-component.erb'), mode => '0555', } file { '/usr/local/bin/static-mirror-ssh-wrap':