Skip to content

Commit 7da0e50

Browse files
authored
Merge pull request #420 from lbetz/bug/missing-private-x509-install
Fix missing api private in doc section of class module::x509::install
2 parents b450d54 + fb7728a commit 7da0e50

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

REFERENCE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* [`icingaweb2::module::translation`](#icingaweb2--module--translation): Installs and configures the translation module.
2929
* [`icingaweb2::module::vspheredb`](#icingaweb2--module--vspheredb): Installs the vsphereDB plugin
3030
* [`icingaweb2::module::x509`](#icingaweb2--module--x509): Installs the x509 module
31-
* [`icingaweb2::module::x509::install`](#icingaweb2--module--x509--install): Install the x509 module
3231

3332
#### Private Classes
3433

@@ -49,6 +48,7 @@
4948
* `icingaweb2::module::vspheredb::install`: Install the VSphereDB module
5049
* `icingaweb2::module::vspheredb::service`: Manage the vspheredb service.
5150
* `icingaweb2::module::x509::config`: Configure the x509 module
51+
* `icingaweb2::module::x509::install`: Install the x509 module
5252
* `icingaweb2::module::x509::service`: Manage the x509 job scheduler.
5353

5454
### Defined types
@@ -3369,10 +3369,6 @@ Data type: `String[1]`
33693369

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

3372-
### <a name="icingaweb2--module--x509--install"></a>`icingaweb2::module::x509::install`
3373-
3374-
Install the x509 module
3375-
33763372
## Defined types
33773373

33783374
### <a name="icingaweb2--config--authmethod"></a>`icingaweb2::config::authmethod`

manifests/module/x509/install.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# @summary
22
# Install the x509 module
33
#
4+
# @api private
5+
#
46
class icingaweb2::module::x509::install {
57
assert_private()
68

0 commit comments

Comments
 (0)