network: load ip_gre kernel module on RHEL
This commit is contained in:
@@ -81,9 +81,7 @@ class cloud::network(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
kmod::install { 'ip_gre':
|
kmod::load { 'ip_gre': }
|
||||||
command => 'install ip_gre /sbin/modprobe ip_gre'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'neutron':
|
class { 'neutron':
|
||||||
|
Reference in New Issue
Block a user