File: options.pp

package info (click to toggle)
puppet-module-puppetlabs-mysql 15.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 968 kB
  • sloc: ruby: 1,648; sh: 43; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# @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,
]