X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_master.pp;h=c16870a1f1ce97afc24e32d24d86423aea69b3be;hb=0aa086d9cbd14ffa4946355a64a257f9069c2bc4;hp=ab561abb263d2e6a9f9365d40783687c13733785;hpb=cb2e9607cf2092ee657889e2eaee4224eadd7bfe;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index ab561abb2..c16870a1f 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -14,6 +14,17 @@ class roles::static_master { content => template('roles/static-mirroring/static-clients.conf.erb'), } + file { "/home/staticsync/static-master": + ensure => link, + target => '/srv/static.debian.org', + } + file { '/srv/static.debian.org/master': + ensure => directory, + mode => '0755', + owner => 'staticsync', + group => 'staticsync', + } + # export some information for the onion.debian.org build if $::hostname in [dillon] { file { '/srv/puppet.debian.org':