bartavelle / language-puppet

A library to work with Puppet manifests, test them and eventually replace everything ruby.
BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link

implement prefix and suffix function from stdlib #246

Closed jfroche closed 6 years ago

jfroche commented 6 years ago

Use in https://github.com/voxpupuli/puppet-confluence/blob/master/manifests/config.pp#L47

Functions are here:

https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/lib/puppet/parser/functions/suffix.rb https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/lib/puppet/parser/functions/prefix.rb

Thank you !