Puppet Function: systemd_template

Defined in:
puppet/modules/wmflib/lib/puppet/parser/functions/systemd_template.rb
Function type:
Ruby 3.x API

Overview

systemd_template()Any

Returns:

  • (Any)


11
12
13
14
# File 'puppet/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