Skip to content

Commit

Permalink
adding centos box to vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frdescam committed Sep 21, 2022
1 parent be16f3d commit 9b77165
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions p1/Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vi: set ft=ruby :

# Use vagrant v2
Vagrant.configure("2") do |config|
# Use centos 8
config.vm.box = "centos/8"
end

0 comments on commit 9b77165

Please sign in to comment.