and use fqdn in hkdf
[mirror/dsa-puppet.git] / modules / rsync / manifests / init.pp
index a80582c..1b66a28 100644 (file)
@@ -18,21 +18,13 @@ class rsync {
                mode   => '0755',
        }
 
-       @ferm::rule { 'dsa-rsync':
+       ferm::rule { 'dsa-rsync':
                domain      => '(ip ip6)',
                description => 'Allow rsync access',
                rule        => '&SERVICE(tcp, 873)'
        }
 
        file { '/usr/local/sbin/systemd-cleanup-failed-rsyncs':
-               source => 'puppet:///modules/rsync/systemd-cleanup-failed-rsyncs',
-               mode   => '0555',
-       }
-       file { '/etc/cron.d/puppet-crazy-multipath-restart': ensure => absent, }
-       concat::fragment { 'dsa-puppet-stuff--systemd-cleanup-failed-rsyncs':
-               target => '/etc/cron.d/dsa-puppet-stuff',
-               content  => @("EOF"),
-                               */10 * * * * root /usr/local/sbin/systemd-cleanup-failed-rsyncs
-                               | EOF
+               ensure => absent,
        }
 }