Align the parameter names for etherpad.

Change-Id: I3430939968297d0d6c14f4e210bd7601fee1dc38
This commit is contained in:
Monty Taylor 2012-07-22 19:27:39 -05:00
parent 60146e4fc4
commit 5b2d6fdf85
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
class etherpad_lite::nginx (
$default_server = 'default_server',
$server_name = $fqdn
$server_name = $fqdn,
$etherpad_crt,
$etherpad_key
) {
package { 'nginx':

View File

@ -1 +1 @@
<%= cert_file %>
<%= etherpad_crt %>

View File

@ -1 +1 @@
<%= key_file %>
<%= etherpad_key %>