-
Couldn't load subscription status.
- Fork 89
Open
Description
A recent change to this module makes it non-idempotent for some values.
Example:
Notice: /Stage[main]/Sysctl::Base/Sysctl[kernel.sem]/Exec[enforce-sysctl-value-kernel.sem]/returns: executed successfully
Notice: /Stage[main]/Sysctl::Base/Sysctl[net.ipv4.ip_local_port_range]/Exec[enforce-sysctl-value-net.ipv4.ip_local_port_range]/returns: executed successfully
This notice happens on every puppet run.
My hiera data looks like:
---
sysctl::base::values:
kernel.shmmax:
value: 68719476736
kernel.shmall:
value: 4294967296
fs.aio-max-nr:
value: 1048576
fs.file-max:
value: 6815744
kernel.shmmni:
value: 4096
kernel.sem:
value: 250 32000 100 128
net.ipv4.ip_local_port_range:
value: 9000 65500
net.core.rmem_default:
value: 262144
net.core.rmem_max:
value: 4194304
net.core.wmem_default:
value: 262144
net.core.wmem_max:
value: 1048576
I am running R10k and am currently working around the issue by pinning my version number to 1.0.2. I'm not sure at what version this actually started to happen since I haven't had time go test this on the versions in between, but I'm sure others are likely to hit this at some point.
Regards -Greg
Metadata
Metadata
Assignees
Labels
No labels