X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_master.pp;h=2f786a4aa3a1df5622c2ed16425175f8cf3d11bf;hb=467347d5b49d336f7f6898a25a2dd0737e8c5b75;hp=cd5b061b22fbddc3263fa9c23e63c12b6c90adfc;hpb=a95dfc2201046441a1b3bc2dc9aeccd1f8020e97;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index cd5b061b2..2f786a4aa 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -1,22 +1,5 @@ -class roles::static_master inherits roles::static_base { - file { - '/etc/ssh/userkeys/staticsync': - content => template('roles/static-master-authorized_keys.erb'), - ; - '/usr/local/bin/static-master-run': - source => "puppet:///modules/roles/static-mirroring/static-master-run", - mode => 555, - ; - '/usr/local/bin/static-master-ssh-wrap': - source => "puppet:///modules/roles/static-mirroring/static-master-ssh-wrap", - mode => 555, - ; - '/usr/local/bin/static-master-update-component': - source => "puppet:///modules/roles/static-mirroring/static-master-update-component", - mode => 555, - ; - } +# +class roles::static_master( +) { + include staticsync::static_master } -# vim:set et: -# vim:set sts=4 ts=4: -# vim:set shiftwidth=4: