OP#501 adding variables and place holders for certs

This commit is contained in:
2026-03-15 15:04:31 +01:00
parent 502b028440
commit f0edc10d45
4 changed files with 27 additions and 6 deletions

View File

@@ -96,6 +96,18 @@ class confdroid_nrpe::main::files (
seluser => system_u,
content => template($ne_ssl_privatekey_erb),
}
file { $ne_ssl_ca_cert_file:
ensure => file,
path => $ne_ssl_ca_cert_file,
owner => 'root',
group => 'root',
mode => '0644',
selrange => s0,
selrole => object_r,
seltype => cert_t,
seluser => system_u,
content => template($ne_ssl_ca_cert_erb),
}
}
}
}