Merge "Restore the NtpServer parameter name"
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_volume.pp
index c6234bd..7c7da58 100644 (file)
 include ::tripleo::packages
 include ::tripleo::firewall
 
-if hiera('step') >= 1 {
-
-  create_resources(kmod::load, hiera('kernel_modules'), {})
-  create_resources(sysctl::value, hiera('sysctl_settings'), {})
-  Exec <| tag == 'kmod::load' |>  -> Sysctl <| |>
-
-}
-
 if hiera('step') >= 4 {
   hiera_include('volume_classes')
 }