aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-06-22 12:36:15 +0200
committerEmilien Macchi <emilien@redhat.com>2016-06-30 22:54:19 +0000
commit30a11c81b16b6dde9dc80800f8c807421ae1f3fa (patch)
treed8e85036d2e8304db605e38ffd9c2bc9751bf2fa /puppet/manifests
parent6fab74a693b6068c3c4ccc1ff4477e60dff4a0fe (diff)
Wire NTP and Timezone services into BlockStorage nodes
Change-Id: Ia70688cfc333dc6536b5372cdb2eedb987ab61f8
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/overcloud_volume.pp6
1 files changed, 0 insertions, 6 deletions
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 {