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,
|
||||
}
|
||||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue