Sha256: 7394b55708a69e553243daf10fe8e862509d2c0b61fdaca0fec99614a4f91c21
Contents?: true
Size: 443 Bytes
Versions: 20
Compression:
Stored size: 443 Bytes
Contents
# frozen_string_literal: true # 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" confine 'os.family' => :solaris end
Version data entries
20 entries across 20 versions & 1 rubygems