Align the parameter names for etherpad.
Change-Id: I3430939968297d0d6c14f4e210bd7601fee1dc38
This commit is contained in:
parent
60146e4fc4
commit
5b2d6fdf85
@ -1,6 +1,8 @@
|
||||
class etherpad_lite::nginx (
|
||||
$default_server = 'default_server',
|
||||
$server_name = $fqdn
|
||||
$server_name = $fqdn,
|
||||
$etherpad_crt,
|
||||
$etherpad_key
|
||||
) {
|
||||
|
||||
package { 'nginx':
|
||||
|
@ -1 +1 @@
|
||||
<%= cert_file %>
|
||||
<%= etherpad_crt %>
|
||||
|
@ -1 +1 @@
|
||||
<%= key_file %>
|
||||
<%= etherpad_key %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user