Skip to content

Commit

Permalink
Merge pull request #106 from maestrodev/debian
Browse files Browse the repository at this point in the history
ssl_path is not set for vhost-proxy
  • Loading branch information
hunner committed Oct 31, 2012
2 parents eb1d004 + b8aee77 commit 7632382
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
$serveraliases = ''
$auth = false
$redirect_ssl = false
$ssl_path = '/etc/ssl'
$options = 'Indexes FollowSymLinks MultiViews'
$override = 'None'
$vhost_name = '*'

if $::osfamily == 'redhat' or $::operatingsystem == 'amazon' {
$user = 'apache'
$group = 'apache'
Expand Down Expand Up @@ -74,12 +75,13 @@
$vdir = '/etc/apache2/sites-enabled/'
$proxy_modules = ['proxy', 'proxy_http']
$mod_packages = {
'dev' => ['libaprutil1-dev', 'libapr1-dev', 'apache2-prefork-dev'],
'fcgid' => 'libapache2-mod-fcgid',
'perl' => 'libapache2-mod-perl2',
'php5' => 'libapache2-mod-php5',
'python' => 'libapache2-mod-python',
'wsgi' => 'libapache2-mod-wsgi',
'dev' => ['libaprutil1-dev', 'libapr1-dev', 'apache2-prefork-dev'],
'fcgid' => 'libapache2-mod-fcgid',
'perl' => 'libapache2-mod-perl2',
'php5' => 'libapache2-mod-php5',
'proxy_html' => 'libapache2-mod-proxy-html',
'python' => 'libapache2-mod-python',
'wsgi' => 'libapache2-mod-wsgi',
}
$mod_libs = {}
$mod_identifiers = {}
Expand Down

0 comments on commit 7632382

Please sign in to comment.