Skip to content

Commit

Permalink
💚 Expand the summary
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Godin <julien.godin@camptocamp.com>
  • Loading branch information
JGodin-C2C committed Nov 2, 2023
1 parent 8f41ce1 commit 633150b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions manifests/install.pp
@@ -1,8 +1,9 @@
# @summary
# Install prometheus via different methods with parameters from init
# Currently only the install from url is implemented, when Prometheus will deliver packages for some Linux distros I will
# implement the package install method as well
# The package method needs specific yum or apt repo settings which are not made yet by the module
# @summary Install prometheus
#
# @note Install prometheus via different methods with parameters from init
# Currently only the install from url is implemented, when Prometheus will deliver packages for some Linux distros I will
# implement the package install method as well
# The package method needs specific yum or apt repo settings which are not made yet by the module
class prometheus::install {
assert_private()

Expand Down
5 changes: 3 additions & 2 deletions manifests/scrape_job.pp
@@ -1,5 +1,6 @@
# @summary
# This define is used to export prometheus scrape settings from nodes to be scraped to the node
# @summary This module manages prometheus scrape jobs.
#
# @note This define is used to export prometheus scrape settings from nodes to be scraped to the node
# running prometheus itself.
# This can be used to make prometheus find instances of your running service or application.
# @param job_name
Expand Down
5 changes: 2 additions & 3 deletions manifests/unbound_exporter.pp
@@ -1,6 +1,5 @@
#
# @summary This module manages prometheus unbound exporter. The exporter needs to be compiled by hand! (https://github.com/kumina/unbound_exporter/issues/21)
#
# @summary This module manages prometheus unbound exporter.
# @note The exporter needs to be compiled by hand! (https://github.com/kumina/unbound_exporter/issues/21)
# @param arch
# Architecture
# @param bin_dir
Expand Down

0 comments on commit 633150b

Please sign in to comment.