Skip to content

Commit b268301

Browse files
committed
Fix lint issues
1 parent 0e20186 commit b268301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/config_yaml.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
'inputs' => $fluentbit::inputs,
3939
'outputs' => $fluentbit::outputs,
4040
'filters' => $fluentbit::filters,
41-
}
41+
},
4242
} + $fluentbit::yaml
4343

44-
file { "$config_dir/fluent-bit.yaml":
44+
file { "${config_dir}/fluent-bit.yaml":
4545
mode => $fluentbit::config_file_mode,
4646
content => stdlib::to_yaml($config_hash),
4747
}

0 commit comments

Comments
 (0)