Actions
Feature #8020
openpuppet-server-environments should take a list of arguments
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Currently you must specify the puppet-server-environments argument to the installer multiple times, once for each environment. For example
foreman-installer --puppet-server-environments environment1 --puppet-server-environments environment2
It would be very nice to provide a single command like so
foreman-installer --puppet-server-environments environment1,environment2,environment3
If multiple arguments are preferable, maybe make the argument singular such as
foreman-installer --puppet-server-environment environment1 --puppet-server-environment environment2
Also, the docs are a bit vague on usage. It took me a while, with some help from #theforeman, to figure it out.
Thanks for the great platform!
Actions