projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56bb5cf
)
Enable lingering for the contributors user
author
Julien Cristau
<jcristau@debian.org>
Sat, 5 Oct 2019 10:04:42 +0000
(12:04 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Sat, 5 Oct 2019 10:04:42 +0000
(12:04 +0200)
Per enrico.
modules/roles/manifests/contributors.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/contributors.pp
b/modules/roles/manifests/contributors.pp
index
fa1add1
..
f664532
100644
(file)
--- 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': }
}