Puppet Function: complyadm::bolt_version
- Defined in:
- lib/puppet/functions/complyadm/bolt_version.rb
- Function type:
- Ruby 4.x API
Overview
3 4 5 6 7 8 9 10 11 |
# File 'lib/puppet/functions/complyadm/bolt_version.rb', line 3 Puppet::Functions.create_function(:'complyadm::bolt_version') do dispatch :bolt_version do return_type 'String[1]' end def bolt_version Bolt::VERSION end end |