Skip to content

Commit

Permalink
Merge pull request #222 from SUNET/jocar-mdq-compose-improve
Browse files Browse the repository at this point in the history
Make output more pronounced
  • Loading branch information
theseal authored Nov 25, 2024
2 parents 89317b7 + 7efa03f commit 3562f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/metadata/mdq_publisher.pp
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
}

if ($docker_class == 'sunet::dockerhost2') {
notice('Please consider changing to a native docker compose without the shim (created by docker_run) by setting "docker_compose: true"')
warning('Please consider changing to a native docker compose without the shim (created by docker_run) by setting "docker_compose: true"')
} else {
notice('Please consider changing to docker compose for this service by setting "docker_compose: true"')
warning('Please consider changing to docker compose for this service by setting "docker_compose: true"')
}
sunet::docker_run { 'swamid-mdq-publisher':
image => 'docker.sunet.se/swamid/mdq-publisher',
Expand Down

0 comments on commit 3562f89

Please sign in to comment.