20 lines
485 B
Text
20 lines
485 B
Text
|
/**
|
||
|
* WARNING: This NotificationComponent is automatically generated by Puppet.
|
||
|
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* A NotificationComponent definition. You can create your own configuration files
|
||
|
* in the conf.d directory (e.g. one per commnand). By default all *.conf
|
||
|
* files in this directory are included.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
library "notification"
|
||
|
|
||
|
object NotificationComponent "<%= @object_name %>" {
|
||
|
<%- if @enable_ha != true -%>
|
||
|
enable_ha = false
|
||
|
<%- end -%>
|
||
|
}
|