diff options
Diffstat (limited to 'examples/mac_pkgdmg.pp')
| -rwxr-xr-x | examples/mac_pkgdmg.pp | 7 |
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; +} |
