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

12 lines
304 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',
2024-02-26 11:00:53 +01:00
compose_dir => '/opt/',
2024-02-26 10:47:19 +01:00
compose_filename => 'docker-compose.yml',
description => 'Identity matching'
}
}