diff --git a/manifests/scriptreceiver.pp b/manifests/scriptreceiver.pp index 1dd39f4..bae40ba 100644 --- a/manifests/scriptreceiver.pp +++ b/manifests/scriptreceiver.pp @@ -48,14 +48,7 @@ class sunetdrive::scriptreceiver() key => $script_pub_key, } file { '/etc/sysctl.d/gofasta.conf': - content => file('sunetdrive/scriptreciver/sysctl-d-gofasta.conf'), - mode => '0644', - } - -> exec { 'gofasta_with_sysctl': - command => 'sysctl -p /etc/sysctl.d/gofasta.conf', - path => ['/bin','/usr/bin','/sbin','/usr/sbin'], - subscribe => File['/etc/sysctl.d/gofasta.conf'], - refreshonly => true, + ensure => 'absent', } file { '/opt/rotate': ensure => directory,