Skip to content

Commit

Permalink
Fix delete bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristi committed Oct 10, 2013
1 parent 4e0ce53 commit bfb12ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

exec {
"download-${name}" :
command => "rm -rf ${name}* && wget --no-check-certificate ${base_url}${plugin}",
command => "rm -rf ${name} ${name}.* && wget --no-check-certificate ${base_url}${plugin}",
cwd => $plugin_dir,
require => [File[$plugin_dir], Package['wget'], File[$plugin_installed]],
path => ['/usr/bin', '/usr/sbin',],
Expand Down

0 comments on commit bfb12ad

Please sign in to comment.