Issue #4052 has been updated by James Turnbull.

Status changed from Needs More Information to Needs Decision
Assignee set to Nigel Kersten


----------------------------------------
Feature #4052: arrays should support pre-pend and append overrides.
https://projects.puppetlabs.com/issues/4052

Author: Dan Bode
Status: Needs Decision
Priority: Normal
Assignee: Nigel Kersten
Category: 
Target version: 1.2
Keywords: 
Branch: 
Affected URL: 
Affected Dashboard version: 


**New description:**

After #3534 is implemented, we want to be able to insert
items into an array value at the beginning and/or the end.  E.g.:

* group "webserver" has parameter "foo" with values [ 1, 2 ],
* node "bar" is a member of this group and thus inherits the "foo" parameter,
* we want that parameter to be [ 0, 1, 2 ], and we want to do that just by 
adding a leading 0, not by redefining the entire value.

We need:

* simple UI for managing this,
* correct reading/writing of these values.

----

**Original description:**

overrides should support the ability to specify rather to append or prepend to 
an inherited array parameter.

Depends on: #3534


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to