Skip to content

Commit

Permalink
Merge pull request #243 from jkroepke/apt_https
Browse files Browse the repository at this point in the history
Do not manage apt-transport-https.
  • Loading branch information
LongLiveCHIEF authored Jun 8, 2018
2 parents 268a957 + 5a45a4d commit c523e46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion manifests/cirunner.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
case $::osfamily {
'Debian': {
include apt
ensure_packages('apt-transport-https')

apt::source { 'apt_gitlabci':
comment => 'GitlabCI Runner Repo',
Expand Down
1 change: 0 additions & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
case $::osfamily {
'debian': {
include apt
ensure_packages('apt-transport-https')

apt::source { "gitlab_official_${edition}":
comment => 'Official repository for Gitlab',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit c523e46

Please sign in to comment.