This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
firewalld-formula
forked from
ExternalMirrors/firewalld-formula
Watch
2
Star
0
Fork
0
Code
Releases
2
Activity
Saltstack Official FirewallD Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83
Commits
1
Branch
Tree:
dc8a9df3b8
master
v0.7.0
v0.6.2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'dc8a9df3b8'
${ noResults }
firewalld-formula
/
test
/
integration
/
default
/
controls
/
backend_spec.rb
backend_spec.rb
96B
Raw
Normal View
History
fix(rubocop): add fixes using `rubocop --safe-auto-correct`
5 years ago
Refactor backend format, add backward compatibility, simple pkg testing See https://github.com/saltstack-formulas/firewalld-formula/pull/21#pullrequestreview-146958098
6 years ago
1
2
3
4
5
# frozen_string_literal: true
describe package('nftables') do
it { should be_installed }
end