Skip to content

Submitting empty attributes #11

@WhatsARanjit

Description

@WhatsARanjit

Previous issues:

If you're trying to remove all classification or remove all rules, you might try:

node_group { 'test':
  rule    => [],
  classes => {},
}

...but this translates to undef and so it's an unmanaged attribute. Need a feature to be able to submit an empty value to clear out what is there.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions