Skip to content

Commit

Permalink
Merge pull request #115 from mlosapio/master
Browse files Browse the repository at this point in the history
In CentOS land - this is just xz
  • Loading branch information
tobru authored Mar 15, 2017
2 parents bbe8b30 + 8b65e7d commit 45b3960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/cirunner.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
$hiera_runners_key = 'gitlab_ci_runners',
$manage_docker = true,
$manage_repo = true,
$xz_package_name = 'xz-utils',
$package_ensure = installed,
) {

Expand All @@ -50,7 +51,7 @@
include ::docker
# workaround for cirunner issue #1617
# https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1617
ensure_packages('xz-utils')
ensure_packages($xz_package_name)

$docker_images = {
ubuntu_trusty => {
Expand Down

0 comments on commit 45b3960

Please sign in to comment.