From 42e7b715ee3cc15c39b0941dd355ee0442c28d28 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 14 Feb 2009 22:18:24 -0500 Subject: [PATCH] Specify whether to authenticate PRDB lookups for each AFS cell in the config files. svn path=/trunk/packages/xvm-prodconfig/; revision=2118 --- debian/changelog | 6 ++++++ master.yaml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 30a686a..f284123 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.1.10) unstable; urgency=low + + * Specify whether to authenticate PRDB lookups for each AFS cell. + + -- Evan Broder Sat, 14 Feb 2009 22:08:22 -0500 + xvm-prodconfig (1.1.9) unstable; urgency=low * Ship the sysvm Xen config files themselves, rather than Mako templates. diff --git a/master.yaml b/master.yaml index 922d131..f8f0023 100644 --- a/master.yaml +++ b/master.yaml @@ -4,8 +4,10 @@ apt: authz: - type: afs cell: athena.mit.edu + auth: yes - type: afs cell: sipb.mit.edu + auth: yes console: hostname: xvm-console.mit.edu -- 1.7.9.5