Project

General

Profile

« Previous | Next » 

Revision 3d542ff8

Added by Justin Sherrill almost 10 years ago

fixes #6077 - exposing http pulp repos for capsule

View differences:

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

Also available in: Unified diff