Commit 2f56554 1 parent a4a8b41 commit 2f56554 Copy full SHA for 2f56554
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
17
17
end
18
18
19
19
config . vm . define "sensu-server" , primary : true , autostart : true do |server |
20
- server . vm . box = "ubuntu-14_04"
21
- server . vm . box_url = "https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/1/providers/virtualbox.box"
20
+ server . vm . box = "ubuntu/trusty64"
22
21
server . vm . hostname = 'sensu-server'
23
22
server . vm . network :private_network , ip : "192.168.56.10"
24
23
server . vm . provision :shell , :path => "tests/provision_server.sh"
@@ -29,8 +28,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
29
28
end
30
29
31
30
config . vm . define "sensu-client" , autostart : true do |client |
32
- client . vm . box = "ubuntu-14_04"
33
- client . vm . box_url = "https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/1/providers/virtualbox.box"
31
+ client . vm . box = "ubuntu/trusty64"
34
32
client . vm . hostname = 'sensu-client'
35
33
client . vm . network :private_network , ip : "192.168.56.11"
36
34
client . vm . provision :shell , :path => "tests/provision_client.sh"
You can’t perform that action at this time.
0 commit comments