Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
sso
Commits
4f859f76
Commit
4f859f76
authored
Dec 09, 2016
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to jessie
parent
9ac79e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vagrant/Vagrantfile
vagrant/Vagrantfile
+2
-2
No files found.
vagrant/Vagrantfile
View file @
4f859f76
API_VERSION
=
"2"
Vagrant
.
configure
(
API_VERSION
)
do
|
config
|
config
.
vm
.
box
=
"debian/
wheezy
64"
config
.
vm
.
box_url
=
"debian/
wheezy
64"
config
.
vm
.
box
=
"debian/
jessie
64"
config
.
vm
.
box_url
=
"debian/
jessie
64"
config
.
vm
.
provision
"shell"
do
|
s
|
s
.
path
=
"setup.sh"
...
...
Write
Preview
Markdown
is supported
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