(GH-C&T-7) Remove code specific to unsupported OSs
Removes compatibility for all Debian below 9, all Ubuntu below 18.04
This commit is contained in:
@@ -125,7 +125,7 @@ describe 'java::sap', type: :define do
|
||||
end
|
||||
|
||||
context 'with Ubuntu 64-bit' do
|
||||
let(:facts) { { kernel: 'Linux', os: { family: 'Debian', architecture: 'amd64', name: 'Ubuntu', release: { full: '16.04' } } } }
|
||||
let(:facts) { { kernel: 'Linux', os: { family: 'Debian', architecture: 'amd64', name: 'Ubuntu', release: { full: '18.04' } } } }
|
||||
|
||||
context 'when sapjvm 7' do
|
||||
let(:params) { { ensure: 'present', version: '7', java: 'jdk' } }
|
||||
|
||||
Reference in New Issue
Block a user