Sha256: e7bea05392a29961c8dd6cea78f330adee051ebb890b623a1fcf517fe6b5730b

Contents?: true

Size: 95 Bytes

Versions: 6

Compression:

Stored size: 95 Bytes

Contents

class freighthop::pkgs(
  $packages
) {
  package { $packages:
    ensure  => installed,
  }
}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
freighthop-0.0.4 local_modules/freighthop/manifests/pkgs.pp
freighthop-0.0.4 modules/freighthop/manifests/pkgs.pp
freighthop-0.0.3 local_modules/freighthop/manifests/pkgs.pp
freighthop-0.0.3 modules/freighthop/manifests/pkgs.pp
freighthop-0.0.2 local_modules/freighthop/manifests/pkgs.pp
freighthop-0.0.2 modules/freighthop/manifests/pkgs.pp