Skip to content
Snippets Groups Projects
Unverified Commit 69581677 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

loader_archive: Improve tarball support

Related to T2110
parent a2ba7e96
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,17 @@ class profile::swh::deploy::worker::loader_archive {
$private_tmp = lookup('swh::deploy::worker::loader_archive::private_tmp')
# Extra dependencies to improve the tarball support
package {'lzip':
ensure => 'present',
}
::profile::swh::deploy::worker::instance {'loader_archive':
ensure => present,
private_tmp => $private_tmp,
require => [
Package[$packages],
Package['lzip'],
],
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment