cparedes / puppet-opsview

Major refactor of Opsview Puppet module.
6 stars 3 forks source link

Add resource deletion support #1

Open cparedes opened 13 years ago

cparedes commented 13 years ago

Right now, the module does not support deleting resources from the Opsview server (this would be nice so we could purge all unmanaged resources from the Opsview server.)

I'd imagine we'd need to add more functions in Puppet::Provider::Opsview that wraps around DELETE operations on the API.