From: Evan Broder Date: Tue, 8 Dec 2009 02:33:43 +0000 (-0500) Subject: Store AFS cell configuration at authz.afs.cells instead of just X-Git-Tag: 1.1.15~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/15e853b31cfd9c7fc21e9429c6884f69d285cd06 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 --- 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