summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-25 10:04:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-25 10:04:14 +0200
commit60729c6727484cd82eff8f722ef57fb65fa75409 (patch)
tree792c16a622f3580ce4a21d5d01f586c69e2ab110
parent106d1acfb2e84fff8050db7d7f5010c5866bfd4b (diff)
downloadpuppet.KATH-60729c6727484cd82eff8f722ef57fb65fa75409.tar.gz
puppet.KATH-60729c6727484cd82eff8f722ef57fb65fa75409.tar.bz2
puppet.KATH-60729c6727484cd82eff8f722ef57fb65fa75409.zip
site.pp: Namensschema Tablets angepasst (noch präziser).
-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': }