Module for viewing and modifying OpenBSD sysctl parameters
Assign a single sysctl parameter for this minion
CLI Example:
salt '*' sysctl.assign net.inet.ip.forwarding 1
Return a single sysctl parameter for this minion
CLI Example:
salt '*' sysctl.get hw.physmem
Assign and persist a simple sysctl parameter for this minion
CLI Example:
salt '*' sysctl.persist net.inet.ip.forwarding 1
Return a list of sysctl parameters for this minion
instead of the live data.
CLI Example:
salt '*' sysctl.show
Generated on September 29, 2023 at 04:02:52 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.3.
© 2023 VMware, Inc. | Privacy Policy