Feature #2047
Augeas match should support a not include syntax
| Status: | Closed | Start date: | 03/04/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | augeas | |||
| Target version: | 0.25.5 | |||
| Affected Puppet version: | 0.25.0rc1 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Currently the augeas type supports onlyIf matching with includes, bot not with a notIncludes
History
Updated by Bryan Kearney about 3 years ago
- Status changed from Unreviewed to Accepted
Updated by James Turnbull almost 3 years ago
- Category changed from Red Hat to augeas
- Target version set to 4
- Affected Puppet version changed from 0.24.7 to 0.24.8
Updated by seph seph over 2 years ago
- Affected Puppet version changed from 0.24.8 to 0.25.0rc1
I’ve just started looking at using augeas, and have stumbled into this. To me, augeas seems most valuable in for making small tweaks to distribution provided packages — It lets me make a small tweak without needing to manage the whole thing as a template.
However, a lot of what I’m trying to change, augeas considers an array. And working with the onlyif conditions around arrays seems pretty miserable. Wanting to ensure a value in an array seems like a pretty natural thing.
My specific use case is in adding a post-up routing statement to /etc/network/interfaces on ubuntu.
Updated by Bryan Kearney over 2 years ago
- Status changed from Accepted to Ready For Checkin
I have sent a pull request to James for this. You can see the patch for it here.
http://github.com/bkearney/puppet/tree/ticket/0.25.x/2047
Updated by James Turnbull over 2 years ago
- Target version changed from 4 to 0.25.5
Updated by James Turnbull over 2 years ago
- Target version changed from 0.25.5 to 2.6.0
Updated by James Turnbull over 2 years ago
- Status changed from Ready For Checkin to Closed
- Target version changed from 2.6.0 to 0.25.5
Pushed in commit:2ae7516d77c57c2c26c7afca1e8b825f307887c1 in branch 0.25.x