From 1d084cf48458eda8c560d470d187a7618446b8cb Mon Sep 17 00:00:00 2001 From: "Sean Millichamp (Group)" Date: Fri, 28 Oct 2022 09:20:12 -0400 Subject: [PATCH] (PUP-11666) Mark resources type as valid for hosts and devices The resources type is useful on both hosts and devices and is compatible as is in both modes. --- lib/puppet/type/resources.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/puppet/type/resources.rb b/lib/puppet/type/resources.rb index 25162de1602..97363639632 100644 --- a/lib/puppet/type/resources.rb +++ b/lib/puppet/type/resources.rb @@ -7,6 +7,7 @@ so you can purge unmanaged resources but set `noop` to true so the purging is only logged and does not actually happen." + apply_to_all newparam(:name) do desc "The name of the type to be managed."