bytemark has debian-debug
authorPeter Palfrader <peter@palfrader.org>
Fri, 22 Jan 2016 20:01:44 +0000 (21:01 +0100)
committerPeter Palfrader <peter@palfrader.org>
Fri, 22 Jan 2016 20:01:44 +0000 (21:01 +0100)
modules/autofs/files/bytemark/auto.dsa
modules/autofs/manifests/bytemark.pp

index 5fd803b..5344b29 100644 (file)
@@ -1,3 +1,4 @@
 debian                  -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian
 debian-backports        -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian-backports
+debian-debug            -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian-debug
 debian-security         -fstype=nfs,ro,tcp     172.29.122.2:/srv/mirrors/debian-security
index 78bf673..2750ccf 100644 (file)
@@ -13,5 +13,6 @@ class autofs::bytemark {
        file { '/srv/mirrors': ensure  => directory }
        file { '/srv/mirrors/debian': ensure  => '/auto.dsa/debian' }
        file { '/srv/mirrors/debian-backports': ensure  => '/auto.dsa/debian-backports' }
+       file { '/srv/mirrors/debian-debug': ensure  => '/auto.dsa/debian-debug' }
        file { '/srv/mirrors/debian-security': ensure  => '/auto.dsa/debian-security' }
 }