Rename rsync::site_systemd to rsync::site
[mirror/dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index bc0e275..87a5451 100644 (file)
@@ -49,13 +49,13 @@ class roles::syncproxy {
                        content => template('roles/syncproxy/syncproxy.debian.org-index.html.erb')
                }
 
-               rsync::site_systemd { 'syncproxy':
+               rsync::site { 'syncproxy':
                        content => template('roles/syncproxy/rsyncd.conf.erb'),
                        binds   => $binds,
                        sslname => "$syncproxy_name",
                }
        } else {
-               rsync::site_systemd { 'syncproxy':
+               rsync::site { 'syncproxy':
                        content => template('roles/syncproxy/rsyncd.conf.erb'),
                        binds   => $binds,
                }