lorax/src
David Shea 59e2da0a96 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#1664485
2019-01-09 16:22:21 -08:00
..
bin Revert "Rename composer-cli to composer" 2018-10-08 16:22:15 -07:00
composer Revert "Rename composer-cli to composer" 2018-10-08 16:22:15 -07:00
pylorax Allow customizations to be specified as a toml list 2019-01-09 16:22:21 -08:00
sbin Change default releasever to 8 2019-01-09 09:03:27 -08:00