We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c914 commit ac61f68Copy full SHA for ac61f68
manifests/ca.pp
@@ -1,5 +1,5 @@
1
-# == Class: certs
2
-# Sets up the CA for Katello
+# @summary set up the CA for Katello
+# @api private
3
class certs::ca (
4
String $default_ca_name = $certs::default_ca_name,
5
String $server_ca_name = $certs::server_ca_name,
manifests/config.pp
@@ -1,4 +1,5 @@
-# Certs Configuration
+# @summary Basic directory structure
class certs::config (
Stdlib::Absolutepath $pki_dir = $certs::pki_dir,
String $group = $certs::group,
manifests/install.pp
-# Certs Installation
+# @summary Install required tools
class certs::install {
package { 'katello-certs-tools':
0 commit comments