fixig missing ,
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
bc3aac5270
commit
b5513163cb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue