From 15e853b31cfd9c7fc21e9429c6884f69d285cd06 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 7 Dec 2009 21:33:43 -0500 Subject: [PATCH] Store AFS cell configuration at authz.afs.cells instead of just authz.cells, to be more clear about purpose. svn path=/trunk/packages/xvm-prodconfig/; revision=2590 --- master.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/master.yaml b/master.yaml index 896df3b..0034344 100644 --- a/master.yaml +++ b/master.yaml @@ -7,19 +7,20 @@ apt: authz: mech: invirt.authz.locker - cells: - - cell: athena.mit.edu - auth: yes - - cell: sipb.mit.edu - auth: yes - - cell: zone.mit.edu - auth: yes - - cell: ops.mit.edu - auth: no - - cell: net.mit.edu - auth: no - - cell: dev.mit.edu - auth: no + afs: + cells: + - cell: athena.mit.edu + auth: yes + - cell: sipb.mit.edu + auth: yes + - cell: zone.mit.edu + auth: yes + - cell: ops.mit.edu + auth: no + - cell: net.mit.edu + auth: no + - cell: dev.mit.edu + auth: no console: hostname: xvm-console.mit.edu -- 1.7.9.5