X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=3e66d34328f88953636566ff14035e43ecb2a456;hb=421d51cedb758b5a27a89b5c458562f9c279cbc3;hp=821a6cf0445ce7619c73937590e856828014b2e9;hpb=b5b17876a34290b9816805a274c81a2ffc209145;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index 821a6cf04..3e66d3432 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,10 +1,4 @@ -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-mirror-ssh-wrap': - source => 'puppet:///modules/roles/static-mirroring/static-mirror-ssh-wrap', - mode => '0555', - } +class roles::static_source( +) { + include staticsync::static_source }