From 30a11c81b16b6dde9dc80800f8c807421ae1f3fa Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 22 Jun 2016 12:36:15 +0200 Subject: Wire NTP and Timezone services into BlockStorage nodes Change-Id: Ia70688cfc333dc6536b5372cdb2eedb987ab61f8 --- puppet/manifests/overcloud_volume.pp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'puppet/manifests') diff --git a/puppet/manifests/overcloud_volume.pp b/puppet/manifests/overcloud_volume.pp index 9a8fb6f8..7fc27d60 100644 --- a/puppet/manifests/overcloud_volume.pp +++ b/puppet/manifests/overcloud_volume.pp @@ -22,12 +22,6 @@ if hiera('step') >= 1 { create_resources(sysctl::value, hiera('sysctl_settings'), {}) Exec <| tag == 'kmod::load' |> -> Sysctl <| |> - include ::timezone - - if count(hiera('ntp::servers')) > 0 { - include ::ntp - } - } if hiera('step') >= 4 { -- cgit 1.2.3-korg