X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=c30b0c33a3eb47e7cb73962267a506d5a5bbad79;hb=33ef9d8cf9b3c33aa8b0abc678a2b94d4aaefb55;hp=28ae6d4bcc4ab6074fdadfb3ec4eed0bc809e674;hpb=4663ee85ebe0058aba8dce07fc1913b1d43d1cc0;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index 28ae6d4bc..c30b0c33a 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,18 +1,3 @@ -class roles::static_source inherits roles::static_base { - file { - '/etc/ssh/userkeys/staticsync': - content => template('roles/static-mirroring/static-mirror-authorized_keys.erb'), - ; - '/usr/local/bin/static-mirror-ssh-wrap': - source => "puppet:///modules/roles/static-mirroring/static-mirror-ssh-wrap", - mode => 555, - ; - '/usr/local/bin/static-update-component': - content => template('roles/static-mirroring/static-update-component.erb'), - mode => 555, - ; - } +class roles::static_source { + include roles::static_base } -# vim:set et: -# vim:set sts=4 ts=4: -# vim:set shiftwidth=4: