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