diff --git a/doc/_index.html b/doc/_index.html index 824c53a..cdda058 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -78,6 +78,26 @@ +
  • + prometheus_cd::main::dirs + +
  • + +
  • + prometheus_cd::main::files + +
  • + +
  • + prometheus_cd::main::install + +
  • + +
  • + prometheus_cd::main::service + +
  • +
  • prometheus_cd::params diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index 62d36cb..89a21fb 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -50,6 +50,34 @@
  • +
  • +
    + prometheus_cd::main::dirs +
    +
  • + + +
  • +
    + prometheus_cd::main::files +
    +
  • + + +
  • +
    + prometheus_cd::main::install +
    +
  • + + +
  • +
    + prometheus_cd::main::service +
    +
  • + +
  • prometheus_cd::params diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aconfig.html index 19e3f52..4903c53 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aconfig.html @@ -110,8 +110,8 @@
    # File 'manifests/main/config.pp', line 6
     
     class prometheus_cd::main::config (
    -
     ) inherits prometheus_cd::params {
    +  include prometheus_cd::main::service
     }
    diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html new file mode 100644 index 0000000..34e5f76 --- /dev/null +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Adirs.html @@ -0,0 +1,128 @@ + + + + + + + Puppet Class: prometheus_cd::main::dirs + + — Documentation by YARD 0.9.36 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: prometheus_cd::main::dirs

    +
    + +
    +
    Inherits:
    +
    prometheus_cd::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/main/dirs.pp +
    +
    +
    + +

    Summary

    + Class manages directories for the prometheus_cd module. + +

    Overview

    +
    +
    + +

    prometheus_cd::main::dirs.pp Module name: prometheus_cd Author: Arne Teuke (arne_teuke@confdroid.com)

    + +
    +
    + + + +
    + + + +
    + + + + + +
    +
    +
    +
    +6
    +7
    +8
    +9
    +
    +
    # File 'manifests/main/dirs.pp', line 6
    +
    +class prometheus_cd::main::dirs (
    +) inherits prometheus_cd::params {
    +  require prometheus_cd::main::install
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html new file mode 100644 index 0000000..7dbf95e --- /dev/null +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Afiles.html @@ -0,0 +1,128 @@ + + + + + + + Puppet Class: prometheus_cd::main::files + + — Documentation by YARD 0.9.36 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: prometheus_cd::main::files

    +
    + +
    +
    Inherits:
    +
    prometheus_cd::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/main/files.pp +
    +
    +
    + +

    Summary

    + Class manages configuration files for the prometheus_cd module. + +

    Overview

    +
    +
    + +

    prometheus_cd::main::files.pp Module name: prometheus_cd Author: Arne Teuke (arne_teuke@confdroid.com)

    + +
    +
    + + + +
    + + + +
    + + + + + +
    +
    +
    +
    +6
    +7
    +8
    +9
    +
    +
    # File 'manifests/main/files.pp', line 6
    +
    +class prometheus_cd::main::files (
    +) inherits prometheus_cd::params {
    +  require prometheus_cd::main::dirs
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Ainstall.html new file mode 100644 index 0000000..38120d5 --- /dev/null +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Ainstall.html @@ -0,0 +1,126 @@ + + + + + + + Puppet Class: prometheus_cd::main::install + + — Documentation by YARD 0.9.36 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: prometheus_cd::main::install

    +
    + +
    +
    Inherits:
    +
    prometheus_cd::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/main/install.pp +
    +
    +
    + +

    Summary

    + Class install binaries for the prometheus_cd module. + +

    Overview

    +
    +
    + +

    prometheus_cd::main::install.pp Module name: prometheus_cd Author: Arne Teuke (arne_teuke@confdroid.com)

    + +
    +
    + + + +
    + + + +
    + + + + + +
    +
    +
    +
    +6
    +7
    +8
    +
    +
    # File 'manifests/main/install.pp', line 6
    +
    +class prometheus_cd::main::install (
    +) inherits prometheus_cd::params {
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aservice.html b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aservice.html new file mode 100644 index 0000000..da2e1f4 --- /dev/null +++ b/doc/puppet_classes/prometheus_cd_3A_3Amain_3A_3Aservice.html @@ -0,0 +1,128 @@ + + + + + + + Puppet Class: prometheus_cd::main::service + + — Documentation by YARD 0.9.36 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: prometheus_cd::main::service

    +
    + +
    +
    Inherits:
    +
    prometheus_cd::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/main/service.pp +
    +
    +
    + +

    Summary

    + Class manages the services for the prometheus_cd module. + +

    Overview

    +
    +
    + +

    prometheus_cd::main::service.pp Module name: prometheus_cd Author: Arne Teuke (arne_teuke@confdroid.com)

    + +
    +
    + + + +
    + + + +
    + + + + + +
    +
    +
    +
    +6
    +7
    +8
    +9
    +
    +
    # File 'manifests/main/service.pp', line 6
    +
    +class prometheus_cd::main::service (
    +) inherits prometheus_cd::params {
    +  require prometheus_cd::main::files
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html index baa8359..4e7ff09 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html @@ -67,8 +67,16 @@
    Inherited by:
    + prometheus_cd::main::dirs
    + + prometheus_cd::main::files
    + prometheus_cd::main::config
    + prometheus_cd::main::install
    + + prometheus_cd::main::service
    +
    diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 32240b9..b5ed09c 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -4,6 +4,6 @@ # @summary Class manages the module logic for the prometheus_cd module. ############################################################################## class prometheus_cd::main::config ( - ) inherits prometheus_cd::params { + include prometheus_cd::main::service } diff --git a/manifests/main/dirs.pp b/manifests/main/dirs.pp new file mode 100644 index 0000000..7dd7f55 --- /dev/null +++ b/manifests/main/dirs.pp @@ -0,0 +1,9 @@ +# prometheus_cd::main::dirs.pp +# Module name: prometheus_cd +# Author: Arne Teuke (arne_teuke@confdroid.com) +# @summary Class manages directories for the prometheus_cd module. +############################################################################## +class prometheus_cd::main::dirs ( +) inherits prometheus_cd::params { + require prometheus_cd::main::install +} diff --git a/manifests/main/files.pp b/manifests/main/files.pp new file mode 100644 index 0000000..71f70ca --- /dev/null +++ b/manifests/main/files.pp @@ -0,0 +1,9 @@ +# prometheus_cd::main::files.pp +# Module name: prometheus_cd +# Author: Arne Teuke (arne_teuke@confdroid.com) +# @summary Class manages configuration files for the prometheus_cd module. +############################################################################## +class prometheus_cd::main::files ( +) inherits prometheus_cd::params { + require prometheus_cd::main::dirs +} diff --git a/manifests/main/install.pp b/manifests/main/install.pp new file mode 100644 index 0000000..06110d3 --- /dev/null +++ b/manifests/main/install.pp @@ -0,0 +1,8 @@ +# prometheus_cd::main::install.pp +# Module name: prometheus_cd +# Author: Arne Teuke (arne_teuke@confdroid.com) +# @summary Class install binaries for the prometheus_cd module. +############################################################################## +class prometheus_cd::main::install ( +) inherits prometheus_cd::params { +} diff --git a/manifests/main/service.pp b/manifests/main/service.pp new file mode 100644 index 0000000..1e60029 --- /dev/null +++ b/manifests/main/service.pp @@ -0,0 +1,9 @@ +# prometheus_cd::main::service.pp +# Module name: prometheus_cd +# Author: Arne Teuke (arne_teuke@confdroid.com) +# @summary Class manages the services for the prometheus_cd module. +############################################################################## +class prometheus_cd::main::service ( +) inherits prometheus_cd::params { + require prometheus_cd::main::files +}