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
66f6744f
Commit
66f6744f
authored
Jan 17, 2016
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vagrant: switch to 'official' debian/wheezy64
parent
bb337c17
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 @
66f6744f
API_VERSION
=
"2"
Vagrant
.
configure
(
API_VERSION
)
do
|
config
|
config
.
vm
.
box
=
"debian
-
wheezy
-
64"
config
.
vm
.
box_url
=
"
http://basebox.libera.cc/
debian
-
wheezy
-
64
.box
"
config
.
vm
.
box
=
"debian
/
wheezy64"
config
.
vm
.
box_url
=
"debian
/
wheezy64"
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