Remove duplicate enable_notifications parameter that was added.

This commit is contained in:
Nick Chappell 2014-08-24 18:14:50 -07:00
parent 9ec7f5ca9c
commit fe21de08f0

View file

@ -14,7 +14,6 @@ define icinga2::object::user (
$display_name = $name,
$email = undef,
$pager = undef,
$enable_notifications = 'true',
$vars = {},
$groups = [],
$enable_notifications = undef,