fixig missing ,

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-30 18:37:44 -04:00 committed by Nick Chappell
parent bc3aac5270
commit b5513163cb

View file

@ -13,7 +13,7 @@ define icinga2::object::graphitewriter (
validate_string($host)
file {"${target_dir}/${target_file_name}":
ensure => file
ensure => file,
owner => $target_file_owner,
group => $target_file_group,
mode => $target_file_mode,