When interacting with bolt task show ... the user is steered towards using the wrapper task bootstrap however there is no mention of this task the README, rather it talks only about bootstrap::linux and bootstrap::windows.
Further, bolt task show makes no mention of the tasks given in the README.
Recommendation: change the instructions in the README to use the wrapper task bootstrap - if this in fact what's intended to be used primarily?
Output of bolt task show | grep bootstrap:
bootstrap Bootstrap a node with puppet-agent
Output of bolt task show bootstrap:
bootstrap - Bootstrap a node with puppet-agent
USAGE:
bolt task run --nodes <node-name> bootstrap master=<value> cacert_content=<value> certname=<value> environment=<value> dns_alt_names=<value> custom_attribute=<value> extension_request=<value>
PARAMETERS:
...snip...
When interacting with
bolt task show ...the user is steered towards using the wrapper taskbootstraphowever there is no mention of this task the README, rather it talks only aboutbootstrap::linuxandbootstrap::windows.Further,
bolt task showmakes no mention of the tasks given in the README.Recommendation: change the instructions in the README to use the wrapper task
bootstrap- if this in fact what's intended to be used primarily?Output of
bolt task show | grep bootstrap:Output of
bolt task show bootstrap: