diff --git a/extraconfig/services/tmpwatch-install.yaml b/extraconfig/services/tmpwatch-install.yaml index 97ada068e8..12716606c8 100644 --- a/extraconfig/services/tmpwatch-install.yaml +++ b/extraconfig/services/tmpwatch-install.yaml @@ -1,7 +1,7 @@ heat_template_version: rocky description: > - Install tmpwatch on the undercloud/standalone + Install tmpwatch parameters: EndpointMap: @@ -33,7 +33,7 @@ parameters: outputs: role_data: - description: Role data for tmpwatch install on undercloud or standalone + description: Role data for tmpwatch install value: service_name: logrotate_tmpwatch deploy_steps_tasks: diff --git a/overcloud-resource-registry-puppet.j2.yaml b/overcloud-resource-registry-puppet.j2.yaml index 882a6becbf..f3092c5d63 100644 --- a/overcloud-resource-registry-puppet.j2.yaml +++ b/overcloud-resource-registry-puppet.j2.yaml @@ -341,7 +341,7 @@ resource_registry: OS::TripleO::Services::Multipathd: docker/services/multipathd.yaml # Logging - OS::TripleO::Services::Tmpwatch: OS::Heat::None + OS::TripleO::Services::Tmpwatch: extraconfig/services/tmpwatch-install.yaml OS::TripleO::Services::Logging::BarbicanApi: docker/services/logging/files/barbican-api.yaml OS::TripleO::Services::Logging::GlanceApi: docker/services/logging/files/glance-api.yaml OS::TripleO::Services::Logging::HAProxy: docker/services/logging/files/haproxy.yaml