diff --git a/elements/puppet-stack-config/puppet-stack-config.pp b/elements/puppet-stack-config/puppet-stack-config.pp index 8206eb69d..ffda0bc7e 100644 --- a/elements/puppet-stack-config/puppet-stack-config.pp +++ b/elements/puppet-stack-config/puppet-stack-config.pp @@ -63,9 +63,7 @@ Keystone::Resource::Service_identity { default_domain => hiera('keystone_default_domain'), } -if count(hiera('ntp::servers')) > 0 { - include ::tripleo::profile::base::time::ntp -} +include ::tripleo::profile::base::time::ntp include ::rabbitmq Class['::rabbitmq'] -> Service['httpd']