Skip to content
Snippets Groups Projects
Commit e0f2870e authored by Jan Mach's avatar Jan Mach
Browse files

Login automatically directly as Mentat user.

(Redmine issue: #7041)
parent a5671686
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,6 @@ Vagrant.configure('2') do |config|
SHELL
# Automatically connect as 'mentat' user with ssh command.
#VAGRANT_COMMAND = ARGV[0]
#config.ssh.username = 'mentat' if VAGRANT_COMMAND == 'ssh'
VAGRANT_COMMAND = ARGV[0]
config.ssh.username = 'mentat' if VAGRANT_COMMAND == 'ssh'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment