module-icinga2/templates/object_user.conf.erb
2014-08-02 22:07:23 -07:00

30 lines
703 B
Text

/**
* WARNING: This host definition is automatically generated by Puppet.
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
*/
/**
* A user definition. You can create your own configuration files
* in the conf.d directory (e.g. one per host). By default all *.conf
* files in this directory are included.
*
*/
//Parameters to add:
// display_name
// email
// pager
// vars
// groups
// enable_notifications
// period
// types
// states
object User "<%= @object_username %>" {
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
<%- if @template_to_import -%>
<%#- Otherwise, include the parameter: -%>
import "<%= @template_to_import -%>"
<%- end -%>
}