diff --git a/manifests/apache.pp b/manifests/apache.pp index 93287b0..26eaa20 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -17,7 +17,7 @@ class etherpad_lite::apache ( include apache apache::vhost { $vhost_name: port => 443, - docroot => 'MEANINGLESS ARGUMENT', + docroot => '/tmp/meaningless_docroot', priority => '50', template => 'etherpad_lite/etherpadlite.vhost.erb', ssl => true,