diff --git a/doc/_index.html b/doc/_index.html index 1b1e69f..94053b5 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -103,11 +103,6 @@ -
  • - cd_alloy::params - -
  • - diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index 715bd01..23b547a 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -85,13 +85,6 @@ -
  • -
    - cd_alloy::params -
    -
  • - - diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html index 7ced012..2aa8349 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aconfig.html @@ -64,7 +64,7 @@
    Inherits:
    -
    cd_alloy::params
    +
    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 index 079c7c2..37f0191 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Adirs.html @@ -64,7 +64,7 @@
    Inherits:
    -
    cd_alloy::params
    +
    cd_alloy::params
    diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html index 955ebb8..6dd56ee 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Afiles.html @@ -64,7 +64,7 @@
    Inherits:
    -
    cd_alloy::params
    +
    cd_alloy::params
    @@ -107,7 +107,22 @@ 9 10 11 -12 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27
    # File 'manifests/main/files.pp', line 6
    @@ -118,6 +133,21 @@ class cd_alloy::main::files (
     
       require cd_alloy::main::dirs
     
    +  # Ensure log_targets is always an array
    +  $log_targets_array = Array($cd_alloy::params::ay_log_targets, true)
    +
    +  file { $ay_main_file:
    +    ensure    => file,
    +    owner     => 'root',
    +    group     => 'root',
    +    mode      => '0644',
    +    selrange  => s0,
    +    selrole   => object_r,
    +    seltype   => etc_t,
    +    seluser   => system_u,
    +    content   => template('cd_alloy/config.alloy.erb'),
    +  }
    +
     }
    diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html index cddb032..66b77d4 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ainstall.html @@ -64,7 +64,7 @@
    Inherits:
    -
    cd_alloy::params
    +
    cd_alloy::params
    diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html index d9fdf7c..3ef6b33 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Aservice.html @@ -64,7 +64,7 @@
    Inherits:
    -
    cd_alloy::params
    +
    cd_alloy::params
    @@ -107,7 +107,13 @@ 9 10 11 -12 +12 +13 +14 +15 +16 +17 +18
    # File 'manifests/main/service.pp', line 6
    @@ -118,6 +124,12 @@ class cd_alloy::main::service (
     
       require cd_alloy::main::files
     
    +  service { $ay_service:
    +    ensure      => running,
    +    hasstatus   => true,
    +    hasrestart  => true,
    +    enable      => true,
    +  }
     }
    diff --git a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ayumrepo.html b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ayumrepo.html index b34b852..98fdfc7 100644 --- a/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ayumrepo.html +++ b/doc/puppet_classes/cd_alloy_3A_3Amain_3A_3Ayumrepo.html @@ -64,7 +64,7 @@
    Inherits:
    -
    cd_alloy::params
    +
    cd_alloy::params