Skip to content

Commit

Permalink
able to change ssl port through parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ltutar authored and Zoltan Lanyi committed Jul 11, 2016
1 parent 8adaa2e commit 16c72cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@
class { '::rundeck::config::global::web':
security_role => $security_role,
session_timeout => $session_timeout,
security_roles_array_enabled => $security_roles_array_enabled,
security_roles_array => $security_roles_array,
notify => Service[$service_name],
}

Expand Down
18 changes: 1 addition & 17 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -141,23 +141,7 @@
#
# [*user*]
# The user that rundeck is installed as.
#
# [*security_roles_array_enabled*]
# Boolean value if you need more roles. false or true (default is false).
#
# [*security_roles_array*]
# Array value if you need more roles and you set true the "security_roles_array_enabled" value.
# Example: my.hiera.yaml:
# ...
# rundeck::config::global::web::security_roles_array_enabled: true
# rundeck::config::global::web::security_roles_array:
# - DevOps
# - roots_ito
# ...
# In your class:
# $security_roles_array_enabled = hiera('rundeck::config::global::web::security_roles_array_enabled', true),
# $security_roles_array = hiera('rundeck::config::global::web::security_roles_array', []),
#
#.
class rundeck (
$acl_policies = $rundeck::params::acl_policies,
$acl_template = $rundeck::params::acl_template,
Expand Down

0 comments on commit 16c72cd

Please sign in to comment.