Files
mgmt/examples/lang/firewalld0.mcl
James Shubin c5e3e0ee70 engine: resources: Add firewalld resource
This is a simple firewalld resource to make the seamless opening of
firewall ports in standalone laptop (and other) environments easy.
2024-03-16 00:36:06 -04:00

10 lines
152 B
Plaintext

firewalld "misc" { # name is irrelevant
services => [
"dhcp",
"tftp",
],
ports => ["4280/tcp",],
state => $const.res.firewalld.state.absent,
}