Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-14714-blueprintv2 e364cfd76 -> 5243104a4


AMBARI-22196. yum repo file contains parsing errors due to initial whitespace 
(adoroszlai)


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

Branch: refs/heads/branch-feature-AMBARI-14714-blueprintv2
Commit: 5243104a4d0a17c41a0a9c4725b4ba49697d6889
Parents: e364cfd
Author: Attila Doroszlai <adorosz...@hortonworks.com>
Authored: Fri Nov 17 18:16:48 2017 +0100
Committer: Attila Doroszlai <adorosz...@hortonworks.com>
Committed: Fri Nov 17 18:16:48 2017 +0100

----------------------------------------------------------------------
 ambari-server/src/main/resources/cluster-settings.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5243104a/ambari-server/src/main/resources/cluster-settings.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/cluster-settings.xml 
b/ambari-server/src/main/resources/cluster-settings.xml
index 70b100a..3b0cc1a 100644
--- a/ambari-server/src/main/resources/cluster-settings.xml
+++ b/ambari-server/src/main/resources/cluster-settings.xml
@@ -181,12 +181,12 @@
     <property>
         <name>repo_suse_rhel_template</name>
         <value>[{{repo_id}}]
-            name={{repo_id}}
-            {% if mirror_list %}mirrorlist={{mirror_list}}{% else 
%}baseurl={{base_url}}{% endif %}
+name={{repo_id}}
+{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% 
endif %}
 
-            path=/
-            enabled=1
-            gpgcheck=0
+path=/
+enabled=1
+gpgcheck=0
         </value>
         <description>Template of repositories for rhel and suse.</description>
         <on-ambari-upgrade add="true"/>

Reply via email to