minor fix to alphabetization of package_ensure parameter
This commit is contained in:
parent
569448c0a6
commit
cf78bea206
1 changed files with 3 additions and 3 deletions
|
@ -28,10 +28,10 @@
|
|||
#
|
||||
# [*old_root_password*] - Previous root user password,
|
||||
#
|
||||
# [*package_name*] - legacy parameter used to specify the client package. Should not be used going forward
|
||||
#
|
||||
# [*package_ensure*] - ensure value for packages.
|
||||
#
|
||||
# [*package_name*] - legacy parameter used to specify the client package. Should not be used going forward
|
||||
#
|
||||
# [*php_package_name*] - The name of the phpmysql package to install
|
||||
#
|
||||
# [*pidfile*] - The location mysql will expect the pidfile to be, and will put it when starting the service.
|
||||
|
@ -90,8 +90,8 @@ class mysql(
|
|||
$log_error = $mysql::params::log_error,
|
||||
$manage_service = $mysql::params::manage_service,
|
||||
$old_root_password = $mysql::params::old_root_password,
|
||||
$package_name = undef,
|
||||
$package_ensure = $mysql::params::package_ensure,
|
||||
$package_name = undef,
|
||||
$php_package_name = $mysql::params::php_package_name,
|
||||
$pidfile = $mysql::params::pidfile,
|
||||
$port = $mysql::params::port,
|
||||
|
|
Loading…
Reference in a new issue