object_compatlogger.conf.erb 648 B

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