Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 0636116

Browse files
committed
Merge pull request #76 from linc01n/fix/vagrantfile
Fix ubuntu version
2 parents 7adc43e + 869ab88 commit 0636116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Vagrant.configure('2') do |config|
5252
end
5353

5454
config.vm.define :ubuntu1410 do |ubuntu1410|
55-
ubuntu1410.vm.box = 'chef/ubuntu-14.04'
55+
ubuntu1410.vm.box = 'chef/ubuntu-14.10'
5656
ubuntu1410.vm.hostname = "#{cookbook}-ubuntu-1410"
5757
end
5858

0 commit comments

Comments
 (0)