Skip to content

Commit

Permalink
(maint) Remove unsupported platforms
Browse files Browse the repository at this point in the history
This commit removes logic for handling platforms no longer supported by
puppet-agent, Ubuntu 14.x and Ubuntu on PowerPC.
  • Loading branch information
mhashizume committed Nov 2, 2023
1 parent 59caac4 commit 59c27c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/selinux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'audit:acceptance'

confine :to, :platform => /el-|fedora-|debian-|ubuntu-/
confine :except, :platform => /ubuntu-.*-ppc64el|ubuntu-14|el-6/
confine :except, :platform => /el-6/

require 'puppet/acceptance/common_utils'

Expand Down

0 comments on commit 59c27c9

Please sign in to comment.