From 5a45a4dc33e2bcb30250e5e0218200a976357e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 8 Jun 2018 22:30:44 +0200 Subject: [PATCH] Do not manage apt-transport-https. --- manifests/cirunner.pp | 1 - manifests/install.pp | 1 - metadata.json | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/cirunner.pp b/manifests/cirunner.pp index 4aa3baa6..614eb64b 100644 --- a/manifests/cirunner.pp +++ b/manifests/cirunner.pp @@ -72,7 +72,6 @@ case $::osfamily { 'Debian': { include apt - ensure_packages('apt-transport-https') apt::source { 'apt_gitlabci': comment => 'GitlabCI Runner Repo', diff --git a/manifests/install.pp b/manifests/install.pp index 262f5aaa..589507b5 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -16,7 +16,6 @@ case $::osfamily { 'debian': { include apt - ensure_packages('apt-transport-https') apt::source { "gitlab_official_${edition}": comment => 'Official repository for Gitlab', diff --git a/metadata.json b/metadata.json index 0422759e..338f76ad 100644 --- a/metadata.json +++ b/metadata.json @@ -18,7 +18,7 @@ }, { "name": "puppetlabs/apt", - "version_requirement": ">=2.1.0 <5.0.0" + "version_requirement": ">=4.4.0 <5.0.0" } ], "operatingsystem_support": [