From b154bdd012ccbc19640ba6316e59d4749ce7aa51 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 12 Sep 2017 09:43:42 +0000 Subject: [PATCH] fix ruby in rsycnd.conf.erb template --- modules/roles/templates/syncproxy/rsyncd.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/syncproxy/rsyncd.conf.erb b/modules/roles/templates/syncproxy/rsyncd.conf.erb index e7b08218e..24593617d 100644 --- a/modules/roles/templates/syncproxy/rsyncd.conf.erb +++ b/modules/roles/templates/syncproxy/rsyncd.conf.erb @@ -24,7 +24,7 @@ strict modes = false comment: 'Debian ports archive (contact mirrors@debian.org for access)' }, { name: 'debian-security', - comment: 'Debian security archive' + comment: 'Debian security archive', list: false }, { name: 'debian-security-buildd-pool', -- 2.20.1