summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-01 15:30:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-01 15:30:56 +0100
commit3b6e6167ace0ef7cd04af38eedb6875936a3f921 (patch)
tree40c2630d8134496a653690245f40f73cb3369488
parentfb73b6127f7a9153f1c196a6fbe5c27d4eaeb855 (diff)
downloadpuppet.SGM-3b6e6167ace0ef7cd04af38eedb6875936a3f921.tar.gz
puppet.SGM-3b6e6167ace0ef7cd04af38eedb6875936a3f921.tar.bz2
puppet.SGM-3b6e6167ace0ef7cd04af38eedb6875936a3f921.zip
site.pp: Include hostname scheme for notebooks in notebook node regexp.
-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 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': }