Sha256: 3a111d96d1f64123c79f89e368afe5e7f344d5ed73bb8cd721b006964fcc72ea

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

class freighthop::database(
  $flavors
) {
  if (member($flavors, 'postgres')) {
    class { 'freighthop::database::postgres':}
  }
  if (member($flavors, 'mysql')) {
    class { 'freighthop::database::mysql':}
  }
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
freighthop-0.1.0 local_modules/freighthop/manifests/database.pp
freighthop-0.1.0 modules/freighthop/manifests/database.pp