From 51411010081f0b6c218d27fc3d23011a14e2b2da Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 7 Jun 2019 11:35:14 +0200 Subject: site.pp: Apply notebook rules also to portfolio notebooks. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index d124a78..31d42e9 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -279,7 +279,7 @@ node /workstation-.*\.intern$/ { } # Notebooks -node /notebook-.*\.intern$/ { +node /(portfolio-nb-.*|notebook-.*)\.intern$/ { class { 'anacron_on_battery': } -- cgit v1.2.3