diff --git a/doc/_index.html b/doc/_index.html index f30b11a..59aef70 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -83,6 +83,11 @@ +
  • + cd_alloy::yumrepo + +
  • + diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index a7750cd..d3a75a7 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -57,6 +57,13 @@ +
  • +
    + cd_alloy::yumrepo +
    +
  • + + diff --git a/doc/puppet_classes/cd_alloy_3A_3Aconfig.html b/doc/puppet_classes/cd_alloy_3A_3Aconfig.html index 3fd2604..f71d8db 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_alloy_3A_3Aconfig.html @@ -105,7 +105,9 @@ 7 8 9 -10 +10 +11 +12
    # File 'manifests/main/config.pp', line 6
    @@ -114,6 +116,8 @@ class cd_alloy::config (
     
     ) inherits cd_alloy::params {
     
    +  include cd_alloy::yumrepo
    +
     }
    diff --git a/doc/puppet_classes/cd_alloy_3A_3Aparams.html b/doc/puppet_classes/cd_alloy_3A_3Aparams.html index 71faf7d..0e1dd85 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_alloy_3A_3Aparams.html @@ -69,6 +69,8 @@ cd_alloy::config
    + cd_alloy::yumrepo
    + diff --git a/doc/puppet_classes/cd_alloy_3A_3Ayumrepo.html b/doc/puppet_classes/cd_alloy_3A_3Ayumrepo.html new file mode 100644 index 0000000..8432a1f --- /dev/null +++ b/doc/puppet_classes/cd_alloy_3A_3Ayumrepo.html @@ -0,0 +1,130 @@ + + + + + + + Puppet Class: cd_alloy::yumrepo + + — Documentation by YARD 0.9.26 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: cd_alloy::yumrepo

    +
    + +
    +
    Inherits:
    +
    cd_alloy::params
    +
    + + +
    +
    Defined in:
    +
    + manifests/main/yumrepo.pp +
    +
    +
    + +

    Summary

    + class install yum repos for the cd_alloy module. + +

    Overview

    +
    +
    + +

    cd_alloy::yumrepo.pp Module name: cd_alloy Author: Arne Teuke +(arne_teuke@confdroid.com)

    + +
    +
    + + +
    + + + +
    + + + + + +
    +
    +
    +
    +6
    +7
    +8
    +9
    +10
    +
    +
    # File 'manifests/main/yumrepo.pp', line 6
    +
    +class cd_alloy::yumrepo (
    +
    +) inherits cd_alloy::params {
    +
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file