feat: certmanager output as json
- prepare certmanager for pki::vault class - allow puppet to read certmanager config
This commit is contained in:
@@ -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],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user