debian-ports mirror at bm
authorPeter Palfrader <peter@palfrader.org>
Wed, 1 Jun 2016 07:45:17 +0000 (09:45 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 1 Jun 2016 07:45:17 +0000 (09:45 +0200)
modules/autofs/files/bytemark/auto.dsa
modules/autofs/manifests/bytemark.pp

index ae829f8..f717375 100644 (file)
@@ -1,4 +1,5 @@
 debian                  -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian
 debian-debug            -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian-debug
+debian-ports            -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian-ports
 debian-security         -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian-security
 incoming.debian.org     -fstype=nfs,ro,tcp     172.29.122.4:/srv/static.debian.org/mirrors/incoming.debian.org
index 11998b5..f1bb887 100644 (file)
@@ -14,6 +14,7 @@ class autofs::bytemark {
        file { '/srv/mirrors/debian': ensure  => '/auto.dsa/debian' }
        file { '/srv/mirrors/debian-backports': ensure  => absent }
        file { '/srv/mirrors/debian-debug': ensure  => '/auto.dsa/debian-debug' }
+       file { '/srv/mirrors/debian-ports': ensure  => '/auto.dsa/debian-ports' }
        file { '/srv/mirrors/debian-security': ensure  => '/auto.dsa/debian-security' }
        file { '/srv/mirrors/debian-buildd': ensure  => '/auto.dsa/incoming.debian.org/cur/debian-buildd' }
 }