Skip to content

Commit

Permalink
Add missing plugin dependencies to default_plugins
Browse files Browse the repository at this point in the history
Without these plugins the plugin purging removes too much.
  • Loading branch information
ekohl committed May 3, 2022
1 parent 3958b68 commit 1d517a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
$_java_args = '-Djava.awt.headless=true -Djenkins.install.runSetupWizard=false'
$default_plugins = [
'credentials', # required by puppet_helper.groovy
'javax-activation-api', # implied by all plugin
'javax-mail-api', # implied by all plugins
'sshd', # implied by structs
'structs', # required by credentials plugin
]

Expand Down

0 comments on commit 1d517a8

Please sign in to comment.