Sha256: 2f0616e6a890915e891e74a64d0fd95972da85cf645feef6531f0c8d7bb6f87b
Contents?: true
Size: 444 Bytes
Versions: 32
Compression:
Stored size: 444 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
32 entries across 32 versions & 1 rubygems