Basic docs for init.pp

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-10-13 11:09:43 -04:00
parent 9746337125
commit 939b4f358d
1 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,17 @@
# == Class: grafyaml # == Class: grafyaml
# #
# Full description of class grafyaml here. # Grafyaml takes simple descriptions of Grafana dashboards in YAML format, and
# uses them to configure Grafana.
# #
# === Parameters # === Parameters
# #
# [*sample_parameter*] # [*config_dir*]
# Explanation of what this parameter affects and what it defaults to. #
# [*git_revision*]
#
# [*git_source*]
#
# [*grafana_url*]
# #
class grafyaml ( class grafyaml (
$config_dir = '', $config_dir = '',