From 60729c6727484cd82eff8f722ef57fb65fa75409 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 May 2020 10:04:14 +0200 Subject: =?UTF-8?q?site.pp:=20Namensschema=20Tablets=20angepasst=20(noch?= =?UTF-8?q?=20pr=C3=A4ziser).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/environments') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 29e4984..d327746 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -700,7 +700,7 @@ node /^tp.*\.intern$/ { } # Tablets -node /.*tab.*\.intern$/ { +node /(tab[0-9]+|test-fai-installation-tablet)\.intern$/ { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'lsb_release_with_version': } -- cgit v1.2.3