Skip to content

Commit e6083ca

Browse files
committed
Support multiple admin email addresses
This reflects updates in ThinLinc 4.20.0
1 parent a15484e commit e6083ca

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Updated to 4.20.0
1313
- Updated SUSE usr merge workaround to match SLES 16 changes
1414
- Updated tlsetup answers to match the 4.20.0 changes
15+
- It is now possible to specify multiple email addresses for license warnings
1516

1617
### Removed
1718

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ dependencies along with the ThinLinc software. If set to "no", the
5757
role assumes that you will take care of it.
5858
5959
```yaml
60-
thinlinc_email: "root@localhost"
60+
thinlinc_emails: "root@localhost"
6161
```
6262
63-
Administrative email address to receive license warnings.
63+
Administrative email addresses to receive license warnings. Multiple
64+
addresses are separated by spaces.
6465
6566
```yaml
6667
thinlinc_printers: "yes"

templates/thinlinc-setup.answers.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{ ansible_managed }}
22
install-gtk={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
3-
email-address={{ thinlinc_email }}
3+
email-address={{ thinlinc_emails }}
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 }}

0 commit comments

Comments
 (0)