diff options
author | James Turnbull <james@lovedthanlost.net> | 2007-12-30 22:36:54 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2007-12-30 22:36:54 +1100 |
commit | badf97777a9090b0645202217dcf217fbfdd5425 (patch) | |
tree | 598e3be9ed14d329a2db4017496e17f594f77ecd | |
parent | e6547f03c48dde95f86538c5d4d25137e124792b (diff) | |
download | puppet-badf97777a9090b0645202217dcf217fbfdd5425.tar.gz puppet-badf97777a9090b0645202217dcf217fbfdd5425.tar.xz puppet-badf97777a9090b0645202217dcf217fbfdd5425.zip |
Fixed indentation error in pkgdmg.rb documentation
-rw-r--r-- | lib/puppet/provider/package/pkgdmg.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/puppet/provider/package/pkgdmg.rb b/lib/puppet/provider/package/pkgdmg.rb index b7601cde9..3b830aedc 100644 --- a/lib/puppet/provider/package/pkgdmg.rb +++ b/lib/puppet/provider/package/pkgdmg.rb @@ -87,14 +87,10 @@ 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" - commands :curl => "/usr/bin/curl" + commands :installer => "/usr/sbin/installer", :hdiutil => "/usr/bin/hdiutil", :curl => "/usr/bin/curl" # JJM We store a cookie for each installed .pkg.dmg in /var/db def self.instance_by_name |