You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2014/01/28 17:05:14 UTC

git commit: AMBARI-4444. Web UI is blocked after install on CentOS 5.9 (Eugene Chekanskiy via dlysnichenko)

Updated Branches:
  refs/heads/trunk 665114fad -> 5343c5e0c


AMBARI-4444. Web UI is blocked after install on CentOS 5.9 (Eugene Chekanskiy via dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5343c5e0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5343c5e0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5343c5e0

Branch: refs/heads/trunk
Commit: 5343c5e0c8943713e875d2350bf3d8a3d38b13cf
Parents: 665114f
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Jan 28 18:04:23 2014 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Jan 28 18:04:23 2014 +0200

----------------------------------------------------------------------
 .../HDP/2.1.1/services/NAGIOS/metainfo.xml      | 40 ++++++++++++--------
 1 file changed, 24 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5343c5e0/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/NAGIOS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/NAGIOS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/NAGIOS/metainfo.xml
index 9af461e..a7396b9 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/NAGIOS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/NAGIOS/metainfo.xml
@@ -73,31 +73,39 @@
         </osSpecific>
         <osSpecific>
           <osType>suse</osType>
-          <package>
-            <type>rpm</type>
-            <name>php5-json</name>
-          </package>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>php5-json</name>
+            </package>
+          </packages>
         </osSpecific>
         <osSpecific>
           <osType>centos5</osType>
-          <package>
-            <type>rpm</type>
-            <name>php-pecl-json.x86_64</name>
-          </package>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>php-pecl-json.x86_64</name>
+            </package>
+          </packages>
         </osSpecific>
         <osSpecific>
           <osType>redhat5</osType>
-          <package>
-            <type>rpm</type>
-            <name>php-pecl-json.x86_64</name>
-          </package>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>php-pecl-json.x86_64</name>
+            </package>
+          </packages>
         </osSpecific>
         <osSpecific>
           <osType>oraclelinux5</osType>
-          <package>
-            <type>rpm</type>
-            <name>php-pecl-json.x86_64</name>
-          </package>
+          <packages>
+            <package>
+              <type>rpm</type>
+              <name>php-pecl-json.x86_64</name>
+            </package>
+          </packages>
         </osSpecific>
       </osSpecifics>
     </service>