Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
autoradio
Commits
d7458ef3
Commit
d7458ef3
authored
Oct 29, 2015
by
ale
Browse files
use a jessie box
parent
92be49be
Changes
1
Hide whitespace changes
Inline
Side-by-side
vagrant-test/Vagrantfile
View file @
d7458ef3
...
...
@@ -41,8 +41,8 @@ EOF
SCRIPT
Vagrant
.
configure
(
API_VERSION
)
do
|
config
|
config
.
vm
.
box
=
"
wheezy
"
config
.
vm
.
box_url
=
"http://www.incal.net/ale/debian-
wheezy
-64.box"
config
.
vm
.
box
=
"
jessie
"
config
.
vm
.
box_url
=
"http://www.incal.net/ale/debian-
jessie
-64.box"
config
.
vm
.
provision
"shell"
,
inline:
$setup_host_file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment