Module for viewing and modifying sysctl parameters
Assign a single sysctl parameter for this minion
CLI Example:
salt '*' sysctl.assign net.inet.icmp.icmplim 50
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.icmp.icmplim 50
Return a list of sysctl parameters for this minion
instead of the live data.
CLI Example:
salt '*' sysctl.show
Generated on March 06, 2024 at 18:46:05 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3007.0.
© 2024 VMware, Inc. | Privacy Policy