We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ead2e7 commit 970458dCopy full SHA for 970458d
modules/enableit/profile/manifests/network/netbird.pp
@@ -82,7 +82,7 @@
82
if $facts['init_system'] == 'systemd' {
83
Exec <| tag == 'systemd-netbird.service-systemctl-daemon-reload' |> {
84
noop => $noop_value,
85
- subscribe => Exec['netbird_service_install'],
+ subscribe => Exec['netbird_service_start'],
86
}
87
88
@@ -96,7 +96,7 @@
96
"NB_MANAGEMENT_URL=${server}",
97
],
98
unless => "netbird status -d | grep -i 'Management: Connected'",
99
100
notify => Service['netbird'],
101
102
0 commit comments