Skip to content

Commit

Permalink
fix(debian): avoid python-ufw installation (py2-only)
Browse files Browse the repository at this point in the history
* Fix #19
  • Loading branch information
myii committed May 30, 2020
1 parent 2dde2b1 commit a636ee5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
4 changes: 1 addition & 3 deletions ufw/osfamilymap.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
Debian:
packages:
- python-ufw
Debian: {}
RedHat: {}
Suse:
packages:
Expand Down
41 changes: 35 additions & 6 deletions ufw/osfingermap.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
Debian-8: {}
# os: Debian
Debian-10: {}
Debian-9: {}
Ubuntu-16.04: {}
Debian-8:
packages:
- python-ufw

# os: Ubuntu
Ubuntu-20.04: {}
Ubuntu-18.04: {}
Fedora-28: {}
Fedora-29: {}
CentOS-7: {}
Ubuntu-16.04:
packages:
- python-ufw

# os: Fedora
Fedora-32: {}
Fedora-31: {}

# os: CentOS
CentOS Linux-8: {}
CentOS Linux-7: {}
CentOS-6: {}
openSUSE-4.23: {}

# os: Amazon
Amazon Linux-2: {}
Amazon Linux AMI-2018: {}

# os: SUSE
Leap-15: {}

# os: FreeBSD
FreeBSD-12: {}

# os: Windows
Windows-8.1: {}

# os: Gentoo
Gentoo-2: {}

0 comments on commit a636ee5

Please sign in to comment.