Skip to content

Commit 7196715

Browse files
authored
make sure plugins installed before service is started
1 parent 5eb4821 commit 7196715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/plugin.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
proxy => $_proxy,
130130
plugin_dir => $elasticsearch::real_plugindir,
131131
plugin_path => $module_dir,
132+
before => Service['elasticsearch']
132133
}
133134
-> file { "${elasticsearch::real_plugindir}/${_module_dir}":
134135
ensure => $_file_ensure,

0 commit comments

Comments
 (0)