lorax/src/pylorax
Brian C. Lane f2209932a6 lorax-composer: Add services support to blueprints
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 1111aee92d)

Related: rhbz#1718473
2019-11-18 12:36:18 +02:00
..
api lorax-composer: Add services support to blueprints 2019-11-18 12:36:18 +02:00
__init__.py Update local copy of lorax to current rhel7-branch 2019-06-24 10:33:37 +03:00
base.py Silence relative import warnings 2018-06-11 16:54:57 -07:00
buildstamp.py Write the lorax verion in the .buildstamp (#689697) 2011-10-24 16:07:25 -04:00
creator.py Update local copy of lorax to current rhel7-branch 2019-06-24 10:33:37 +03:00
decorators.py New version 2010-02-23 14:20:05 +01:00
discinfo.py Remove workdir/path from BuildStamp, DiscInfo, TreeInfo 2011-05-09 15:33:55 -04:00
executils.py Add a callback to execWithRedirect 2018-06-11 16:54:58 -07:00
imgutils.py Update local copy of lorax to current rhel7-branch 2019-06-24 10:33:37 +03:00
installer.py Update local copy of lorax to current rhel7-branch 2019-06-24 10:33:37 +03:00
logmonitor.py Misc pylint fixes that are reported usually once 2018-06-11 16:54:57 -07:00
ltmpl.py Update local copy of lorax to current rhel7-branch 2019-06-24 10:33:37 +03:00
output.py Don't redefine builtins 2018-06-11 16:54:57 -07:00
sysutils.py Don't redefine variables from outer scope 2018-06-11 16:54:57 -07:00
treebuilder.py Update local copy of lorax to current rhel7-branch 2019-06-24 10:33:37 +03:00
treeinfo.py add name field to .treeinfo its a concatination of family and version 2012-05-25 08:53:57 +02:00
yumhelper.py Misc pylint fixes that are reported usually once 2018-06-11 16:54:57 -07:00