object_filelogger.conf.erb 457 B

123456789101112131415161718
  1. /**
  2. * WARNING: This FileLogger is automatically generated by Puppet.
  3. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
  4. */
  5. /**
  6. * A FileLogger 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. object FileLogger "<%= @object_name %>" {
  12. <%- if @severity -%>
  13. severity = "<%= @severity -%>"
  14. <%- end -%>
  15. path = "<%= @path -%>"
  16. }