We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 725afd6 + dcf1d89 commit 278f0c5Copy full SHA for 278f0c5
manifests/package.pp
@@ -182,7 +182,7 @@
182
183
exec { 'remove_plugin_dir':
184
refreshonly => true,
185
- command => "rm -rf ${elasticsearch::_plugindir}",
+ command => "rm -rf ${::elasticsearch::_plugindir}",
186
}
187
188
manifests/plugin.pp
@@ -137,7 +137,7 @@
137
plugin_dir => $::elasticsearch::_plugindir,
138
plugin_path => $module_dir,
139
140
- -> file { "${elasticsearch::_plugindir}/${_module_dir}":
+ -> file { "${::elasticsearch::_plugindir}/${_module_dir}":
141
ensure => $_file_ensure,
142
mode => 'o+Xr',
143
recurse => true,
0 commit comments