Skip to content

Commit

Permalink
Merge pull request #417 from lbetz/render-docs
Browse files Browse the repository at this point in the history
Rrerender documentation
  • Loading branch information
lbetz committed Aug 13, 2024
2 parents 0bbbd73 + 94a7e24 commit 7641e27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion manifests/module/graphite.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
Optional[Boolean] $insecure = undef,
Optional[String[1]] $user = undef,
Optional[Icinga::Secret] $password = undef,
Optional[Icingaweb2::Secret] $password = undef,
Optional[String[1]] $graphite_writer_host_name_template = undef,
Optional[String[1]] $graphite_writer_service_name_template = undef,
Optional[String[1]] $customvar_obscured_check_command = undef,
Expand Down
2 changes: 1 addition & 1 deletion manifests/module/vspheredb.pp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
Stdlib::Host $db_host,
String[1] $db_name,
String[1] $db_username,
Optional[Icingaweb2::Secret] $db_password = undef,
Optional[Icinga::Secret] $db_password = undef,
Optional[Stdlib::Port] $db_port = undef,
Optional[String[1]] $db_charset = undef,
Optional[Icingaweb2::ImportSchema] $import_schema = undef,
Expand Down

0 comments on commit 7641e27

Please sign in to comment.