bump prid to 1.0.1
This commit is contained in:
parent
3ac821fce7
commit
84345de13a
2 changed files with 4 additions and 2 deletions
|
@ -61,3 +61,4 @@ r1.komreg.net:
|
||||||
sunet_iaas_cloud:
|
sunet_iaas_cloud:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
prid:
|
prid:
|
||||||
|
version: 1.0.1
|
||||||
|
|
|
@ -238,11 +238,12 @@ class eidas_proxy($version='1.0.0',$country='se') {
|
||||||
class {'https_server': }
|
class {'https_server': }
|
||||||
}
|
}
|
||||||
|
|
||||||
class prid() {
|
class prid($version="1.0.0") {
|
||||||
|
$_version = safe_hiera('eidas_prid_version',$version)
|
||||||
$hostname = $::fqdn
|
$hostname = $::fqdn
|
||||||
sunet::docker_run {'prid':
|
sunet::docker_run {'prid':
|
||||||
image => 'docker.sunet.se/prid-service',
|
image => 'docker.sunet.se/prid-service',
|
||||||
imagetag => '1.0.0',
|
imagetag => $_version,
|
||||||
hostname => "$hostname",
|
hostname => "$hostname",
|
||||||
ports => ['443:8443'],
|
ports => ['443:8443'],
|
||||||
volumes => ['/etc/prid-service:/etc/prid-service',
|
volumes => ['/etc/prid-service:/etc/prid-service',
|
||||||
|
|
Loading…
Add table
Reference in a new issue