summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-23 08:37:28 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-03-23 08:37:28 +0100
commit34e78dd9feabf1cff273b10bc9be4a6fa9a9d145 (patch)
treef09d6e9a5e403d10c7aa2a3e3ff66060b95b1ec5
parent3db2eaa00b90bb37e91066863acc3a2251db15c1 (diff)
downloadpuppet.FWSECK-34e78dd9feabf1cff273b10bc9be4a6fa9a9d145.tar.gz
puppet.FWSECK-34e78dd9feabf1cff273b10bc9be4a6fa9a9d145.tar.bz2
puppet.FWSECK-34e78dd9feabf1cff273b10bc9be4a6fa9a9d145.zip
New nodes add: workstation-*.
-rw-r--r--manifests/site.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index c17bfce..b4f95d5 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -122,3 +122,6 @@ node /notebook-[0-9]{2}\.intern$/ inherits "all_hosts" {
node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" {
class { 'anacron_on_battery': }
}
+# Workstations
+node /workstation-.*\.intern$/ inherits "all_hosts" {
+}