Skip to content

Inconsistent behavior for certain sysctl keys. #9

@obscured1975

Description

@obscured1975

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions