summaryrefslogtreecommitdiff
path: root/spec/fixtures/test/manifests/ensure_resources.pp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test/manifests/ensure_resources.pp')
-rw-r--r--spec/fixtures/test/manifests/ensure_resources.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/test/manifests/ensure_resources.pp b/spec/fixtures/test/manifests/ensure_resources.pp
new file mode 100644
index 0000000..bd26002
--- /dev/null
+++ b/spec/fixtures/test/manifests/ensure_resources.pp
@@ -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)
+}