From 34e78dd9feabf1cff273b10bc9be4a6fa9a9d145 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 23 Mar 2017 08:37:28 +0100 Subject: New nodes add: workstation-*. --- manifests/site.pp | 3 +++ 1 file changed, 3 insertions(+) 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" { +} -- cgit v1.2.3