20 Zeilen
583 B
Text
20 Zeilen
583 B
Text
/**
|
|
* WARNING: This CheckResultReader definition is automatically generated by Puppet.
|
|
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
|
*/
|
|
|
|
/**
|
|
* A CheckResultReader 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 CheckResultReader "<%= @object_checkresultreadername %>" {
|
|
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
|
|
<%- if @spool_dir -%>
|
|
spool_dir = "<%= @spool_dir %>"
|
|
<%- end -%>
|
|
}
|