X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Fstatic_master.pp;h=2f786a4aa3a1df5622c2ed16425175f8cf3d11bf;hb=e223cc6541f3d038e37352a0fac74010bd7ca624;hp=457c558e18536732141dd522b248d6dc7e322ef8;hpb=b3d1e16b4dabefa8e1c978f2cf2a697676cdf3cf;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index 457c558e1..2f786a4aa 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -1,29 +1,5 @@ -class roles::static_master { - - include roles::static_base - - file { '/usr/local/bin/static-master-run': - source => 'puppet:///modules/roles/static-mirroring/static-master-run', - mode => '0555', - } - file { '/usr/local/bin/static-master-update-component': - source => 'puppet:///modules/roles/static-mirroring/static-master-update-component', - mode => '0555', - } - file { '/etc/static-clients.conf': - content => template('roles/static-mirroring/static-clients.conf.erb'), - } - - # export some information for the onion.debian.org build - if $::hostname in [dillon] { - file { '/srv/puppet.debian.org': - ensure => directory - } - file { '/srv/puppet.debian.org/puppet-facts': - ensure => directory - } - concat { '/srv/puppet.debian.org/puppet-facts/onionbalance-services.yaml': - } - Concat::Fragment <<| tag == "onionbalance-services.yaml" |>> - } +# +class roles::static_master( +) { + include staticsync::static_master }