From 1bab553fd591810b242963b394daad6019e78f2a Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Fri, 17 Jun 2016 09:22:01 +0200 Subject: Composable roles within services - NTP - ObjectStorage Add NTP as a composable service for ObjectStorage. Partially-implements: blueprint composable-services-within-roles Change-Id: I6315abc7955c9dc1df9f211c1c5b7332b5e01d5a --- puppet/manifests/overcloud_object.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'puppet/manifests') diff --git a/puppet/manifests/overcloud_object.pp b/puppet/manifests/overcloud_object.pp index 3585c993..4fca8f5f 100644 --- a/puppet/manifests/overcloud_object.pp +++ b/puppet/manifests/overcloud_object.pp @@ -23,9 +23,6 @@ if hiera('step') >= 1 { include ::timezone - if count(hiera('ntp::servers')) > 0 { - include ::ntp - } } if hiera('step') >= 4 { -- cgit 1.2.3-korg