5
0
Ответвление 0

Add a target_file_ensure parameter to the ApiListener object defined type.

Этот коммит содержится в:
Nick Chappell 2015-01-10 16:51:38 -08:00
родитель bfbe35e71d
коммит 73c91649e0

Просмотреть файл

@ -22,6 +22,7 @@ define icinga2::object::apilistener (
$accept_commands = false,
$target_dir = '/etc/icinga2/objects/apilisteners',
$target_file_name = "${name}.conf",
$target_file_ensure = file,
$target_file_owner = 'root',
$target_file_group = 'root',
$target_file_mode = '0644',