Sha256: c99dabcb845468835e6b6fd43a3ec615b0fffce9ad3bd5e33f11512305469af1

Contents?: true

Size: 218 Bytes

Versions: 22

Compression:

Stored size: 218 Bytes

Contents

class freighthop::database(
  $servers = []
) {
  if member($servers, 'postgres') {
    class { 'freighthop::database::postgres':}
  }
  if member($servers, 'mysql') {
    class { 'freighthop::database::mysql':}
  }
}

Version data entries

22 entries across 11 versions & 1 rubygems

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