Commit d1bc4536e055f0a1a0d68facf69117270e11c9e1
1 parent
9c651342
Exists in
plugin_extra_configs
Removed precise64 support
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Vagrantfile
... | ... | @@ -6,10 +6,10 @@ |
6 | 6 | # - trusty64 |
7 | 7 | # - chef/centos-7.0 |
8 | 8 | |
9 | -default_box = "precise64" | |
9 | +default_box = "trusty64" | |
10 | 10 | if $stdin.isatty |
11 | 11 | if Dir.glob(File.join(File.dirname("__FILE__"), '.vagrant/**/id')).empty? |
12 | - options = ["precise64", "trusty64", "chef/centos-7.0"] | |
12 | + options = ["trusty64", "chef/centos-7.0"] | |
13 | 13 | |
14 | 14 | puts "Bases boxes available locally:" |
15 | 15 | puts '------------------------------' | ... | ... |