-
- Downloads
Add a map define to create postfix maps (#138)
* Add a map define to create postfix maps It is similar to existing hash define, but this define can create maps of any type, not just hash. * Refactor postfix::hash to avoid duplicate code postfix::hash uses now the new postfix::map to create the hash
Showing
- manifests/hash.pp 2 additions, 31 deletionsmanifests/hash.pp
- manifests/map.pp 91 additions, 0 deletionsmanifests/map.pp
- spec/defines/postfix_hash_spec.rb 9 additions, 12 deletionsspec/defines/postfix_hash_spec.rb
- spec/defines/postfix_map_spec.rb 117 additions, 0 deletionsspec/defines/postfix_map_spec.rb
Loading
Please register or sign in to comment