Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / ensure_resources.pp
diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/ensure_resources.pp
new file mode 100644 (file)
index 0000000..bd26002
--- /dev/null
@@ -0,0 +1,4 @@
+# A helper class to test the ensure_resources function
+class test::ensure_resources($resource_type, $title_hash, $attributes_hash) {
+  ensure_resources($resource_type, $title_hash, $attributes_hash)
+}