feat: certmanager output as json

- prepare certmanager for pki::vault class
- allow puppet to read certmanager config
This commit is contained in:
2024-02-25 19:31:32 +11:00
parent 4cdba982fe
commit f6110f534c
2 changed files with 18 additions and 4 deletions
@@ -60,7 +60,9 @@ class profiles::helpers::certmanager (
# create the config from a template
file { $config_path:
ensure => file,
mode => '0600',
mode => '0660',
owner => 'puppet',
group => 'root',
content => Sensitive(template("profiles/helpers/${script_name}_config.yaml.erb")),
require => Python::Pyvenv[$venv_path],
}