lorax/src
David Shea 252c9f6226 Allow customizations to be specified as a toml list
Support both

  [customizations]
  hostname = "whatever"

and

  [[customizations]]
  hostname = "whatever"

in the blueprint data. The [[ syntax matches the other customization
directives (user, group, sshkey), and as such it's easy to accidentally
use it for the hostname without even realizing it's specifying something
different.

Add some tests for converting customizations to kickstarts.

(cherry picked from commit 35ab6a1336)

Resolves: rhbz#1666517
2019-02-19 14:04:43 -08:00
..
bin Revert "Rename composer-cli to composer" 2018-10-08 16:55:57 -07:00
composer Revert "Rename composer-cli to composer" 2018-10-08 16:55:57 -07:00
pylorax Allow customizations to be specified as a toml list 2019-02-19 14:04:43 -08:00
sbin Disable pylint errors with Flask and gevent 2018-12-20 10:55:04 +02:00