Move sysctl settings into hieradata
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_volume.pp
index 3d7cb49..80cf6a2 100644 (file)
@@ -24,6 +24,8 @@ if str2bool(hiera('disable_package_install', 'false')) {
   }
 }
 
+create_resources(sysctl::value, hiera('sysctl_settings'), {})
+
 if count(hiera('ntp::servers')) > 0 {
   include ::ntp
 }