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:
90bb522
)
wait until after network-online.target for bacula-fd
author
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Aug 2018 07:03:15 +0000
(09:03 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 7 Aug 2018 07:03:15 +0000
(09:03 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
8c33181
..
2c5ed34
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-18,6
+18,7
@@
class bacula::client inherits bacula {
package { ['bacula-fd']:
ensure => installed
}
+ include stretch::network_online
service { 'bacula-fd':
ensure => running,
@@
-65,6
+66,8
@@
class bacula::client inherits bacula {
}
systemd::override { 'bacula-fd':
content => @(EOT)
+ [Unit]
+ After=network-online.target
[Service]
ExecStart=
ExecStart=/usr/sbin/bacula-fd -c $CONFIG -f -u bacula -k