summaryrefslogtreecommitdiffstats
path: root/examples/mac_pkgdmg.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mac_pkgdmg.pp')
-rwxr-xr-xexamples/mac_pkgdmg.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/mac_pkgdmg.pp b/examples/mac_pkgdmg.pp
new file mode 100755
index 000000000..a2499e815
--- /dev/null
+++ b/examples/mac_pkgdmg.pp
@@ -0,0 +1,7 @@
+#!/usr/bin/env puppet
+#
+
+package
+{
+ "Foobar.pkg.dmg": ensure => present, provider => pkgdmg;
+}