X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=c4bc4407c35b0220041038346eeaba42af41a0d8;hb=e66c073cdf3914dfb1064d4c1c87affae7b33314;hp=dbdede18642f91e151703fb5f41cdb81ec47f48a;hpb=240fde18cdaf875ae932be98f0e4b672d3a41d9e;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index dbdede186..c4bc4407c 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,14 +1,9 @@ class roles::static_source { + include roles::static_base - file { '/etc/ssh/userkeys/staticsync': - content => template('roles/static-mirroring/static-mirror-authorized_keys.erb'), - } + file { '/usr/local/bin/static-update-component': - content => template('roles/static-mirroring/static-update-component.erb'), + source => 'puppet:///modules/roles/static-mirroring/static-update-component', mode => '0555', } - file { '/usr/local/bin/static-mirror-ssh-wrap': - source => 'puppet:///modules/roles/static-mirroring/static-mirror-ssh-wrap', - mode => '0555', - } }