summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 19:02:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 19:02:21 +0200
commit820af8b97712ddc374a8772d95356b662ffeb858 (patch)
tree93dbbc4f524ff1098eda71df79a061d6939518b6
parentfix (diff)
downloadnspawn-820af8b97712ddc374a8772d95356b662ffeb858.tar.gz
nspawn-820af8b97712ddc374a8772d95356b662ffeb858.tar.xz
fix
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7549fc5..a6ba54e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -41,5 +41,5 @@ class nspawn (
ensure => directory,
}
- stdlib::create_resources('nspawn::machine', $machines)
+ ensure_resources('nspawn::machine', $machines)
}