diff options
author | Carlos Camacho <ccamacho@redhat.com> | 2016-06-20 09:26:03 +0200 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-06-30 22:54:07 +0000 |
commit | c5ea6e699ca4ace0673ea30a23cb57d48849ccc6 (patch) | |
tree | c5ce3c59f7e4acf25dedbd9557d8fc2fcdbba24d /puppet/manifests | |
parent | 2cc01b9d985a8a5518dc6364307d205f804e350e (diff) |
Composable Timezone service - CephStorage
Add timezone as a composable service
Change-Id: I1569b2ebdca8e67c0e92a5c0e3fadd12006cc02a
Partially-implements: blueprint composable-services-within-roles
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/overcloud_cephstorage.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/manifests/overcloud_cephstorage.pp b/puppet/manifests/overcloud_cephstorage.pp index 31d14e7d..2169002e 100644 --- a/puppet/manifests/overcloud_cephstorage.pp +++ b/puppet/manifests/overcloud_cephstorage.pp @@ -22,8 +22,6 @@ if hiera('step') >= 1 { create_resources(sysctl::value, hiera('sysctl_settings'), {}) Exec <| tag == 'kmod::load' |> -> Sysctl <| |> - include ::timezone - } if hiera('step') >= 3 { |