rsync on lw0[1234]
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot.pp
1 class roles::snapshot {
2         rsync::site { 'snapshot-farm':
3                 content => template('roles/snapshot/rsync.conf.erb'),
4         }
5 }