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