Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b0834bc88a4395d288024b50b9cc81a3 > files > 116

bcfg2-1.1.1-2.fc15.1.noarch.rpm

<!--
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')">
<!-- Generate configs for all users in dirvish.xml -->
<BoundPath
	name='/backup/homes/${user.tag}/dirvish/default.conf'
	owner='root'
	group='root'
	perms='0644'>client: nfs-host
tree: /export/homes/${user.text}
exclude:
	*~
	.nfs*
</BoundPath>
</py:for>

<Package name='dirvish'/>
<Path name='/etc/cron.d/dirvish'/>
<Path name='/etc/dirvish/dirvish-cronjob'/>
<Path name='/etc/dirvish/master.conf'/>
</Bundle>