Skip to content

Commit

Permalink
Merge pull request #420 from lbetz/bug/missing-private-x509-install
Browse files Browse the repository at this point in the history
Fix missing api private in doc section of class module::x509::install
  • Loading branch information
bastelfreak authored Aug 14, 2024
2 parents b450d54 + fb7728a commit 7da0e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* [`icingaweb2::module::translation`](#icingaweb2--module--translation): Installs and configures the translation module.
* [`icingaweb2::module::vspheredb`](#icingaweb2--module--vspheredb): Installs the vsphereDB plugin
* [`icingaweb2::module::x509`](#icingaweb2--module--x509): Installs the x509 module
* [`icingaweb2::module::x509::install`](#icingaweb2--module--x509--install): Install the x509 module

#### Private Classes

Expand All @@ -49,6 +48,7 @@
* `icingaweb2::module::vspheredb::install`: Install the VSphereDB module
* `icingaweb2::module::vspheredb::service`: Manage the vspheredb service.
* `icingaweb2::module::x509::config`: Configure the x509 module
* `icingaweb2::module::x509::install`: Install the x509 module
* `icingaweb2::module::x509::service`: Manage the x509 job scheduler.

### Defined types
Expand Down Expand Up @@ -3369,10 +3369,6 @@ Data type: `String[1]`

The user as which the service is running. Only valid if `install_method` is set to `git`.

### <a name="icingaweb2--module--x509--install"></a>`icingaweb2::module::x509::install`

Install the x509 module

## Defined types

### <a name="icingaweb2--config--authmethod"></a>`icingaweb2::config::authmethod`
Expand Down
2 changes: 2 additions & 0 deletions manifests/module/x509/install.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# @summary
# Install the x509 module
#
# @api private
#
class icingaweb2::module::x509::install {
assert_private()

Expand Down

0 comments on commit 7da0e50

Please sign in to comment.