diff options
-rw-r--r-- | manifests/site.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index dede979..b9691ee 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -118,3 +118,7 @@ node "bibserv.intern" inherits "all_servers" { node /notebook-[0-9]{2}.intern$/ inherits "all_hosts" { class { 'anacron_on_battery': } } +# Bib-Tresen Notebooks +node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" { + class { 'anacron_on_battery': } +} |