Skip to content

rabbitmq_vhost resource not idempotent with a description #1006

@d1nuc0m

Description

@d1nuc0m

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: independent
  • Ruby: independent
  • Distribution: independent
  • Module version: tested on v13.2.0

How to reproduce (e.g Puppet code you use)

rabbitmq_vhost { 'myvhost':
    ensure      => present,
    description => 'A description here',
  }

What are you seeing

At every agent run, a change is reported because of the vhost description, even if this has not been modified

What behaviour did you expect instead

Report changes only if there have been modifications

Output log

Notice: /Stage[main]/Main/Node[rabbitmq.example.com]/Rabbitmq_vhost[myvhost]/description: description changed to 'A description here' (corrective)

Any additional information you'd like to impart

\

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions