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