Project

General

Profile

« Previous | Next » 

Revision 04c32008

Added by Ewoud Kohl van Wijngaarden about 7 years ago

Use puppetlabs-apache vhost includes option

View differences:

manifests/init.pp
}
apache::vhost { 'foreman_proxy_content':
servername => $foreman_proxy_fqdn,
port => 80,
priority => '05',
docroot => '/var/www/html',
options => ['SymLinksIfOwnerMatch'],
custom_fragment => template('foreman_proxy_content/_pulp_includes.erb', 'foreman_proxy_content/httpd_pub.erb'),
servername => $foreman_proxy_fqdn,
port => 80,
priority => '05',
docroot => '/var/www/html',
options => ['SymLinksIfOwnerMatch'],
additional_includes => ['/etc/pulp/vhosts80/*.conf'],
custom_fragment => template('foreman_proxy_content/httpd_pub.erb'),
}
class { '::certs::qpid': }
templates/_pulp_includes.erb
Include /etc/pulp/vhosts80/*.conf

Also available in: Unified diff