sysrc module for FreeBSD
Return system rc configuration variables
CLI Example:
salt '*' sysrc.get includeDefaults=True
Remove system rc configuration variables
CLI Example:
salt '*' sysrc.remove name=sshd_enable
Set system rc configuration variables
CLI Example:
salt '*' sysrc.set name=sshd_flags value="-p 2222"
Generated on October 03, 2023 at 04:02:53 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