From: Peter Palfrader Date: Mon, 26 Sep 2016 17:50:11 +0000 (+0200) Subject: ubc autofs update X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b65a0e0d8ef64b8686ae0ef3bcc51003814d68dc;p=mirror%2Fdsa-puppet.git ubc autofs update --- diff --git a/modules/autofs/files/ubc/auto.dsa b/modules/autofs/files/ubc/auto.dsa index 761757c4b..26b6b3951 100644 --- a/modules/autofs/files/ubc/auto.dsa +++ b/modules/autofs/files/ubc/auto.dsa @@ -1,4 +1,4 @@ debian -fstype=nfs,ro,tcp 172.29.42.36:/srv/mirrors/debian -debian-debug -fstype=nfs,ro,tcp 172.29.42.36:/srv/mirrors/debian-debug +debian-archive -fstype=nfs,ro,tcp 172.29.42.36:/srv/mirrors/debian-archive debian-ports -fstype=nfs,ro,tcp 172.29.42.36:/srv/mirrors/debian-ports debian-security -fstype=nfs,ro,tcp 172.29.42.36:/srv/mirrors/debian-security diff --git a/modules/autofs/manifests/ubc.pp b/modules/autofs/manifests/ubc.pp index f4a767648..c612fae7e 100644 --- a/modules/autofs/manifests/ubc.pp +++ b/modules/autofs/manifests/ubc.pp @@ -12,6 +12,7 @@ class autofs::ubc { file { '/srv/mirrors': ensure => directory } file { '/srv/mirrors/debian': ensure => '/auto.dsa/debian' } - file { '/srv/mirrors/debian-backports': ensure => absent } + file { '/srv/mirrors/debian-archive': ensure => '/auto.dsa/debian-archive' } file { '/srv/mirrors/debian-ports': ensure => '/auto.dsa/debian-ports' } + file { '/srv/mirrors/debian-security': ensure => '/auto.dsa/debian-security' } }