Skip to content

Commit 7d613b4

Browse files
committed
Change the default user on Linode
1 parent c3634d9 commit 7d613b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
7272
end
7373

7474
config.vm.provider :linode do |provider, override|
75-
override.ssh.username = 'esgadmin'
75+
override.ssh.username = 'devops'
7676
override.ssh.private_key_path = '~/.ssh/id_rsa'
7777
override.vm.box = 'linode/ubuntu1404'
7878
override.nfs.functional = false

0 commit comments

Comments
 (0)