7281fba7ab
Ref: https://github.com/saltstack-formulas/packages-formula/pull/74 === Do not change lines below === { "chain": [], "cmd": "git ls-files -z firewalld | xargs --null -I '()' find '()' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#\"firewalld/#\"./#g;s#- firewalld\\.#- .#;'", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
{% from "./map.jinja" import firewalld with context %}
|
|
|
|
firewalld_repo_buster-backports:
|
|
pkgrepo.managed:
|
|
- name: deb http://deb.debian.org/debian buster-backports main
|
|
- file: /etc/apt/sources.list.d/buster-backports.list
|
|
|
|
firewalld_install_iptables_from_buster-backports:
|
|
pkg.installed:
|
|
- name: iptables
|
|
- fromrepo: buster-backports
|
|
- version: '1.8.5*'
|
|
- refresh: True
|