This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
firewalld-formula
mirror of
https://github.com/saltstack-formulas/firewalld-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
14
Wiki
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.
90
Commits
1
Branch
Tree:
b96cc569fe
master
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.10.1
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b96cc569fe'
${ 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