Skip to content

Commit

Permalink
Update Vagrant with Fedora 24
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancall committed Jul 18, 2016
1 parent ac49da2 commit 1ac6b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $network = {
"omnios" => "192.168.2.108",
"fedora23_64" => "192.168.2.109",
"xenial_64" => "192.168.2.110",
"fedora24_64" => "192.168.2.111",
}

$vmspec = {
Expand Down Expand Up @@ -58,6 +59,9 @@ $vmspec = {
"fedora23_64" => [
"fedora/23-cloud-base"
],
"fedora24_64" => [
"fedora/24-cloud-base"
],
}

Vagrant.configure("2") do |config|
Expand Down

0 comments on commit 1ac6b59

Please sign in to comment.