Add support for enabling and disabling systemd services in the
blueprint. It works like this:
[customizations.services]
enabled = ["sshd", "cockpit.socket", "httpd"]
disabled = ["postfix", "telnetd"]
They are *added* to any existing settings in the kickstart templates.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| api | ||
| __init__.py | ||
| base.py | ||
| buildstamp.py | ||
| creator.py | ||
| decorators.py | ||
| discinfo.py | ||
| executils.py | ||
| imgutils.py | ||
| installer.py | ||
| logmonitor.py | ||
| ltmpl.py | ||
| output.py | ||
| sysutils.py | ||
| treebuilder.py | ||
| treeinfo.py | ||
| yumhelper.py | ||