make keep part of the install manifest
This commit is contained in:
parent
3b7daa7bf3
commit
874076b44c
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ class saml_metadata($filename=undef, $cert=undef, $url=undef) {
|
||||||
}
|
}
|
||||||
|
|
||||||
class md_repo_client {
|
class md_repo_client {
|
||||||
|
sunet::reinstall::keep {'/etc/metadata': } ->
|
||||||
sunet::ssh_git_repo {'/var/cache/metadata_r1':
|
sunet::ssh_git_repo {'/var/cache/metadata_r1':
|
||||||
username => 'root',
|
username => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
|
@ -146,6 +147,7 @@ class eidas_metadata_key {
|
||||||
|
|
||||||
class eidas_hsm_client($luna_version="6.2") {
|
class eidas_hsm_client($luna_version="6.2") {
|
||||||
$pkcs11pin = hiera('pkcs11pin',"")
|
$pkcs11pin = hiera('pkcs11pin',"")
|
||||||
|
sunet::reinstall::keep {'/etc/luna': } ->
|
||||||
file {['/etc/luna','/etc/luna/cert']: ensure => directory } ->
|
file {['/etc/luna','/etc/luna/cert']: ensure => directory } ->
|
||||||
sunet::docker_run {"${name}_hsmproxy":
|
sunet::docker_run {"${name}_hsmproxy":
|
||||||
hostname => "${::fqdn}",
|
hostname => "${::fqdn}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue