Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`resource[:component_name]` is set on creation (`ensure => present`) and deletion (`ensure => absent`) of the rabbitmq_parameter type but it is not set when it's removed from puppet-purge. On the other hand, `component_name` is set to absent on creation, is set on deletion and on purge. ``` resource[:component_name] component_name creation shovel :absent deletion shovel shovel purge nil shovel ``` When deleting a parameter, use `component_name` instead of `resource[:component_name]`
- Loading branch information