rcbops/support-tools

install-chef-client script is inflexible

Opened this issue · 1 comments

Apsu commented

We should be able to specify the user to ssh as via positional argument, with a sane default if not specified.

Example:

USER=${2:-USER}
...
ssh ${USER}@...

./install-chef-client user@host.com seems to work well enough right now, but your comment would be cleaner.