summaryrefslogtreecommitdiff
path: root/manifests/ssl
AgeCommit message (Collapse)Author
2014-11-15sni: make ssl_cert configurable per vhosto
to support sni we configure ssl_certs on a vhost basis. additionally this commit introduces a generic configuration hash which will be used to replace most other parameters in the future.
2014-02-23lintingmh
2013-05-19fixed typo that caused 0-default_ssl.conf to always be created.elijah
2013-04-12Merge remote-tracking branch 'immerda/master'Micah Anderson
Fixed apache_no_default_site variable to be a parameter to the apache class (no_default_site = false) Conflicts: files/include.d/Debian/ssl_defaults.inc manifests/base.pp manifests/config/file.pp manifests/vhost.pp manifests/vhost/php/standard.pp manifests/vhost/template.pp templates/vhosts/php/CentOS.erb templates/vhosts/php/Debian.erb
2012-11-05add the ability to disable the 0-default.conf and 0-default_ssl.conf virtualMicah Anderson
hosts by setting the $apache_no_default_site variable
2012-05-31fix various puppet language thingsmh
2011-10-09migrate to new file_line typemh
2010-08-16use modules urlmh
2010-08-16correctly fix problemmh
2010-08-16override instead of redefinemh
2010-08-16correctly fix problemmh
2010-08-16fix various missing things for itk_plus modemh
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-02-03add global ssl.conf file on Debian to provide NameVirtualHost directiveJerome Charaoui
2010-02-03in ssl::debian, enable mod_ssl and remove line for ports.conf as this breaks ↵Jerome Charaoui
the package-supplied config, which already includes the proper directives for port 443
2009-12-23organize files in subdirectories per type : 'config' for main apache config; ↵Jerome Charaoui
'scripts' for extra shell scripts; 'service' for service default parameters. also, manage apache2.conf on Debian.
2009-12-23introduce config::global for global configs in conf.d and config::include ↵Jerome Charaoui
for vhost snippets in include.d
2009-12-08improve Debian supportJerome Charaoui
2009-11-02recursivly updating file path to new 0.25 stylemh
2009-05-17extracted every define and class in it's own filemh
2008-11-01factored itk stuff in a subfolder outmh