Remove sysctl file that did not help
This commit is contained in:
parent
6a63031f84
commit
cc31a2f038
1 changed files with 1 additions and 8 deletions
|
@ -48,14 +48,7 @@ class sunetdrive::scriptreceiver()
|
||||||
key => $script_pub_key,
|
key => $script_pub_key,
|
||||||
}
|
}
|
||||||
file { '/etc/sysctl.d/gofasta.conf':
|
file { '/etc/sysctl.d/gofasta.conf':
|
||||||
content => file('sunetdrive/scriptreciver/sysctl-d-gofasta.conf'),
|
ensure => 'absent',
|
||||||
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,
|
|
||||||
}
|
}
|
||||||
file { '/opt/rotate':
|
file { '/opt/rotate':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
|
Loading…
Add table
Reference in a new issue