summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4382354..4254c75 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 /(md-lap-[0-9]+|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': }