From cc31a2f0386ba477462c4d99e7a0a0fad791a125 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 13 Mar 2025 16:16:32 +0100 Subject: [PATCH] Remove sysctl file that did not help --- manifests/scriptreceiver.pp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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,