eid-ops/global/overlay/etc/puppet/modules/eid/manifests/idm_app.pp

11 lines
271 B
ObjectPascal
Raw Normal View History

2024-02-26 10:47:19 +01:00
# idm_app
class eid::idm_app (
) {
sunet::docker_compose { 'idm_app':
content => template('eid/idm/docker-compose.yml.erb'),
service_name => 'idm_app',
compose_filename => 'docker-compose.yml',
description => 'Identity matching'
}
}