salt.states.macdefaults.
absent
(name, domain, user=None)¶Make sure the defaults value is absent
The key of the given domain to remove
The name of the domain to remove from
The user to write the defaults to
salt.states.macdefaults.
write
(name, domain, value, vtype='string', user=None)¶Write a default to the system
The key of the given domain to write to
The name of the domain to write to
The value to write to the given key
The type of value to be written, valid types are string, data, int[eger], float, bool[ean], date, array, array-add, dict, dict-add
The user to write the defaults to
Generated on March 31, 2023 at 04:12:09 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3005.1.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy