ensure xmllint on host for signers
This commit is contained in:
parent
ac3cb1b543
commit
8604f87960
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class md_repo_client {
|
||||||
}
|
}
|
||||||
|
|
||||||
class md_signer($dest_host=undef,$dest_dir="") {
|
class md_signer($dest_host=undef,$dest_dir="") {
|
||||||
package { 'xsltproc': ensure => latest } ->
|
package { ['xsltproc','libxml2-utils']: ensure => latest } ->
|
||||||
sunet::snippets::secret_file {"/etc/credentials/metadata.key":
|
sunet::snippets::secret_file {"/etc/credentials/metadata.key":
|
||||||
hiera_key => 'eidas_metadata_key',
|
hiera_key => 'eidas_metadata_key',
|
||||||
base64 => true
|
base64 => true
|
||||||
|
|
Loading…
Add table
Reference in a new issue