diff options
Diffstat (limited to 'manifests/site.pp')
-rw-r--r-- | manifests/site.pp | 3 |
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" { +} |