Skip to content

Commit c99f72b

Browse files
authored
add trailing comma to make linting happy ;)
1 parent 7196715 commit c99f72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/plugin.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
proxy => $_proxy,
130130
plugin_dir => $elasticsearch::real_plugindir,
131131
plugin_path => $module_dir,
132-
before => Service['elasticsearch']
132+
before => Service['elasticsearch'],
133133
}
134134
-> file { "${elasticsearch::real_plugindir}/${_module_dir}":
135135
ensure => $_file_ensure,

0 commit comments

Comments
 (0)