fix syntax in acl/web template invirt-remote-server/0.0.2
authorGreg Price <price@mit.edu>
Fri, 24 Oct 2008 04:39:25 +0000 (00:39 -0400)
committerGreg Price <price@mit.edu>
Fri, 24 Oct 2008 04:39:25 +0000 (00:39 -0400)
svn path=/trunk/packages/invirt-remote-server/; revision=1182

files/etc/remctl/acl/web.mako

index eb645ed..4a320c8 100644 (file)
@@ -1,2 +1,2 @@
-<% from invirt.config import structs as cfg %>
-daemon/${cfg.web.hostname}@${cfg.authn.0.realm}
+<% from invirt.config import structs as cfg %>\
+daemon/${cfg.web.hostname}@${cfg.authn[0].realm}\