Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
c7763a39
Commit
c7763a39
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
!!!
parent
4b4115eb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cass_zk_rmq/Vagrantfile
+5
-1
5 additions, 1 deletion
cass_zk_rmq/Vagrantfile
cassandra/Vagrantfile
+6
-1
6 additions, 1 deletion
cassandra/Vagrantfile
czr_pythons/Vagrantfile
+5
-1
5 additions, 1 deletion
czr_pythons/Vagrantfile
nodejs4/Vagrantfile
+6
-1
6 additions, 1 deletion
nodejs4/Vagrantfile
with
22 additions
and
4 deletions
cass_zk_rmq/Vagrantfile
+
5
−
1
View file @
c7763a39
...
...
@@ -41,7 +41,11 @@ Vagrant.configure("2") do |config|
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
# udev rules
rm /etc/udev/rules.d/70-persistent-net.rules || true
mkdir /etc/udev/rules.d/70-persistent-net.rules || true
rm -rf /dev/.udev/ || true
rm /lib/udev/rules.d/75-persistent-net-generator.rules || true
SHELL
end
This diff is collapsed.
Click to expand it.
cassandra/Vagrantfile
+
6
−
1
View file @
c7763a39
...
...
@@ -27,7 +27,12 @@ Vagrant.configure("2") do |config|
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
# udev rules
rm /etc/udev/rules.d/70-persistent-net.rules || true
mkdir /etc/udev/rules.d/70-persistent-net.rules || true
rm -rf /dev/.udev/ || true
rm /lib/udev/rules.d/75-persistent-net-generator.rules || true
SHELL
end
This diff is collapsed.
Click to expand it.
czr_pythons/Vagrantfile
+
5
−
1
View file @
c7763a39
...
...
@@ -45,7 +45,11 @@ Vagrant.configure("2") do |config|
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
# udev rules
rm /etc/udev/rules.d/70-persistent-net.rules || true
mkdir /etc/udev/rules.d/70-persistent-net.rules || true
rm -rf /dev/.udev/ || true
rm /lib/udev/rules.d/75-persistent-net-generator.rules || true
SHELL
end
This diff is collapsed.
Click to expand it.
nodejs4/Vagrantfile
+
6
−
1
View file @
c7763a39
...
...
@@ -16,7 +16,12 @@ Vagrant.configure("2") do |config|
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -rf /tmp/*
rm /etc/udev/rules.d/70-persistent-net.rules
# udev rules
rm /etc/udev/rules.d/70-persistent-net.rules || true
mkdir /etc/udev/rules.d/70-persistent-net.rules || true
rm -rf /dev/.udev/ || true
rm /lib/udev/rules.d/75-persistent-net-generator.rules || true
SHELL
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment