summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/examples-sync.sh
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-06-22 10:21:15 -0400
committerScott Dodson <sdodson@redhat.com>2016-06-22 10:21:15 -0400
commit8d3e9489aca1088687583dec74c365cd8412fcec (patch)
tree1bb467f63c64073c7addc98856c0ef3184b95beb /roles/openshift_examples/examples-sync.sh
parent856175c0a9167d1dba0ac46ec900bda497a8c0a7 (diff)
downloadopenshift-8d3e9489aca1088687583dec74c365cd8412fcec.tar.gz
openshift-8d3e9489aca1088687583dec74c365cd8412fcec.tar.bz2
openshift-8d3e9489aca1088687583dec74c365cd8412fcec.tar.xz
openshift-8d3e9489aca1088687583dec74c365cd8412fcec.zip
Update logging and metrics templates
Diffstat (limited to 'roles/openshift_examples/examples-sync.sh')
-rwxr-xr-xroles/openshift_examples/examples-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh
index f9d194909..24c18f2b8 100755
--- a/roles/openshift_examples/examples-sync.sh
+++ b/roles/openshift_examples/examples-sync.sh
@@ -41,7 +41,7 @@ wget https://raw.githubusercontent.com/jboss-fuse/application-templates/master/f
wget https://raw.githubusercontent.com/openshift/origin-metrics/master/metrics.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/metrics-deployer.yaml
wget https://raw.githubusercontent.com/openshift/origin-metrics/enterprise/metrics.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/enterprise/metrics-deployer.yaml
-wget https://raw.githubusercontent.com/openshift/origin-aggregated-logging/master/deployment/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/logging-deployer.yaml
+wget https://raw.githubusercontent.com/openshift/origin-aggregated-logging/master/deployer/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/logging-deployer.yaml
wget https://raw.githubusercontent.com/openshift/origin-aggregated-logging/enterprise/deployment/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/enterprise/logging-deployer.yaml
popd