bump prid to 1.0.1

This commit is contained in:
Leif Johansson 2018-01-11 18:05:16 +01:00
parent 3ac821fce7
commit 84345de13a
2 changed files with 4 additions and 2 deletions

View file

@ -61,3 +61,4 @@ r1.komreg.net:
sunet_iaas_cloud:
autoupdate:
prid:
version: 1.0.1

View file

@ -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',