Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / fixtures / test / manifests / deftype.pp
diff --git a/3rdparty/modules/stdlib/spec/fixtures/test/manifests/deftype.pp b/3rdparty/modules/stdlib/spec/fixtures/test/manifests/deftype.pp
new file mode 100644 (file)
index 0000000..825f8fe
--- /dev/null
@@ -0,0 +1,3 @@
+define test::deftype($param = 'foo') {
+  notify { "deftype: $title": }
+}