diff --git a/doc/_index.html b/doc/_index.html index d35a146..1b1e69f 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -78,11 +78,26 @@ +
  • + cd_alloy::main::dirs + +
  • + +
  • + cd_alloy::main::files + +
  • +
  • cd_alloy::main::install
  • +
  • + cd_alloy::main::service + +
  • +
  • cd_alloy::main::yumrepo diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index af3f152..715bd01 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -50,6 +50,20 @@
  • +
  • +
    + cd_alloy::main::dirs +
    +
  • + + +
  • +
    + cd_alloy::main::files +
    +
  • + +
  • cd_alloy::main::install @@ -57,14 +71,21 @@
  • -
  • +
  • +
    + cd_alloy::main::service +
    +
  • + + +
  • cd_alloy::main::yumrepo
  • -
  • +
  • cd_alloy::params
    diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html new file mode 100644 index 0000000..3a9c47d --- /dev/null +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html @@ -0,0 +1,157 @@ + + + + + + + Puppet Class: cd_alloy::main::dirs + + — Documentation by YARD 0.9.26 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: cd_alloy::main::dirs

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

    Summary

    + Class manages required directories for the cd_alloy module + +

    Overview

    +
    +
    + +

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

    + +
    +
    + + +
    + + + +
    + + + + + +
    +
    +
    +
    +5
    +6
    +7
    +8
    +9
    +10
    +11
    +12
    +13
    +14
    +15
    +16
    +17
    +18
    +19
    +20
    +21
    +22
    +23
    +
    +
    # File 'manifests/main/dirs.pp', line 5
    +
    +class cd_alloy::main::dirs (
    +
    +) inherits cd_alloy::params {
    +
    +  require cd_alloy::main::install
    +
    +  # main config dir
    +  file { $ay_main_dir:
    +    ensure    =>  directory,
    +    path      =>  $ay_main_dir,
    +    owner     =>  'root',
    +    group     =>  'root',
    +    mode      =>  '0770',
    +    selrange  =>  s0,
    +    selrole   =>  object_r,
    +    seltype   =>  etc_t,
    +    seluser   =>  system_u,
    +  }
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html new file mode 100644 index 0000000..f59a222 --- /dev/null +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html @@ -0,0 +1,133 @@ + + + + + + + Puppet Class: cd_alloy::main::files + + — Documentation by YARD 0.9.26 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: cd_alloy::main::files

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

    Summary

    + Class manages required config files for the cd_alloy module + +

    Overview

    +
    +
    + +

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

    + +
    +
    + + +
    + + + +
    + + + + + +
    +
    +
    +
    +5
    +6
    +7
    +8
    +9
    +10
    +11
    +
    +
    # File 'manifests/main/files.pp', line 5
    +
    +class cd_alloy::main::files (
    +
    +) inherits cd_alloy::params {
    +
    +  require cd_alloy::main::dirs
    +
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html new file mode 100644 index 0000000..011d1cf --- /dev/null +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html @@ -0,0 +1,133 @@ + + + + + + + Puppet Class: cd_alloy::main::service + + — Documentation by YARD 0.9.26 + + + + + + + + + + + + + + + + + + + +
    + + +

    Puppet Class: cd_alloy::main::service

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

    Summary

    + Class manages the alloy service + +

    Overview

    +
    +
    + +

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

    + +
    +
    + + +
    + + + +
    + + + + + +
    +
    +
    +
    +5
    +6
    +7
    +8
    +9
    +10
    +11
    +
    +
    # File 'manifests/main/service.pp', line 5
    +
    +class cd_alloy::main::service (
    +
    +) inherits cd_alloy::params {
    +
    +  require cd_alloy::main::files
    +
    +}
    +
    +
    +
    + + + +
    + + \ No newline at end of file diff --git a/doc/puppet_classes/cd_alloy_3A_3Aparams.html b/doc/puppet_classes/cd_alloy_3A_3Aparams.html index 79e72c3..581775d 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/cd_alloy_3A_3Aparams.html @@ -67,10 +67,16 @@
    Inherited by:
    + cd_alloy::main::dirs
    + + cd_alloy::main::files
    + cd_alloy::main::config
    cd_alloy::main::install
    + cd_alloy::main::service
    + cd_alloy::main::yumrepo