Per @ghoneycutt, we should fail explicitly and explain why.
This commit is contained in:
parent
7513d0308c
commit
09af083e3c
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ class mysql::params{
|
|||
$socket = '/var/run/mysqld/mysqld.sock'
|
||||
$config_file = '/etc/mysql/my.cnf'
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported operating system: ${::operatingsystem}. ${module_name} supports debian, ubuntu, redhat, centos, and fedora.")
|
||||
}
|
||||
}
|
||||
$python_package_name = 'python-mysqldb'
|
||||
$ruby_package_name = 'ruby-mysql'
|
||||
|
|
Loading…
Reference in a new issue