Sha256: ab3e3cb400a6cd29da02ccb22784f33c2adb34be959baac2bf764e28bf14c1c2

Contents?: true

Size: 199 Bytes

Versions: 22

Compression:

Stored size: 199 Bytes

Contents

class freighthop::database::mysql(
  $databases,
  $users,
) {
  include mysql::server
  include mysql::client

  mysql_database { $databases: } ->
  freighthop::database::mysql::grant { $users: }
}

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.3.0 modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.0 local_modules/freighthop/manifests/database/mysql.pp