object_externalcommandlistener.conf.erb 619 B

123456789101112131415161718192021
  1. /**
  2. * WARNING: This ExternalCommandListener definition is automatically generated by Puppet.
  3. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
  4. */
  5. /**
  6. * A ExternalCommandListener definition. You can create your own configuration files
  7. * in the conf.d directory (e.g. one per commnand). By default all *.conf
  8. * files in this directory are included.
  9. *
  10. */
  11. library "compat"
  12. object ExternalCommandListener "<%= @object_externalcommandlistenername %>" {
  13. <%#- If any of the @ parameters are undefined, don't print anything for them: -%>
  14. <%- if @command_path -%>
  15. command_path = "<%= @command_path -%>"
  16. <%- end -%>
  17. }