Sha256: 8da7c4fe8219dd75315a4bb280ae061a7b93c3c0baa85eea078c93ca516101b0

Contents?: true

Size: 222 Bytes

Versions: 4

Compression:

Stored size: 222 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

4 entries across 2 versions & 1 rubygems

Version Path
freighthop-0.2.1 local_modules/freighthop/manifests/database.pp
freighthop-0.2.1 modules/freighthop/manifests/database.pp
freighthop-0.2.0 local_modules/freighthop/manifests/database.pp
freighthop-0.2.0 modules/freighthop/manifests/database.pp