summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-13 16:21:40 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-13 16:21:40 +0100
commitcacefff9bde32c3d70fadeb96536b1a822746290 (patch)
tree06686baa8e52e46e3ad7b979591c03cec22a87c4 /manifests
parentAllow lists in networkd config. (diff)
downloadnetworking-cacefff9bde32c3d70fadeb96536b1a822746290.tar.gz
networking-cacefff9bde32c3d70fadeb96536b1a822746290.tar.xz
Remote root parameter in networking/networkd
Diffstat (limited to 'manifests')
-rw-r--r--manifests/networkd.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/networkd.pp b/manifests/networkd.pp
index dec2e33..9957306 100644
--- a/manifests/networkd.pp
+++ b/manifests/networkd.pp
@@ -1,8 +1,7 @@
class networking::networkd (
Boolean $notify_ = true,
Boolean $manage_directory = true,
- String $root = '/',
- String $path = "${root}/etc/systemd/network",
+ String $path = "/etc/systemd/network",
) {
if $manage_directory {
file { $path: