network: load ip_gre kernel module on RHEL

This commit is contained in:
Emilien Macchi 2014-04-17 13:52:48 +02:00
parent d313fb1f7c
commit fdbb0edd3f

View File

@ -81,9 +81,7 @@ class cloud::network(
}
if $::osfamily == 'RedHat' {
kmod::install { 'ip_gre':
command => 'install ip_gre /sbin/modprobe ip_gre'
}
kmod::load { 'ip_gre': }
}
class { 'neutron':