fix(rubocop): add fixes using rubocop --safe-auto-correct
This commit is contained in:
parent
0f808d6afb
commit
8136b75fa0
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe package('nftables') do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe package('firewalld') do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe package('ipset') do
|
||||
it { should be_installed }
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user