Put files in place
This commit is contained in:
parent
6c5d9f962c
commit
e707df8c67
3 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
# oidcfedservice
|
# oidcfedservice
|
||||||
class eidas::oidf_service(
|
class eidas::oidf_service(
|
||||||
String $image_tag,
|
String $image_tag,
|
||||||
|
Enum['sandbox'] $enviroment,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
ensure_resource('sunet::misc::create_dir', '/opt/bankidp/config/', { owner => 'root', group => 'root', mode => '0750'})
|
||||||
|
file { '/opt/oidf_service/config/application.yml':
|
||||||
|
content => template("sunet/oidf_service/application-${enviroment}.yml.erb"),
|
||||||
|
mode => '0755',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue