summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/puppet/provider/package/apple.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/provider/package/apple.rb b/lib/puppet/provider/package/apple.rb
index 7f1c93e5b..e34820b55 100755
--- a/lib/puppet/provider/package/apple.rb
+++ b/lib/puppet/provider/package/apple.rb
@@ -2,7 +2,9 @@
Puppet::Type.type(:package).provide :apple do
desc "Package management based on OS X's builtin packaging system. This is
essentially the simplest and least functional package system in existence --
- it only supports installation; no deletion or upgrades."
+ it only supports installation; no deletion or upgrades. The provider will
+ automatically add the ``.pkg`` extension, so leave that off when specifying
+ the package name."
confine :exists => "/Library/Receipts"
commands :installer => "/usr/sbin/installer"