Преглед изворни кода

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

Lisnichenko Dmitro пре 11 година
родитељ
комит
5343c5e0c8

+ 24 - 16
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>