Align the parameter names for etherpad.
Change-Id: I3430939968297d0d6c14f4e210bd7601fee1dc38
This commit is contained in:
parent
8d34a912a0
commit
4b0d9b27f6
@ -543,7 +543,10 @@ node 'etherpad.openstack.org' {
|
||||
}
|
||||
|
||||
include etherpad_lite
|
||||
include etherpad_lite::nginx
|
||||
class { 'etherpad_lite::nginx':
|
||||
etherpad_crt => hiera('etherpad_crt'),
|
||||
etherpad_key => hiera('etherpad_key')
|
||||
}
|
||||
class { 'etherpad_lite::site':
|
||||
database_password => hiera('etherpad_db_password'),
|
||||
}
|
||||
|
@ -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