From: Julien Cristau Date: Sat, 5 Oct 2019 10:04:42 +0000 (+0200) Subject: Enable lingering for the contributors user X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=33a685862291e6f3c0c7f9df702b930430bbe419 Enable lingering for the contributors user Per enrico. --- diff --git a/modules/roles/manifests/contributors.pp b/modules/roles/manifests/contributors.pp index fa1add1b9..f664532b7 100644 --- a/modules/roles/manifests/contributors.pp +++ b/modules/roles/manifests/contributors.pp @@ -6,4 +6,6 @@ class roles::contributors { notify => Exec['service apache2 reload'], key => true, } + + dsa_systemd::linger { 'contributors': } }