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