diff options
author | Ali Sogukpinar <arsogukpinar@gmail.com> | 2015-10-05 18:20:08 +0200 |
---|---|---|
committer | Ali Sogukpinar <arsogukpinar@gmail.com> | 2015-10-05 18:20:08 +0200 |
commit | f0b52c736130e8f155786a0df4da7408a96a9d70 (patch) | |
tree | dc302356329d8a2ff9a0169ec417524e56537899 /roles/openshift_examples | |
parent | 7918909dc7c6877a4ce2b9fab830d0c41c1c92fd (diff) | |
download | openshift-f0b52c736130e8f155786a0df4da7408a96a9d70.tar.gz openshift-f0b52c736130e8f155786a0df4da7408a96a9d70.tar.bz2 openshift-f0b52c736130e8f155786a0df4da7408a96a9d70.tar.xz openshift-f0b52c736130e8f155786a0df4da7408a96a9d70.zip |
Fix for name conflict
Template name is conflicting with the template name from 'eap6-basic-sti.json' .
Diffstat (limited to 'roles/openshift_examples')
-rw-r--r-- | roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json b/roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json index 0497e6824..5df36ccc2 100644 --- a/roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json +++ b/roles/openshift_examples/files/examples/xpaas-templates/eap6-https-sti.json @@ -6,10 +6,10 @@ "iconClass" : "icon-jboss", "description": "Application template for EAP 6 applications built using STI." }, - "name": "eap6-basic-sti" + "name": "eap6-https-sti" }, "labels": { - "template": "eap6-basic-sti" + "template": "eap6-https-sti" }, "parameters": [ { |