From 16f0b0cc66b23a9e74005a9cd9379de6a2d78234 Mon Sep 17 00:00:00 2001 From: Yuxing Jiang <yuxing.jiang@windriver.com> Date: Fri, 23 Apr 2021 10:02:35 -0400 Subject: [PATCH] Rename the dnsmasq runtime class As the platform::dns:runtime class only referencing the resource of dnsmasq, this commit renames it as platform::dns::dnsmasq::runtime in order to indicate its function clearly. Story: 2008774 Task: 42365 Change-Id: I79dd23bf64abfd63906daa59ec59c4496dedda31 Signed-off-by: Yuxing Jiang <yuxing.jiang@windriver.com> --- puppet-manifests/src/modules/platform/manifests/dns.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-manifests/src/modules/platform/manifests/dns.pp b/puppet-manifests/src/modules/platform/manifests/dns.pp index beca86f10..7fe7116f7 100644 --- a/puppet-manifests/src/modules/platform/manifests/dns.pp +++ b/puppet-manifests/src/modules/platform/manifests/dns.pp @@ -80,7 +80,7 @@ class platform::dns::dnsmasq::reload { } -class platform::dns::runtime { +class platform::dns::dnsmasq::runtime { include ::platform::dns::dnsmasq class {'::platform::dns::dnsmasq::reload':