| When I use bolt with the Cisco IOS module I need to manually install the net-ssh-telnet gem by running `/opt/puppetlabs/bolt/bin/gem install --user-install net-ssh-telnet`. This isn't a great user experience - it causes friction for new users of the module (as reported by early users of the module). It would help on boarding new users if dependent gems are included in the bolt dependencies meaning their installation is done on behalf of customers. It would be great if the following gems could be included in the bolt package. net-ssh-telnet - required by the Cisco IOS module cisco_node_utils - required by the Cisco Nexus module builder - required by the PANOS module |