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:
4b067b0
)
buildd lingering: ensure /var/lib/systemd/linger directory exists
author
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 2 Apr 2018 12:18:41 +0000
(14:18 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 2 Apr 2018 12:18:41 +0000
(14:18 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
e0ae02c
..
2b9f0a6
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-198,6
+198,10
@@
class buildd ($ensure=present) {
}
# Enable lingering for pybuildd
+ file { '/var/lib/systemd/linger':
+ ensure => directory,
+ mode => '755',
+ }
file { "/var/lib/systemd/linger/buildd":
ensure => present,
}