]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Revert "Ensure docroot for ftp-upcoming exists"
authorTollef Fog Heen <tfheen@err.no>
Thu, 4 Apr 2013 09:25:16 +0000 (11:25 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 4 Apr 2013 09:25:16 +0000 (11:25 +0200)
This doesn't actually work, since the docroot comes from NFS on some
hosts.

This reverts commit b46e890dcdf6ab1a50abababa7158e14f53c4fde.

modules/roles/manifests/ftp-upcoming_mirror.pp

index f28a4be928fee71afcd0dce9dd585e86aab9d993..02abb6f3a64c78bb8faad5c4feaae5670cc0eda0 100644 (file)
@@ -4,11 +4,4 @@ class roles::ftp-upcoming_mirror {
                site   => 'ftp-upcoming.debian.org',
                source => 'puppet:///modules/roles/ftp-upcoming_mirror/ftp-upcoming.debian.org',
        }
-
-        file { '/srv/mirrors/buildd-all':
-                ensure  => directory,
-               owner => archvsync,
-               group => mirroradm,
-        }
-
 }