From 88b9cbe69a90ccdeb24566420a514962e507ebfb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 21 Mar 2017 14:55:55 +0100 Subject: Add nodes: bib-tresen-nb.*\.intern. --- manifests/site.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests') 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': } +} -- cgit v1.2.3