summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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)
}