list.mako: map/lambda make Guido sad, use a comprehension
[invirt/packages/invirt-web.git] / invirt-cache-acls
index 19673a7..79a7650 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+cells () {
+  for i in $(invirt-getconf -l authz.afs.cells); do
+    invirt-getconf authz.afs.cells.$i.cell
+  done
+}
 kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
-aklog athena sipb
+aklog $(cells)
 python /var/www/invirt-web/cache_acls.py