Store AFS cell configuration at authz.afs.cells instead of just 0.42
authorEvan Broder <broder@mit.edu>
Tue, 8 Dec 2009 02:33:43 +0000 (21:33 -0500)
committerEvan Broder <broder@mit.edu>
Tue, 8 Dec 2009 02:33:43 +0000 (21:33 -0500)
authz.cells, to be more clear about purpose.

svn path=/trunk/packages/xvm-devconfig/; revision=2590

master.yaml

index d1c279d..6cf8826 100644 (file)
@@ -6,19 +6,20 @@ kerberos:
 
 authz:
  mech: invirt.authz.locker
- cells:
- - cell: athena.mit.edu
-   auth: no
- - cell: sipb.mit.edu
-   auth: yes
- - cell: zone.mit.edu
-   auth: no
- - 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: no
+  - cell: sipb.mit.edu
+    auth: yes
+  - cell: zone.mit.edu
+    auth: no
+  - cell: ops.mit.edu
+    auth: no
+  - cell: net.mit.edu
+    auth: no
+  - cell: dev.mit.edu
+    auth: no
 
 hosts: # hosts on which VMs run
  - hostname: black-mesa.mit.edu