22 lines
516 B
Text
22 lines
516 B
Text
|
/**
|
||
|
* WARNING: This EndPoint is automatically generated by Puppet.
|
||
|
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* A EndPoint definition. You can create your own configuration files
|
||
|
* in the conf.d directory (e.g. one per commnand). By default all *.conf
|
||
|
* files in this directory are included.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
object EndPoint "<%= @object_name %>" {
|
||
|
host = "<%= @host -%>"
|
||
|
<%- if @port -%>
|
||
|
port = <%= @port -%>
|
||
|
<%- end -%>
|
||
|
<%- if @log_duration -%>
|
||
|
log_duration = <%= @log_duration -%>
|
||
|
<%- end -%>
|
||
|
}
|