Skip to content

Commit 278f0c5

Browse files
author
Gavin Williams
authored
Merge pull request #1066 from fatmcgav/fix_intake_failure
Fix intake failure for variable_scope
2 parents 725afd6 + dcf1d89 commit 278f0c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/package.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182

183183
exec { 'remove_plugin_dir':
184184
refreshonly => true,
185-
command => "rm -rf ${elasticsearch::_plugindir}",
185+
command => "rm -rf ${::elasticsearch::_plugindir}",
186186
}
187187

188188

manifests/plugin.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
plugin_dir => $::elasticsearch::_plugindir,
138138
plugin_path => $module_dir,
139139
}
140-
-> file { "${elasticsearch::_plugindir}/${_module_dir}":
140+
-> file { "${::elasticsearch::_plugindir}/${_module_dir}":
141141
ensure => $_file_ensure,
142142
mode => 'o+Xr',
143143
recurse => true,

0 commit comments

Comments
 (0)