Merge pull request #4446 from andytson/feature/rhel-networks-fix
guests/redhat: Fixes #4438 typo missing sending networks param for rhel guest network
This commit is contained in:
commit
92b83eaae3
|
@ -14,9 +14,9 @@ module VagrantPlugins
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue