You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REFERENCE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ Default value: `false`
523
523
524
524
Data type: `Enum['stopped','running']`
525
525
526
-
The state that the ``networkd`` service should be in
526
+
The state that the ``networkd`` service should be in. **Warning** Since since v260 of systemd ensuring the service is stopped may only be transient, it is very likely some socket will activate the service nearly immediatly.
Copy file name to clipboardExpand all lines: manifests/init.pp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@
95
95
# Manage the systemd network daemon
96
96
#
97
97
# @param networkd_ensure
98
-
# The state that the ``networkd`` service should be in
98
+
# The state that the ``networkd`` service should be in. **Warning** Since since v260 of systemd ensuring the service is stopped may only be transient, it is very likely some socket will activate the service nearly immediatly.
99
99
#
100
100
# @param networkd_package
101
101
# Name of the package required for systemd-networkd, if any
0 commit comments