summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-02-01 16:04:06 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-02-01 16:04:06 -0600
commita6bd1e88b07c1d2fc82d326a059f9635295439a5 (patch)
treeaf7a4b17f6a8416a9cc482da756a8d9939918444 /examples
parentb89c1678c54e161d0e6915e8d83317a24d2d89bd (diff)
downloadbcfg2-a6bd1e88b07c1d2fc82d326a059f9635295439a5.tar.gz
bcfg2-a6bd1e88b07c1d2fc82d326a059f9635295439a5.tar.bz2
bcfg2-a6bd1e88b07c1d2fc82d326a059f9635295439a5.zip
examples: Fix dirvish example (reported by esrax on IRC)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/Bundler/sgenshi-dirvish.genshi2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Bundler/sgenshi-dirvish.genshi b/examples/Bundler/sgenshi-dirvish.genshi
index 19f44a0e8..b4ea08f2c 100644
--- a/examples/Bundler/sgenshi-dirvish.genshi
+++ b/examples/Bundler/sgenshi-dirvish.genshi
@@ -2,7 +2,7 @@
vim: ft=xml
-->
<Bundle name='sgenshi-dirvish' xmlns:py="http://genshi.edgewall.org/">
-<py:for each="user in metadata.Properties['dirvish.xml'].data.find('users')">
+<py:for each="user in metadata.Properties['dirvish.xml'].xdata.find('users')">
<!-- Generate configs for all users in dirvish.xml -->
<BoundPath
name='/backup/homes/${user.tag}/dirvish/default.conf'