ake-persson / pepa

Configuration templating for SaltStack using Hierarchical substitution and Jinja.
Other
14 stars 3 forks source link

Add support for Merge and Immutable #5

Closed ake-persson closed 10 years ago

ake-persson commented 10 years ago

Add support for Merge and Immutable as in Distill. Useful to merge key/value across templates and immutable can be used to make sure a key/value pair won't be overwritten.

ake-persson commented 10 years ago

Most likely it makes sense to port all the Operators from Distill unset, immutable and merge also the combinations thereof.

ake-persson commented 10 years ago

Done!