From: Julien Cristau Date: Sat, 5 Oct 2019 10:10:42 +0000 (+0200) Subject: The nm user also wants lingering X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=7cf8c9b7d5e06b37a84700146b4e9ed71f2da575 The nm user also wants lingering --- diff --git a/modules/roles/manifests/nm.pp b/modules/roles/manifests/nm.pp index 131714e8d..2bfb33730 100644 --- a/modules/roles/manifests/nm.pp +++ b/modules/roles/manifests/nm.pp @@ -27,5 +27,7 @@ class roles::nm ( address => $base::public_addresses, } + dsa_systemd::linger { 'nm': } + include roles::postgresql::ftp_master_dak_replica::db_guest_access::ubc }