From 04b5e988827426548ea98b4321392704462c0064 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 21 Sep 2017 17:21:11 +0200 Subject: [PATCH] create ~staticsync/static-master -> /srv/static.debian.org on static-masters --- modules/roles/manifests/static_master.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index ab561abb2..cabec645b 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -14,6 +14,11 @@ 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', + } + # export some information for the onion.debian.org build if $::hostname in [dillon] { file { '/srv/puppet.debian.org': -- 2.20.1