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
.
make.conf
are in upper casesalt.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.
make.conf
are in upper case