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 June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy