Use rsyncd via systemd on snapshot
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot.pp
index 0811bfd..f8cebb6 100644 (file)
@@ -1,5 +1,5 @@
 class roles::snapshot {
-       rsync::site { 'snapshot-farm':
+       rsync::site_systemd { 'snapshot-farm':
                content => template('roles/snapshot/rsyncd.conf.erb'),
        }
 }