Turn off ftp:// on ftp.debian.org
[mirror/dsa-puppet.git] / modules / roles / manifests / static_master.pp
index ab561ab..c16870a 100644 (file)
@@ -14,6 +14,17 @@ 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',
+       }
+       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] {
                file { '/srv/puppet.debian.org':