Skip to content

Commit ac61f68

Browse files
committed
Mark classes as private using Puppet Strings
1 parent af1c914 commit ac61f68

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

manifests/ca.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# == Class: certs
2-
# Sets up the CA for Katello
1+
# @summary set up the CA for Katello
2+
# @api private
33
class certs::ca (
44
String $default_ca_name = $certs::default_ca_name,
55
String $server_ca_name = $certs::server_ca_name,

manifests/config.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Certs Configuration
1+
# @summary Basic directory structure
2+
# @api private
23
class certs::config (
34
Stdlib::Absolutepath $pki_dir = $certs::pki_dir,
45
String $group = $certs::group,

manifests/install.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Certs Installation
1+
# @summary Install required tools
2+
# @api private
23
class certs::install {
34

45
package { 'katello-certs-tools':

0 commit comments

Comments
 (0)