Saltstack Official FirewallD Formula
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- describe package('firewalld') do
- it { should be_installed }
- end
-
- describe service('firewalld') do
- it { should be_enabled }
- it { should be_running }
- end
-
- describe service('iptables') do
- it { should_not be_enabled }
- it { should_not be_running }
- end
-
- describe service('ip6tables') do
- it { should_not be_enabled }
- it { should_not be_running }
- end
|