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