Some of the sysctl keys do not behave consistently. For example:
Removes net.ipv4.ip_forward entry from /etc/sysctl.conf
sysctl { "net.ipv4.ip_forward":
ensure => absent,
permanent => yes,
}
Different key such as net.bridge.bridge-nf-call-iptables doesn't do the same
sysctl { "net.bridge.bridge-nf-call-iptables":
ensure => absent,
permanent => yes,
}