use fqdn
This commit is contained in:
parent
0987f5ee2d
commit
259deb19e6
1 changed files with 2 additions and 1 deletions
|
@ -262,7 +262,8 @@ class eidas_proxy {
|
||||||
class {'https_server': }
|
class {'https_server': }
|
||||||
}
|
}
|
||||||
|
|
||||||
class prid($hostname) {
|
class prid() {
|
||||||
|
hostname = $::fqdn
|
||||||
sunet::docker_run {'eidas_proxy':
|
sunet::docker_run {'eidas_proxy':
|
||||||
image => 'docker.sunet.se/prid-service',
|
image => 'docker.sunet.se/prid-service',
|
||||||
imagetag => '1.0.0',
|
imagetag => '1.0.0',
|
||||||
|
|
Loading…
Add table
Reference in a new issue