diff options
author | Carlos Camacho <ccamacho@redhat.com> | 2016-06-17 09:10:56 +0200 |
---|---|---|
committer | Carlos Camacho <ccamacho@redhat.com> | 2016-06-21 18:45:51 +0200 |
commit | 94166fb66a7bb9e57a675adbbc47b3ec7e8f6466 (patch) | |
tree | db5b91f8ccbb239089204c45ce4459c24a81b628 /puppet/manifests | |
parent | a2614491be1cae82e4b04337184b75644633ce3f (diff) |
Composable roles within services - NTP - CephStorage
Add NTP as a composable service for CephStorage.
Partially-implements: blueprint composable-services-within-roles
Change-Id: Iee89b261b3c45f596ad84549e25d47b8ca1cfbdb
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/overcloud_cephstorage.pp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/puppet/manifests/overcloud_cephstorage.pp b/puppet/manifests/overcloud_cephstorage.pp index 4add2f02..e69353b0 100644 --- a/puppet/manifests/overcloud_cephstorage.pp +++ b/puppet/manifests/overcloud_cephstorage.pp @@ -23,10 +23,7 @@ if hiera('step') >= 1 { Exec <| tag == 'kmod::load' |> -> Sysctl <| |> include ::timezone - - if count(hiera('ntp::servers')) > 0 { - include ::ntp - } + } if hiera('step') >= 3 { |