Wrong path

This commit is contained in:
Johan Wassberg 2025-04-23 12:43:04 +02:00
parent d4e15932c4
commit 40fcb13981
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -6,7 +6,7 @@ class eidas::oidf_service(
ensure_resource('sunet::misc::create_dir', '/opt/oidf_service/config/', { owner => 'root', group => 'root', mode => '0750'})
file { '/opt/oidf_service/config/application.yml':
content => template("sunet/oidf_service/application-${enviroment}.yml.erb"),
content => template("eidas/oidf_service/application-${enviroment}.yml.erb"),
mode => '0755',
}