浏览代码

AMBARI-5691. Add missing require-input attributes on stack properties. Missing type. (swagle)

Siddharth Wagle 11 年之前
父节点
当前提交
4bf30ae4d8

+ 1 - 0
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml

@@ -39,6 +39,7 @@
   <property require-input = "true">
     <name>nagios_web_password</name>
     <value></value>
+    <type>PASSWORD</type>
     <description>Nagios Admin Password.</description>
   </property>
   <property require-input = "true">

+ 1 - 0
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml

@@ -49,6 +49,7 @@
   <property require-input = "true">
     <name>oozie_metastore_user_passwd</name>
     <value></value>
+    <type>PASSWORD</type>
     <description>Database password to use to connect to the database</description>
   </property>
   <property>

+ 1 - 0
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml

@@ -217,6 +217,7 @@
   <property require-input = "true">
     <name>oozie.service.JPAService.jdbc.password</name>
     <value> </value>
+    <type>PASSWORD</type>
     <description>
       DB user password.
 

+ 1 - 0
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml

@@ -224,6 +224,7 @@
   <property require-input = "true">
     <name>oozie.service.JPAService.jdbc.password</name>
     <value> </value>
+    <type>PASSWORD</type>
     <description>
       DB user password.