diff --git a/doc/_index.html b/doc/_index.html index 6846631..bd8f09f 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -83,11 +83,6 @@ -
  • - prometheus_cd::main::dirs - -
  • -
  • prometheus_cd::main::files diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index 01e58be..834be82 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -57,42 +57,35 @@
  • -
  • -
    - prometheus_cd::main::dirs -
    -
  • - - -
  • +
  • prometheus_cd::main::files
  • -
  • +
  • prometheus_cd::main::install
  • -
  • +
  • prometheus_cd::main::service
  • -
  • +
  • prometheus_cd::main::yumrepo
  • -
  • +
  • prometheus_cd::params
    diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html index 651cb71..4059ab2 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html @@ -67,8 +67,6 @@
    Inherited by:
    - prometheus_cd::main::dirs
    - prometheus_cd::main::files
    prometheus_cd::main::config
    @@ -308,6 +306,19 @@
  • +
  • + + ps_data_dir + + + (String) + + + (defaults to: '/data/prometheus') + + +
  • + @@ -359,7 +370,8 @@ 54 55 56 -57 +57 +58
    # File 'manifests/params.pp', line 17
    @@ -376,6 +388,7 @@ class prometheus_cd::params (
       Boolean $manage_node_exporter = false,
       Boolean $ps_manage_fw         = false,
       String $ps_prom_host          = 'prometheus.example.net',
    +  String $ps_data_dir           = '/data/prometheus',
     
       # firewall
       String $ps_fw_prefix          = '50',