summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-12-13 13:20:10 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-12-13 13:20:10 +0100
commitb840f71b9e80650680b374e761a67df5c9c8901f (patch)
tree52e1fb33382bb96fc51f6216419115df21f794ed
parent01af1d05a2c3d95101921ca8cec9a03d9eea5150 (diff)
downloadpuppet.LW-b840f71b9e80650680b374e761a67df5c9c8901f.tar.gz
puppet.LW-b840f71b9e80650680b374e761a67df5c9c8901f.tar.bz2
puppet.LW-b840f71b9e80650680b374e761a67df5c9c8901f.zip
code/environments/production/manifests/site.pp: Also allow hostnames 'nuc-xx' as puppet workstations.
-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 7d7c7b6..1af80c0 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -355,7 +355,7 @@ node /(md-lap-[0-9]+|notebook-[0-9]+|test-notebook)\.intern$/ {
# WORKSTATIONS
-node /(workstation-[0-9]+|test-workstation)\.intern$/ {
+node /((nuc|workstation)-[0-9]+|test-workstation)\.intern$/ {
class { 'ssh_pubkeys_admins': }
class { 'ssh_pubkeys_firedadmins': }
class { 'lsb_release_with_version': }