Skip to content

Commit

Permalink
move default value to module data, refs #9
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Sep 8, 2021
1 parent 0d9fbe5 commit 9e205fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sonarqube::jdbc:
# LDAP and PAM are mutually exclusive. Setting $ldap will annihilate the setting of $pam
sonarqube::ldap: {}
sonarqube::log_folder: '/var/local/sonar/logs'
sonarqube::manage_service: true
sonarqube::pam: {}
sonarqube::plugin_tmpdir: '/tmp'
sonarqube::port: 9000
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
String $search_host,
Integer $search_port,
String $service,
Boolean $manage_service = true,
Boolean $manage_service,
Stdlib::Absolutepath $download_dir,
Boolean $updatecenter,
String $user,
Expand Down

0 comments on commit 9e205fb

Please sign in to comment.