diff options
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/provider/package/pkgdmg.rb | 4 |
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" |