Skip to content

Commit

Permalink
create a .pinned file for jenkins core module updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Warren committed May 5, 2014
1 parent abd0bbb commit f033c23
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 @@ -81,7 +81,7 @@
}

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

0 comments on commit f033c23

Please sign in to comment.