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:
|
||||
autoupdate:
|
||||
prid:
|
||||
version: 1.0.1
|
||||
|
|
|
@ -238,11 +238,12 @@ class eidas_proxy($version='1.0.0',$country='se') {
|
|||
class {'https_server': }
|
||||
}
|
||||
|
||||
class prid() {
|
||||
class prid($version="1.0.0") {
|
||||
$_version = safe_hiera('eidas_prid_version',$version)
|
||||
$hostname = $::fqdn
|
||||
sunet::docker_run {'prid':
|
||||
image => 'docker.sunet.se/prid-service',
|
||||
imagetag => '1.0.0',
|
||||
imagetag => $_version,
|
||||
hostname => "$hostname",
|
||||
ports => ['443:8443'],
|
||||
volumes => ['/etc/prid-service:/etc/prid-service',
|
||||
|
|
Loading…
Add table
Reference in a new issue