We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3634d9 commit 7d613b4Copy full SHA for 7d613b4
Vagrantfile
@@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
72
end
73
74
config.vm.provider :linode do |provider, override|
75
- override.ssh.username = 'esgadmin'
+ override.ssh.username = 'devops'
76
override.ssh.private_key_path = '~/.ssh/id_rsa'
77
override.vm.box = 'linode/ubuntu1404'
78
override.nfs.functional = false
0 commit comments