From 3b6e6167ace0ef7cd04af38eedb6875936a3f921 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 1 Feb 2022 15:30:56 +0100 Subject: site.pp: Include hostname scheme for notebooks in notebook node regexp. --- 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 ac8acd2..4382354 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -270,7 +270,7 @@ node "faiserver.intern" { # NOT PRESENT node "devserver.intern" inherits "all_servers" {} # NOTEBOOKS (aka ROAMING WORKSTATIONS) -node /(notebook-[0-9]+|test-notebook)\.intern$/ { +node /(md-lap-[0-9]+|notebook-[0-9]+|test-notebook)\.intern$/ class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'lsb_release_with_version': } -- cgit v1.2.3