Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Meusel <[email protected]>
  • Loading branch information
oranenj and bastelfreak authored May 7, 2021
1 parent 884dfd4 commit 4b41ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@
Boolean $manage_user = true,
String $user = 'jira',
String $group = 'jira',
String $installdir_owner = 'root',
String $installdir_group = 'root',
String[1] $installdir_owner = 'root',
String[1] $installdir_group = 'root',
Stdlib::Filemode $installdir_mode = '0755',
Optional[Stdlib::Filemode] $homedir_mode = undef,
Optional[Integer[0]] $uid = undef,
Expand All @@ -305,7 +305,7 @@
Optional[String] $dburl = undef,
Optional[String] $connection_settings = undef,
Boolean $oracle_use_sid = true,
Optional[String] $dbschema = undef,
Optional[String[1]] $dbschema = undef,
# MySQL Connector Settings
Boolean $mysql_connector_manage = true,
String $mysql_connector_version = '8.0.23',
Expand Down

0 comments on commit 4b41ae7

Please sign in to comment.