Add a target_file_ensure parameter to the ApiListener object defined type.

This commit is contained in:
Nick Chappell 2015-01-10 16:51:38 -08:00
parent bfbe35e71d
commit 73c91649e0

View file

@ -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',