Add/remove comments in connector class, SC-2670
This commit is contained in:
parent
e865b89eb7
commit
1f703021e1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ class eid::connector (
|
||||||
Enum['test', 'qa', 'prod'] $environment,
|
Enum['test', 'qa', 'prod'] $environment,
|
||||||
Enum['redis', 'memory'] $session_backend = 'redis',
|
Enum['redis', 'memory'] $session_backend = 'redis',
|
||||||
String $version = '',
|
String $version = '',
|
||||||
#String $connector_hostname = '',
|
|
||||||
String $server_fqdn = $facts['networking']['fqdn'],
|
String $server_fqdn = $facts['networking']['fqdn'],
|
||||||
String $connector_directory = '/opt/eidas-connector',
|
String $connector_directory = '/opt/eidas-connector',
|
||||||
Boolean $use_hsm=true,
|
Boolean $use_hsm=true,
|
||||||
|
@ -36,6 +35,7 @@ class eid::connector (
|
||||||
group => 'root',
|
group => 'root',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Create the environment specific config file from template
|
||||||
file { "${connector_directory}/application-${environment}.yml":
|
file { "${connector_directory}/application-${environment}.yml":
|
||||||
ensure => 'file',
|
ensure => 'file',
|
||||||
content => template("eid/connector/application-${environment}.yml.erb")
|
content => template("eid/connector/application-${environment}.yml.erb")
|
||||||
|
|
Loading…
Add table
Reference in a new issue