From: Peter Palfrader Date: Thu, 21 Sep 2017 15:22:33 +0000 (+0200) Subject: create /srv/static.debian.org/master static-masters X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9768916cd03adff997b5306ed0497c31d30f2624;p=mirror%2Fdsa-puppet.git create /srv/static.debian.org/master static-masters --- 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] {