aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests/overcloud_volume.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/manifests/overcloud_volume.pp')
-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 {