2014-11-26 14:44:15 +01:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2015-01-05 00:21:13 +01:00
|
|
|
object Endpoint "<%= @object_name %>" {
|
2014-11-26 14:44:15 +01:00
|
|
|
host = "<%= @host -%>"
|
|
|
|
<%- if @port -%>
|
|
|
|
port = <%= @port -%>
|
|
|
|
<%- end -%>
|
|
|
|
<%- if @log_duration -%>
|
|
|
|
log_duration = <%= @log_duration -%>
|
|
|
|
<%- end -%>
|
|
|
|
}
|