puppet-apps_site/examples/app_site_without_glare.pp
Bartosz Kupidura 8b72875d3c Glare support for app-catalog
This commit should allow to deploy app-catalog with glare support
introduced by Ib5c6920c90f566d73a5f9e8ed545f0e082a0b20e

Change-Id: I9fbe756cfcc2456587c0395e88f14681a1e43ee4
2016-10-12 09:38:32 +02:00

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,
}