create /srv/static.debian.org/master static-masters
authorPeter Palfrader <peter@palfrader.org>
Thu, 21 Sep 2017 15:22:33 +0000 (17:22 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 21 Sep 2017 15:22:33 +0000 (17:22 +0200)
modules/roles/manifests/static_master.pp

index cabec64..c16870a 100644 (file)
@@ -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] {