Ensure docroot for ftp-upcoming exists
authorTollef Fog Heen <tfheen@err.no>
Thu, 4 Apr 2013 09:18:39 +0000 (11:18 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 4 Apr 2013 09:18:39 +0000 (11:18 +0200)
modules/roles/manifests/ftp-upcoming_mirror.pp

index 02abb6f..f28a4be 100644 (file)
@@ -4,4 +4,11 @@ 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,
+        }
+
 }