Skip to content

Commit a15484e

Browse files
committed
Allow fine grained firewall answers for tl-setup
This reflects updates in ThinLinc 4.20.0
1 parent 388e2d0 commit a15484e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Updated to 4.20.0
13-
- Update SUSE usr merge workaround to match SLES 16 changes
13+
- Updated SUSE usr merge workaround to match SLES 16 changes
14+
- Updated tlsetup answers to match the 4.20.0 changes
1415

1516
### Removed
1617

templates/thinlinc-setup.answers.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ email-address={{ thinlinc_email }}
44
install-python-ldap={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
55
agent-hostname-choice={{ thinlinc_hostname_choice }}
66
manual-agent-hostname={{ thinlinc_manual_agent_hostname }}
7-
setup-firewall=yes
7+
setup-firewall-ssh=yes
8+
setup-firewall-tlwebaccess=yes
9+
setup-firewall-tlwebadm=yes
10+
setup-firewall-tlmaster=yes
11+
setup-firewall-tlagent=yes
812
setup-selinux=yes
913
setup-apparmor=yes
1014
{% if 'thinlinc_masters' in group_names %}

0 commit comments

Comments
 (0)