X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_master.pp;h=c16870a1f1ce97afc24e32d24d86423aea69b3be;hb=2f488926a0357a55878fd6f6c18727617a10f2be;hp=cabec645b76b4b0fbb0ac25ba54ad9e8650b894c;hpb=04b5e988827426548ea98b4321392704462c0064;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index cabec645b..c16870a1f 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -18,6 +18,12 @@ class roles::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] {