* fixed default parameter value

Merged from: https://github.com/Icinga/puppet-icinga2/pull/63

refs#7232: https://dev.icinga.org/issues/7232
This commit is contained in:
Ricardo Melo 2014-12-02 15:31:11 -05:00 committed by Nick Chappell
parent cb86883443
commit c8d2286428

View file

@ -16,7 +16,7 @@ define icinga2::object::endpoint (
$port = undef,
$log_duration = undef,
$target_dir = '/etc/icinga2/object/endpoints',
$target_file_name = "${object_name}.conf",
$target_file_name = "${name}.conf",
$target_file_owner = 'root',
$target_file_group = 'root',
$target_file_mode = '0644'