From e8aa4742f11960a6a2a56aa2336887ff6a62e598 Mon Sep 17 00:00:00 2001 From: Sean Millichamp Date: Mon, 16 Oct 2023 15:28:36 -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 03cb8cfe137..27c9d8aec76 100644 --- a/lib/puppet/type/resources.rb +++ b/lib/puppet/type/resources.rb @@ -8,6 +8,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."