Skip to content

Commit

Permalink
Merge pull request #76 from Valantin/del-ubuntu
Browse files Browse the repository at this point in the history
Remove Ubuntu 14.04, 16.04 and 18.04 from supported OS
  • Loading branch information
bastelfreak committed Mar 11, 2024
2 parents 3a91394 + aceb032 commit fecd379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 0 additions & 3 deletions data/Debian.Ubuntu.14.04.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04",
"20.04",
"22.04"
]
Expand Down
10 changes: 5 additions & 5 deletions spec/classes/openvmtools_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@
}
end

context 'on a supported Ubuntu 14.04 os, vmware platform, default parameters' do
context 'on a supported Ubuntu 20.04 os, vmware platform, default parameters' do
let(:params) { {} }
let :facts do
{
operatingsystem: 'Ubuntu',
operatingsystemmajrelease: '14.04',
operatingsystemrelease: '14.04',
operatingsystemmajrelease: '20.04',
operatingsystemrelease: '20.04',
os: {
family: 'Debian',
name: 'Ubuntu',
release: {
full: '14.04',
major: '14.04',
full: '20.04',
major: '20.04',
}
},
osfamily: 'Debian',
Expand Down

0 comments on commit fecd379

Please sign in to comment.