This website works better with JavaScript.
首頁
探索
說明
註冊
登入
salt
/
firewalld-formula
複製自
ExternalMirrors/firewalld-formula
關註
2
收藏
0
複製
0
程式碼
版本發佈
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.
84
Commit
1
分支
目錄樹:
07e79001cd
master
v0.7.0
v0.6.2
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from '07e79001cd'
${ noResults }
firewalld-formula
/
test
/
integration
/
default
/
controls
/
ipset_spec.rb
ipset_spec.rb
93B
原始文件
Normal View
文件歷史
fix(rubocop): add fixes using `rubocop --safe-auto-correct`
5 年之前
Refactor backend format, add backward compatibility, simple pkg testing See https://github.com/saltstack-formulas/firewalld-formula/pull/21#pullrequestreview-146958098
6 年之前
1
2
3
4
5
# frozen_string_literal: true
describe package('ipset') do
it { should be_installed }
end