Skip to content

Commit

Permalink
Merge pull request #78 from SUNET/jocar-depends-for-mdqp
Browse files Browse the repository at this point in the history
Required to validate feeds and aggregates
  • Loading branch information
mickenordin authored Sep 28, 2023
2 parents d02adcc + f559412 commit a2f9259
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/metadata/mdqp.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
Integer $runs_per_hour=4,
String $mdq_service='https://mds.swamid.se',
) {

include sunet::package::jq
include sunet::package::xmlstarlet

$image_tag = "docker.sunet.se/mdqp:${imagetag}"
docker::image { $image_tag : # make it possible to use the same docker image more than once on a node
ensure => 'present',
Expand Down
3 changes: 3 additions & 0 deletions manifests/packages/xmlstarlet.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class sunet::packages::xmlstarlet {
package { 'xmlstarlet': ensure => installed }
}

0 comments on commit a2f9259

Please sign in to comment.