Brian C. Lane
212e0bcb3e
Write a rootpw line if no root customizations in the blueprint
...
Anaconda requires the root password to be set or locked, so if there
isn't anything setting it we write out 'rootpw --lock'
Also adds tests for this.
Resolves: rhbz#1626122
2018-10-03 08:29:33 -07:00
Brian C. Lane
e48bd5be96
Add tests for setting root password and ssh key with blueprints
...
Related: rhbz#1626120
2018-09-28 15:38:33 -07:00
Brian C. Lane
5443c1cfea
Skip creating groups with the same name as a user
...
Otherwise the user creation fails when anaconda sees there is already a
group with that name. Log a warning and continue on.
2018-05-17 10:34:35 -07:00
Brian C. Lane
cb7e4e55ba
Add user and group creation to blueprint
...
[[customizations.user]] and [[customizations.group]]
2018-05-17 10:34:34 -07:00