Remove sysctl file that did not help

This commit is contained in:
Micke Nordin 2025-03-13 16:16:32 +01:00
parent 6a63031f84
commit cc31a2f038
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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,