Skip to content

Commit b7f7d13

Browse files
committed
Migrate subclusters and HA from vsmserver
This reflects updates in ThinLinc 4.19
1 parent 1800fb0 commit b7f7d13

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

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

1212
- Updated to 4.19.0
13+
- Updated paths for HA and subclusters
1314

1415
## [1.12] - 2025-01-07
1516

library/tlconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'''
1919

2020
EXAMPLES = '''
21-
- tlconfig: param=/vsmserver/HA/enabled value=1
21+
- tlconfig: param=/HA/enabled value=1
2222
'''
2323

2424
RETURN = '''

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
- name: Configure list of agent servers
8080
tlconfig:
81-
param: /vsmserver/subclusters/Default/agents
81+
param: /subclusters/Default/agents
8282
value: "{{ groups['thinlinc_agents'] | default(['localhost'], true) | join(' ') }}"
8383
notify: restart vsmserver
8484
when: "'thinlinc_masters' in group_names"

0 commit comments

Comments
 (0)