Store AFS cell configuration at authz.afs.cells instead of just
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-prodconfig/; revision=2590

master.yaml

index 896df3b..0034344 100644 (file)
@@ -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