From b840f71b9e80650680b374e761a67df5c9c8901f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Dec 2022 13:20:10 +0100 Subject: code/environments/production/manifests/site.pp: Also allow hostnames 'nuc-xx' as puppet workstations. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 7d7c7b6..1af80c0 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -355,7 +355,7 @@ node /(md-lap-[0-9]+|notebook-[0-9]+|test-notebook)\.intern$/ { # WORKSTATIONS -node /(workstation-[0-9]+|test-workstation)\.intern$/ { +node /((nuc|workstation)-[0-9]+|test-workstation)\.intern$/ { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'lsb_release_with_version': } -- cgit v1.2.3