22 lines
619 B
Text
22 lines
619 B
Text
|
/**
|
||
|
* WARNING: This ExternalCommandListener definition is automatically generated by Puppet.
|
||
|
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* A ExternalCommandListener 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.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
library "compat"
|
||
|
|
||
|
object ExternalCommandListener "<%= @object_externalcommandlistenername %>" {
|
||
|
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
|
||
|
|
||
|
<%- if @command_path -%>
|
||
|
command_path = "<%= @command_path -%>"
|
||
|
<%- end -%>
|
||
|
}
|