File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
14
14
mem = [ cpus * 512 , `awk '/MemTotal/ {print $2}' /proc/meminfo` . to_i / 1024 / 2 ] . min
15
15
end
16
16
17
- config . vm . box = "ubuntu/zesty64 "
17
+ config . vm . box = "generic/ubuntu1604 "
18
18
config . vm . hostname = "vagrant"
19
19
20
20
# use NFS for performant file sharing
@@ -47,9 +47,6 @@ Vagrant.configure("2") do |config|
47
47
end
48
48
49
49
config . vm . define "default" , primary : true do |default |
50
- default . vm . provider :libvirt do |libvirt , override |
51
- override . vm . box = "wholebits/ubuntu17.04-64"
52
- end
53
50
end
54
51
55
52
config . vm . define "debian8" , autostart : false do |debian8 |
Original file line number Diff line number Diff line change @@ -29,25 +29,24 @@ Debug packages:
29
29
- libc6-dbg
30
30
{% if grains[' os' ] == ' Ubuntu' %}
31
31
- libc6-dbgsym
32
- - libcomerr2-dbgsym
32
+ - libcomerr2-dbg
33
33
- libcurl4-dbg
34
34
- libffi6-dbg
35
- - libgeoip1-dbgsym
35
+ - geoip-dbg
36
36
- libgmp10-dbgsym
37
37
- libgssapi-krb5-2-dbgsym
38
38
- libgssapi3-heimdal-dbgsym
39
39
- libhogweed4-dbgsym
40
- - libicu57 -dbgsym
40
+ - libicu55 -dbgsym
41
41
- libidn11-dbgsym
42
- - libkeyutils1-dbgsym
42
+ - keyutils-dbg
43
43
- libldap-2.4-2-dbg
44
44
- liblzma5-dbgsym
45
45
- libp11-kit0-dbgsym
46
46
- libpcre3-dbg
47
47
- librtmp1-dbgsym
48
- - libsasl2-2-dbgsym
49
48
- libssl1.0.0-dbg
50
- - libstdc++6-6 -dbg
49
+ - libstdc++6-5 -dbg
51
50
- libsqlite3-0-dbg
52
51
- libtasn1-6-dbgsym
53
52
- libxml2-dbg
You can’t perform that action at this time.
0 commit comments