Project

General

Profile

« Previous | Next » 

Revision 7a9857ba

Added by Greg Sutcliffe about 12 years ago

Parameterize the agent half of the module, and enable user to specify the Puppet port

View differences:

templates/server/puppet-vhost.conf.erb
Listen 8140
<VirtualHost *:8140>
Listen <%= scope.lookupvar("puppet::server::port") %>
<VirtualHost *:<%= scope.lookupvar("puppet::server::port") %>>
SSLEngine on
SSLCipherSuite SSLv2:-LOW:-EXPORT:RC4+RSA

Also available in: Unified diff