object_statusdatawriter.conf.erb 760 B

123456789101112131415161718192021222324252627
  1. /**
  2. * WARNING: This StatusDataWriter definition is automatically generated by Puppet.
  3. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
  4. */
  5. /**
  6. * A StatusDataWriter 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 StatusDataWriter "<%= @object_statusdatawritername %>" {
  13. <%#- If any of the @ parameters are undefined, don't print anything for them: -%>
  14. <%- if @status_path -%>
  15. status_path = "<%= @status_path -%>"
  16. <%- end -%>
  17. <%- if @objects_path -%>
  18. objects_path = "<%= @objects_path -%>"
  19. <%- end -%>
  20. <%- if @update_interval -%>
  21. update_interval = <%= @update_interval %>
  22. <%- end -%>
  23. }