File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 28
28
* [ ` icingaweb2::module::translation ` ] ( #icingaweb2--module--translation ) : Installs and configures the translation module.
29
29
* [ ` icingaweb2::module::vspheredb ` ] ( #icingaweb2--module--vspheredb ) : Installs the vsphereDB plugin
30
30
* [ ` icingaweb2::module::x509 ` ] ( #icingaweb2--module--x509 ) : Installs the x509 module
31
- * [ ` icingaweb2::module::x509::install ` ] ( #icingaweb2--module--x509--install ) : Install the x509 module
32
31
33
32
#### Private Classes
34
33
49
48
* ` icingaweb2::module::vspheredb::install ` : Install the VSphereDB module
50
49
* ` icingaweb2::module::vspheredb::service ` : Manage the vspheredb service.
51
50
* ` icingaweb2::module::x509::config ` : Configure the x509 module
51
+ * ` icingaweb2::module::x509::install ` : Install the x509 module
52
52
* ` icingaweb2::module::x509::service ` : Manage the x509 job scheduler.
53
53
54
54
### Defined types
@@ -3369,10 +3369,6 @@ Data type: `String[1]`
3369
3369
3370
3370
The user as which the service is running. Only valid if ` install_method ` is set to ` git ` .
3371
3371
3372
- ### <a name =" icingaweb2--module--x509--install " ></a >` icingaweb2::module::x509::install `
3373
-
3374
- Install the x509 module
3375
-
3376
3372
## Defined types
3377
3373
3378
3374
### <a name =" icingaweb2--config--authmethod " ></a >` icingaweb2::config::authmethod `
Original file line number Diff line number Diff line change 1
1
# @summary
2
2
# Install the x509 module
3
3
#
4
+ # @api private
5
+ #
4
6
class icingaweb2::module::x509::install {
5
7
assert_private()
6
8
You can’t perform that action at this time.
0 commit comments