Add ssl-cert package to etherpad.
Change-Id: I717926f8c155a796047d58bdbb48cb58bde9b7c5 Reviewed-on: https://review.openstack.org/14585 Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
14a7154254
commit
03e6c349b2
@ -8,6 +8,10 @@ class etherpad_lite::apache (
|
|||||||
$ssl_chain_file_contents='' # If left empty puppet will not create file.
|
$ssl_chain_file_contents='' # If left empty puppet will not create file.
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
package { 'ssl-cert':
|
||||||
|
ensure => present,
|
||||||
|
}
|
||||||
|
|
||||||
apache::vhost { $vhost_name:
|
apache::vhost { $vhost_name:
|
||||||
port => 443,
|
port => 443,
|
||||||
docroot => 'MEANINGLESS ARGUMENT',
|
docroot => 'MEANINGLESS ARGUMENT',
|
||||||
|
Loading…
Reference in New Issue
Block a user