object_notificationcomponent.conf.erb 485 B

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