From 8bf5d8c1c5489fd07785771f2521aae949f6731f Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 17 Jan 2024 08:06:08 +0100 Subject: [PATCH] Update nx_nomachine.md - add info for hiera config --- services-admin-guide/nx_nomachine.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/services-admin-guide/nx_nomachine.md b/services-admin-guide/nx_nomachine.md index 55b2fb8..5dbd1b1 100644 --- a/services-admin-guide/nx_nomachine.md +++ b/services-admin-guide/nx_nomachine.md @@ -1,3 +1,17 @@ # NX Nomachine All information about the nomachine service and how to troubleshoot, currently can be found here: https://git.psi.ch/nomachine/documentation + + +## Hiera + +To install and configure nomachine vie hiera following variables are needed: + +``` +base::enable_nomachine: true +nomachine::version: '8.4.2-1' +nomachine::profile: 'enterprise-desktop' +nomachine::license::: +``` + +Which versions are available for `nomachine:profile` can be found in here: https://git.psi.ch/linux-infra/puppet/-/blob/preprod/code/modules/profile/manifests/nomachine.pp#L3