summaryrefslogtreecommitdiff
path: root/manifests/ssl/base.pp
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
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
2009-12-23introduce config::global for global configs in conf.d and config::include ↵Jerome Charaoui
for vhost snippets in include.d
2009-05-17extracted every define and class in it's own filemh