eid-ops/global/overlay/etc/puppet/modules/eid/manifests/idm_app.pp
2024-02-26 11:00:53 +01:00

11 lines
304 B
Puppet

# idm_app
class eid::idm_app (
) {
sunet::docker_compose { 'idm_app':
content => template('eid/idm/docker-compose.yml.erb'),
service_name => 'idm_app',
compose_dir => '/opt/',
compose_filename => 'docker-compose.yml',
description => 'Identity matching'
}
}