Bug #19215
Updated by Peter Amstutz over 2 years ago
Finally got around to attempting to use the installer and it wasn't a great experience.
Some thoughts:
# The first step using the installer is to run a script and supply the desired starting configuration.
## This will create a git repository, copy the starting files, and check them in
# Eliminate @local.params@ and @sed@
## Anything that needs to be referenced in more than one place should be declared earlier in the pillarstack and then referenced where it is used
# Anything that needs attention has a FIXME with a long comment
# The provision script checks for FIXMEs
# The provision script checks that the config is checked in
# The provision script runs salt in masterless mode to deploy config changes