A state module to manage Gentoo's make.conf
file
makeopts:
makeconf.present:
- value: '-j3'
salt.states.makeconf.
absent
(name)¶Verify that the variable is not in the make.conf
.
The variable name. This will automatically be converted to upper
case since variables in make.conf
are in upper case
salt.states.makeconf.
present
(name, value=None, contains=None, excludes=None)¶Verify that the variable is in the make.conf
and has the provided
settings. If value is set, contains and excludes will be ignored.
The variable name. This will automatically be converted to upper
case since variables in make.conf
are in upper case
Enforce that the value of the variable is set to the provided value
Enforce that the value of the variable contains the provided value
Enforce that the value of the variable does not contain the provided value.
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