On Thursday, May 15, 2014 3:44:02 PM UTC-5, Marc DiPasquale wrote: > > Is it possible to use the resource metatype (or some other way) to purge > my custom resource? > I'm using Puppet v3.4.3 (Puppet Enterprise 3.2.0) > > I have a custom resource that is exported by a puppet module when an > application is installed. > This resource is collected on a management node and added to a load > balancer via a Web Services call. > What I would like to do is somehow have the ability to purge this resource > from my load balancer when they no longer exist during the puppet resource > collection. > >
You can use the Resources meta-resource to purge resources of any type, provided that (1) the resource type is Ensurable, and (2) it performs prefetching. Being ensurable is necessary because that's what Resources uses to remove unmanaged resources. Prefetching is necessary because that's how Resources knows which unmanaged resources are present on the target node. Any other solution for removing unmanaged resources is going to be specific to the resource type, and likely pretty messy. The biggest hurdle is (2): you somehow need to determine what resources are present. The next biggest is to filter out the managed resources from the list of all resources. Once you've identified the resources to purge, actually removing them is usually straightforward. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/4efcbf07-0eb7-4ab3-bd89-6532fc0d01bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.