puppetlabs / puppetlabs-node_manager

Create and manage PE node groups as resources.
Apache License 2.0
10 stars 21 forks source link

`parent` is compared to name so equivalent ID creates change #55

Open WhatsARanjit opened 4 years ago

WhatsARanjit commented 4 years ago

If you specify the correct ID of an existing group, the code compares to the group name, creating a change event. For example, if the All Nodes group is the parent:

parent => '00000000-0000-4000-8000-000000000000'

Creates a change whereas:

parent => 'All Nodes'

is a noop.