From 106d1acfb2e84fff8050db7d7f5010c5866bfd4b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 May 2020 10:02:46 +0200 Subject: site.pp: Namensschema Tablets angepasst. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/environments/production') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 8fd9c8c..29e4984 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -700,7 +700,7 @@ node /^tp.*\.intern$/ { } # Tablets -node /.*tablet.*\.intern$/ { +node /.*tab.*\.intern$/ { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'lsb_release_with_version': } -- cgit v1.2.3