
This commit should allow to deploy app-catalog with glare support introduced by Ib5c6920c90f566d73a5f9e8ed545f0e082a0b20e Change-Id: I9fbe756cfcc2456587c0395e88f14681a1e43ee4
9 lines
192 B
Puppet
9 lines
192 B
Puppet
#if you want to install app_site without glare support
|
|
$vhost_name = $::fqdn
|
|
$without_glare = true
|
|
|
|
class { '::apps_site':
|
|
vhost_name => $vhost_name,
|
|
without_glare => $without_glare,
|
|
}
|