1719424b23
This was still relying on globals. Allow you to pass params into mysql::client properly to set the package.
8 lines
157 B
Puppet
8 lines
157 B
Puppet
class mysql::client::install {
|
|
|
|
package { 'mysql_client':
|
|
ensure => $mysql::client::package_ensure,
|
|
name => $mysql::client::package_name,
|
|
}
|
|
|
|
}
|