object_checkresultreader.conf.erb 583 B

1234567891011121314151617181920
  1. /**
  2. * WARNING: This CheckResultReader definition is automatically generated by Puppet.
  3. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
  4. */
  5. /**
  6. * A CheckResultReader 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. library "compat"
  12. object CheckResultReader "<%= @object_checkresultreadername %>" {
  13. <%#- If any of the @ parameters are undefined, don't print anything for them: -%>
  14. <%- if @spool_dir -%>
  15. spool_dir = "<%= @spool_dir %>"
  16. <%- end -%>
  17. }