Skip to content

Commit

Permalink
Merge pull request #249 from ltutar/master
Browse files Browse the repository at this point in the history
able to change ssl port through parameter
  • Loading branch information
jyaworski authored Jul 1, 2016
2 parents 0de67f7 + 887ce70 commit f915c64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
$service_name = $rundeck::service_name,
$session_timeout = $rundeck::session_timeout,
$ssl_enabled = $rundeck::ssl_enabled,
$ssl_port = $rundeck::ssl_port,
$truststore = $rundeck::truststore,
$truststore_password = $rundeck::truststore_password,
$user = $rundeck::user,
Expand Down
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
# [*ssl_enabled*]
# Enable ssl for the rundeck web application.
#
# [*ssl_port*]
# ssl port of the rundeck web application (default to '4443').
#
# [*truststore*]
# The full path to the java truststore to be used by Rundeck.
#
Expand Down Expand Up @@ -192,6 +195,7 @@
$service_ensure = $rundeck::params::service_ensure,
$session_timeout = $rundeck::params::session_timeout,
$ssl_enabled = $rundeck::params::ssl_enabled,
$ssl_port = $rundeck::params::ssl_port,
$truststore = $rundeck::params::truststore,
$truststore_password = $rundeck::params::truststore_password,
$user = $rundeck::params::user,
Expand Down

0 comments on commit f915c64

Please sign in to comment.