Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Merge requests
!9
Umbau Vorstands-Pi zu Vorstands-VM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Umbau Vorstands-Pi zu Vorstands-VM
vorstand-vm
into
master
Overview
0
Commits
9
Changes
1
Merged
void
requested to merge
vorstand-vm
into
master
6 years ago
Overview
0
Commits
9
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d8d06833
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d8d06833
Update vagrant vm
· d8d06833
Christian Elberfeld
authored
6 years ago
Vagrantfile
+
1
−
1
Options
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
Vagrant
.
configure
(
2
)
do
|
config
|
Vagrant
.
configure
(
2
)
do
|
config
|
# Debian Jessie + VirtualBox Addons
# Debian Jessie + VirtualBox Addons
config
.
vm
.
box
=
"debian/contrib-
jessie
64"
config
.
vm
.
box
=
"debian/contrib-
stretch
64"
# Hostname
# Hostname
config
.
vm
.
hostname
=
"box"
config
.
vm
.
hostname
=
"box"
Loading