Skip to content

Commit

Permalink
Merge pull request #85 from Icinga/pdfexport
Browse files Browse the repository at this point in the history
Install icingaweb2 model pdfexport by default
  • Loading branch information
lbetz authored Mar 10, 2023
2 parents e3dbf51 + 2010625 commit 1829230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
-> Class['apache']
-> Class['icingaweb2']

package { 'icingaweb2':
package { ['icingaweb2', 'icingaweb2-module-pdfexport']:
ensure => installed,
}

Expand Down

0 comments on commit 1829230

Please sign in to comment.