summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 18:44:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 18:44:27 +0200
commitbf8cb7921cdfd18cbf69093fa419c15947ee175c (patch)
tree5a6fb549b3ff083d9ed8abd760b5034651af1499
parentConfig base. (diff)
downloadnspawn-bf8cb7921cdfd18cbf69093fa419c15947ee175c.tar.gz
nspawn-bf8cb7921cdfd18cbf69093fa419c15947ee175c.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 0bb06fe..7549fc5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -41,5 +41,5 @@ class nspawn (
ensure => directory,
}
- create::resources('nspawn::machine', $machines)
+ stdlib::create_resources('nspawn::machine', $machines)
}