Puppet Function: format_zone_label
- Defined in:
- lib/puppet/functions/format_zone_label.rb
- Function type:
- Ruby 4.x API
Overview
4 5 6 7 8 |
# File 'lib/puppet/functions/format_zone_label.rb', line 4 Puppet::Functions.create_function('format_zone_label') do def format_zone_label(specification, vpc, az, index) sprintf(specification, {:vpc => vpc, :az => az, :index => index}) end end |