Skip to content

Commit

Permalink
Merge pull request #393 from bastelfreak/debian
Browse files Browse the repository at this point in the history
Drop EoL Debian 10 support
  • Loading branch information
bastelfreak authored Aug 9, 2024
2 parents e62e96d + a5331c7 commit aad5e93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11",
"12"
]
Expand Down
18 changes: 0 additions & 18 deletions spec/classes/selinux_package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,6 @@
it { is_expected.to contain_package('policycoreutils').with(ensure: 'installed') }
end

context 'On Debian 10' do
let(:facts) do
{
osfamily: 'Debian',
operatingsystem: 'Debian',
operatingsystemmajrelease: '10',
selinux_current_mode: 'enforcing',
os: { release: { major: '10' }, name: 'Debian', family: 'Debian' }
}
end

it { is_expected.to compile.with_all_deps }

%w[policycoreutils-python-utils selinux-basics selinux-policy-default auditd].each do |package|
it { is_expected.to contain_package(package).with(ensure: 'installed') }
end
end

context 'do not manage package' do
let(:facts) do
{
Expand Down

0 comments on commit aad5e93

Please sign in to comment.