And remove second /srv/static.debian.org dir from static-mirror class
authorPeter Palfrader <peter@palfrader.org>
Thu, 21 Sep 2017 15:15:31 +0000 (17:15 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 21 Sep 2017 15:15:31 +0000 (17:15 +0200)
modules/roles/manifests/static_mirror.pp

index 68fbfe8..bcd32e5 100644 (file)
@@ -21,13 +21,6 @@ class roles::static_mirror {
                mode   => '0555',
        }
 
-       file { '/srv/static.debian.org':
-               ensure => directory,
-               owner  => staticsync,
-               group  => staticsync,
-               mode   => '02755'
-       }
-
        file { '/etc/cron.d/puppet-static-mirror':
                        content => "MAILTO=root\nPATH=/usr/local/bin:/usr/bin:/bin\n@reboot staticsync sleep 60; chronic static-mirror-run-all\n",
        }