Sha256: cf091b8a19ee5edaa52eda62dac207640ec73fe326f5d40f4a0414d5f165eaaf

Contents?: true

Size: 334 Bytes

Versions: 22

Compression:

Stored size: 334 Bytes

Contents

class freighthop(
  $ppas,
  $packages,
  $languages,
) {
  class { 'freighthop::params': } ->
  class { 'freighthop::packages':
    ppas      => $ppas,
    packages  => $packages,
  } ->

  class { 'freighthop::language':
    languages    => $languages,
  } ->

  class { 'freighthop::web': } ->
  class { 'freighthop::database':}
}

Version data entries

22 entries across 11 versions & 1 rubygems

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