From 9768916cd03adff997b5306ed0497c31d30f2624 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 21 Sep 2017 17:22:33 +0200 Subject: [PATCH] create /srv/static.debian.org/master static-masters --- modules/roles/manifests/static_master.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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] { -- 2.20.1