fixed mistakes
This commit is contained in:
parent
e72f17e3e8
commit
3141d31b28
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
# @param service_dir The directory where all app related config and files are stored. (referenced in compose file)
|
||||
class eid::test_my_eid (
|
||||
Enum['test', 'qa', 'prod'] $environment,
|
||||
String $version = '',
|
||||
String $version,
|
||||
String $service_name = '',
|
||||
String $server_fqdn = $facts['networking']['fqdn'],
|
||||
String $service_dir = '/opt/test-my-eid',
|
||||
|
@ -38,7 +38,7 @@ class eid::test_my_eid (
|
|||
}
|
||||
|
||||
sunet::docker_compose { 'test-my-eid':
|
||||
content => template('eid/connector/docker-compose.yml.erb'),
|
||||
content => template('eid/test_my_eid/docker-compose.yml.erb'),
|
||||
service_name => 'test-my-eid',
|
||||
compose_dir => '/opt/',
|
||||
compose_filename => 'docker-compose.yml',
|
||||
|
|
Loading…
Add table
Reference in a new issue