remove auto-cert and auto-clientcert symlinks from fileserver path
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot.pp
1 class roles::snapshot {
2         rsync::site { 'snapshot-farm':
3                 content => template('roles/snapshot/rsyncd.conf.erb'),
4         }
5 }