summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 16:03:02 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 16:03:02 +0200
commit416bc63f11323a92ee32ea63c0766a8b5c9ca226 (patch)
tree1c90299d3e1a03fd40b2f277ea8973be40c8d07c
parentwork (diff)
downloadnetworking-416bc63f11323a92ee32ea63c0766a8b5c9ca226.tar.gz
networking-416bc63f11323a92ee32ea63c0766a8b5c9ca226.tar.xz
Try removing dep loop.
-rw-r--r--manifests/networkd_instance.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/networkd_instance.pp b/manifests/networkd_instance.pp
index 651f8ce..3045892 100644
--- a/manifests/networkd_instance.pp
+++ b/manifests/networkd_instance.pp
@@ -9,8 +9,6 @@ define networking::networkd_instance (
String $file = "${path}/${real_filename}",
) {
- require ::networking::networkd
-
file { $file:
ensure => $ensure,
owner => 'systemd-network',