Skip to content

Commit

Permalink
Merge pull request #4446 from andytson/feature/rhel-networks-fix
Browse files Browse the repository at this point in the history
guests/redhat: Fixes #4438 typo missing sending networks param for rhel guest network
  • Loading branch information
mitchellh committed Sep 3, 2014
2 parents 4c7eeb7 + fb1d4ad commit 92b83ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/guests/redhat/cap/configure_networks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class ConfigureNetworks
def self.configure_networks(machine, networks)
case machine.guest.capability("flavor")
when :rhel_7
configure_networks_rhel7(machine)
configure_networks_rhel7(machine, networks)
else
configure_networks_default(machine)
configure_networks_default(machine, networks)
end
end

Expand Down

0 comments on commit 92b83ea

Please sign in to comment.