Sha256: 0586c6c390b99a5d38381878621beef641cf2afd1fb85a8b96844292b44e5e7a

Contents?: true

Size: 178 Bytes

Versions: 22

Compression:

Stored size: 178 Bytes

Contents

class freighthop::packages(
  $ppas,
  $packages,
) {
  include apt

  apt::ppa { $ppas: }

  package { $packages:
    ensure  => installed,
    require => Apt::Ppa[$ppas]
  }
}

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/freighthop/manifests/packages.pp
freighthop-0.6.1 local_modules/freighthop/manifests/packages.pp
freighthop-0.6.0 local_modules/freighthop/manifests/packages.pp
freighthop-0.6.0 modules/freighthop/manifests/packages.pp
freighthop-0.5.2 modules/freighthop/manifests/packages.pp
freighthop-0.5.2 local_modules/freighthop/manifests/packages.pp
freighthop-0.5.1 modules/freighthop/manifests/packages.pp
freighthop-0.5.1 local_modules/freighthop/manifests/packages.pp
freighthop-0.5.0 modules/freighthop/manifests/packages.pp
freighthop-0.5.0 local_modules/freighthop/manifests/packages.pp
freighthop-0.4.1 modules/freighthop/manifests/packages.pp
freighthop-0.4.1 local_modules/freighthop/manifests/packages.pp
freighthop-0.4.0 modules/freighthop/manifests/packages.pp
freighthop-0.4.0 local_modules/freighthop/manifests/packages.pp
freighthop-0.3.3 modules/freighthop/manifests/packages.pp
freighthop-0.3.3 local_modules/freighthop/manifests/packages.pp
freighthop-0.3.2 local_modules/freighthop/manifests/packages.pp
freighthop-0.3.2 modules/freighthop/manifests/packages.pp
freighthop-0.3.1 modules/freighthop/manifests/packages.pp
freighthop-0.3.1 local_modules/freighthop/manifests/packages.pp