From cf78bea206096264c204018c2564e60b45b51fdd Mon Sep 17 00:00:00 2001 From: Wolf Noble Date: Fri, 3 May 2013 17:06:06 -0500 Subject: [PATCH] minor fix to alphabetization of package_ensure parameter --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index dfde650..0544858 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,