summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-01-01 13:12:01 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-01-01 13:12:01 +1100
commit039dc8d6a996116cccbe0d26a61a2ec9a0148e6c (patch)
tree579f9581d040afce7f7da9e8c47de67ba2505487
parent1154c42d4a573c5889e0f991ec2096ea78c4e987 (diff)
downloadpuppet-039dc8d6a996116cccbe0d26a61a2ec9a0148e6c.tar.gz
puppet-039dc8d6a996116cccbe0d26a61a2ec9a0148e6c.tar.xz
puppet-039dc8d6a996116cccbe0d26a61a2ec9a0148e6c.zip
Fixed ticket #979 - pkgdmg.rb documentation
-rw-r--r--lib/puppet/provider/package/pkgdmg.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet/provider/package/pkgdmg.rb b/lib/puppet/provider/package/pkgdmg.rb
index b7601cde9..2020b6b56 100644
--- a/lib/puppet/provider/package/pkgdmg.rb
+++ b/lib/puppet/provider/package/pkgdmg.rb
@@ -87,10 +87,8 @@ Example usage::
**WARNING**: Because I assume files will be downloaded to /tmp, the current
implementation attempts to delete DMG files if you install directly from the
-file system and not via a URL method.
-"
+file system and not via a URL method."
-
confine :exists => "/Library/Receipts"
commands :installer => "/usr/sbin/installer"
commands :hdiutil => "/usr/bin/hdiutil"