From 4c66a792ecb2d53fdb161904ef717ca65621294f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Sun, 21 Oct 2012 09:35:17 -0700 Subject: [PATCH] Add ssl-cert package to etherpad. Change-Id: I717926f8c155a796047d58bdbb48cb58bde9b7c5 Reviewed-on: https://review.openstack.org/14585 Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- manifests/apache.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/apache.pp b/manifests/apache.pp index 6e0f485..ca73ba7 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -8,6 +8,10 @@ class etherpad_lite::apache ( $ssl_chain_file_contents='' # If left empty puppet will not create file. ) { + package { 'ssl-cert': + ensure => present, + } + apache::vhost { $vhost_name: port => 443, docroot => 'MEANINGLESS ARGUMENT',