summaryrefslogtreecommitdiff
path: root/code/environments
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments')
-rw-r--r--code/environments/production/manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
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': }