Skip to content

Commit edce60b

Browse files
committed
Fix path references to resolv.conf in doc
Signed-off-by: Simon Deziel <[email protected]>
1 parent 0f2f463 commit edce60b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Data type: `Enum['stopped','running']`
192192

193193
The state that the ``resolved`` service should be in. When migrating from 'running' to
194194
'stopped' an attempt will be made to restore a working `/etc/resolv.conf` using
195-
`/run/systemd/resolved/resolv.conf`.
195+
`/run/systemd/resolve/resolv.conf`.
196196

197197
Default value: `'running'`
198198

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# @param resolved_ensure
2828
# The state that the ``resolved`` service should be in. When migrating from 'running' to
2929
# 'stopped' an attempt will be made to restore a working `/etc/resolv.conf` using
30-
# `/run/systemd/resolved/resolv.conf`.
30+
# `/run/systemd/resolve/resolv.conf`.
3131
#
3232
# @param resolved_package
3333
# The name of a systemd sub package needed for systemd-resolved if one needs to be installed.

0 commit comments

Comments
 (0)