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.6.1 modules/freighthop/manifests/database/mysql.pp
freighthop-0.6.1 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.6.0 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.6.0 modules/freighthop/manifests/database/mysql.pp
freighthop-0.5.2 modules/freighthop/manifests/database/mysql.pp
freighthop-0.5.2 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.5.1 modules/freighthop/manifests/database/mysql.pp
freighthop-0.5.1 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.5.0 modules/freighthop/manifests/database/mysql.pp
freighthop-0.5.0 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.4.1 modules/freighthop/manifests/database/mysql.pp
freighthop-0.4.1 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.4.0 modules/freighthop/manifests/database/mysql.pp
freighthop-0.4.0 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.3 modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.3 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.2 local_modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.2 modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.1 modules/freighthop/manifests/database/mysql.pp
freighthop-0.3.1 local_modules/freighthop/manifests/database/mysql.pp