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:
parent
8fd663a697
commit
00b5e658b9
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user