Puppet Function: systemd_template
- Defined in:
- modules/wmflib/lib/puppet/parser/functions/systemd_template.rb
- Function type:
- Ruby 3.x API
Overview
11 12 13 14 |
# File 'modules/wmflib/lib/puppet/parser/functions/systemd_template.rb', line 11 newfunction(:systemd_template, :type => :rvalue, :arity => 1) do |args| args << 'systemd' function_init_template(args) end |