Skip to content

Commit

Permalink
Remove unused parameter catalina_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
root-expert committed Apr 4, 2022
1 parent efb609a commit fdc68ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@
# Configures JVM_EXTRA_ARGS in setenv.sh
# @param jvm_nofiles_limit
# Set the limit for open files
# @param catalina_opts
# Does nothing :-)
# @param download_url
# Base URL for downloading Atlassian software
# @param checksum
Expand Down Expand Up @@ -353,7 +351,6 @@
Optional[String] $jvm_code_cache_args = undef,
Optional[String] $jvm_extra_args = undef,
Integer $jvm_nofiles_limit = 16384,
String $catalina_opts = '',
# Misc Settings
Stdlib::HTTPUrl $download_url = 'https://product-downloads.atlassian.com/software/jira/downloads',
Optional[String] $checksum = undef,
Expand Down

0 comments on commit fdc68ec

Please sign in to comment.