after starting vagrant box, 'vagrant ssh' to start an interactive shell, and then as user 'vagrant' try to run any hashicorp command:
vagrant@vagrant:~$ consul
-bash: consul: command not found
vagrant@vagrant:~$ vault
-bash: vault: command not found
vagrant@vagrant:~$ nomad
-bash: nomad: command not found
Current behaviour
after starting vagrant box, 'vagrant ssh' to start an interactive shell, and then as user 'vagrant' try to run any hashicorp command:
On inspecting the state of /usr/local/bin/oss:
This behaviour is weird but is caused by incorrect permissions on folder /usr/local/bin/oss, which is set to 0744 - eg, no execute for non-owner.
Expected behaviour
/usr/local/bin/oss has permissions 0755.
How to reproduce?
Suggestion(s)/solution(s) [Optional]
Checklist (after created issue)