Skip to content

Commit c58a2a8

Browse files
authored
Merge pull request #807 from puppetlabs/pdksync_GH-iac-334/main/remove_ubuntu_16.04_support
pdksync - (GH-iac-334) Remove Support for Ubuntu 14.04/16.04
2 parents 5b39a51 + 358c9f1 commit c58a2a8

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.fixtures.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ fixtures:
55
powershell: 'puppetlabs-powershell'
66
reboot: 'puppetlabs-reboot'
77
repositories:
8-
facts: 'git://github.com/puppetlabs/puppetlabs-facts.git'
9-
puppet_agent: 'git://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10-
provision: 'git://github.com/puppetlabs/provision.git'
8+
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
9+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10+
provision: 'https://github.com/puppetlabs/provision.git'
1111
yumrepo_core:
1212
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
1313
puppet_version: ">= 6.0.0"

.github/workflows/ubuntu18_pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
fail-fast: false
99
matrix:
1010
platform:
11-
- ubuntu-16.04
1211
- ubuntu-18.04
1312
- ubuntu-20.04
1413
collection:

metadata.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
{
3636
"operatingsystem": "Ubuntu",
3737
"operatingsystemrelease": [
38-
"14.04",
39-
"16.04",
4038
"18.04",
4139
"20.04"
4240
]

0 commit comments

Comments
 (0)