object_endpoint.conf.erb 516 B

123456789101112131415161718192021
  1. /**
  2. * WARNING: This EndPoint is automatically generated by Puppet.
  3. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
  4. */
  5. /**
  6. * A EndPoint 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. object Endpoint "<%= @object_name %>" {
  12. host = "<%= @host -%>"
  13. <%- if @port -%>
  14. port = <%= @port -%>
  15. <%- end -%>
  16. <%- if @log_duration -%>
  17. log_duration = <%= @log_duration -%>
  18. <%- end -%>
  19. }