Selaa lähdekoodia

AMBARI-371. Mysql packages not being sent during install and uninstall (Contributed by Jitendra)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347126 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 vuotta sitten
vanhempi
commit
468d4fe0c9
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 0
      CHANGES.txt
  2. 1 1
      hmc/php/puppet/genmanifest/generateManifest.php

+ 2 - 0
CHANGES.txt

@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-371. Mysql packages not being sent during install and uninstall (Jitendra via Vikram)
+
   AMBARI-369. Improve Service Management page and general popup styling (Yusaku via Vikram)
 
   AMBARI-367. Make users enter hive configs instead of using defaults (Hitesh via Vikram)

+ 1 - 1
hmc/php/puppet/genmanifest/generateManifest.php

@@ -183,7 +183,7 @@ include "RoleDependencies.php";
      "hdp-hcat" => "hcatalog",
      "hdp-oozie::server" => "oozie.noarch",
      "hdp-oozie::client" => "oozie-client.noarch",
-     "hdp-mysql::mysql" => "mysql mysql-server",
+     "hdp-mysql::server" => "mysql-server",
      "hdp-templeton::server" => "templeton.i386",
      "hdp-templeton::client" => "templeton.i386",
      "lzo" => "lzo lzo.i386 lzo-devel lzo-devel.i386",