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:
2bc65f1
)
all our hosts still want stretch::network_online though
author
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Aug 2018 08:18:02 +0000
(10:18 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Aug 2018 08:18:02 +0000
(10:18 +0200)
modules/systemd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/systemd/manifests/init.pp
b/modules/systemd/manifests/init.pp
index
1dd41cd
..
2ee492f
100644
(file)
--- a/
modules/systemd/manifests/init.pp
+++ b/
modules/systemd/manifests/init.pp
@@
-6,6
+6,8
@@
class systemd {
systemd::mask { 'sys-kernel-debug-tracing.mount': }
systemd::mask { 'sys-kernel-debug.mount': }
+ include stretch::network_online
+
if $::hostname == 'godard' {
exec {'mkdir -p /etc/systemd/journald.conf.d':
unless => 'test -d /etc/systemd/journald.conf.d',