summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/sunfreeware.rb
blob: 8b573fe2b6a7e74f8d465dc3bb10187c82479f30 (plain)
1
2
3
4
5
6
7
8
# At this point, it's an exact copy of the Blastwave stuff.
Puppet::Type.type(:package).provide :sunfreeware, :parent => :blastwave, :source => :sun do
    desc "Package management using sunfreeware.com's ``pkg-get`` command on Solaris.
        At this point, support is exactly the same as ``blastwave`` support and
        has not actually been tested."
    commands :pkgget => "pkg-get"
end