Puppet: System Administration Automated

Support

Ticket #381 (assigned enhancement)

Opened 2 years ago

Last modified 2 years ago

Allow multiple overrides in one statement

Reported by: lutter Assigned to: luke (accepted)
Priority: normal Milestone: elmo
Component: language Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Medium

Description

It should be possible to write

  Type[name1,name2] { attr => value }

and have it mean hte exact same thing as

  Type[name1] { attr => value }
  Type[name2] { attr => value }

Change History

12/15/06 19:15:32 changed by lutter

  • summary changed from Allow multiple overrides win one statement to Allow multiple overrides in one statement.

01/23/07 02:45:15 changed by luke

  • milestone set to kermit.

01/29/07 01:03:14 changed by luke

  • milestone changed from kermit to grover.

04/05/07 22:16:22 changed by luke

  • status changed from new to assigned.
  • specification set to Unnecessary.
  • patch set to None.
  • complexity set to Medium.
  • milestone changed from grover to elmo.
  • approval set to Unnecessary.
  • compatibility set to Full.
  • stage set to Accepted.