view modules/mysql/types/options.pp @ 389:668df4711671

Update MySQL modules
author IBBoard <dev@ibboard.co.uk>
date Mon, 03 Jan 2022 17:16:21 +0000
parents
children
line wrap: on
line source

# @summary A hash of options structured like the override_options, but not merged with the default options.
# Use this if you don’t want your options merged with the default options.
type Mysql::Options = Hash[
  String,
  Hash,
]