Fix Tarball Naming

Storyboard.o.o's webclient has been lagging behind master due to
a change in naming.

This patch fixes the tarball name so that the webclient in prod will
actually reflect whats in master.

Change-Id: I35174ab8345fa811f21947c106dd3e18dc1bce0b
This commit is contained in:
Kendall Nelson 2018-05-16 12:01:51 -07:00
parent 8fd663a697
commit 00b5e658b9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class storyboard::application (
) {
# Variables
$webclient_filename = 'storyboard-webclient-latest.tar.gz'
$webclient_filename = 'storyboard-webclient-content-latest.tar.gz'
$webclient_url = "http://tarballs.openstack.org/storyboard-webclient/${webclient_filename}"
if $cors_allowed_origins {