From 1f685d5b7007fe3c68b661eb69e5ed675fe1756c Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 15 Aug 2018 08:36:40 +0200 Subject: [PATCH] Create missing directory --- modules/roles/manifests/static_mirror.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 4bd30e3b0..8cead7743 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -236,6 +236,9 @@ class roles::static_mirror { } ssl::service { 'cdimage.debian.org': ensure => present, notify => Exec['service apache2 reload'], key => true, } + file { '/srv/static.debian.org/puppet/cdimage.debian.org': + ensure => directory, + } file { '/srv/static.debian.org/puppet/cdimage.debian.org/503.html': source => 'puppet:///modules/roles/static-htdocs/cdimage-maintenance.html', } -- 2.20.1