X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=c4bc4407c35b0220041038346eeaba42af41a0d8;hb=bf3691ae1a76a07158faf2acc34f68a59874ff9c;hp=81210e291a08c665a43fb34e875fd74118175920;hpb=8ab18e5fa4a7a52ec8b1055a75190def00aac1f4;p=dsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index 81210e29..c4bc4407 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': 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', - } }