fix class names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
## cd_alloy::params.pp
|
||||
# Module name: cd_alloy
|
||||
## alloy_cd::params.pp
|
||||
# Module name: alloy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @param [string] reqpackages which packages to install
|
||||
# @param [string] pkg_ensure 'latest' or 'present'
|
||||
@@ -10,9 +10,9 @@
|
||||
# @param [boolean] ay_manage_prom whether to manage metric forwarding
|
||||
# @param [string] ay_prom_url the url where alloy will send metrics
|
||||
# @param [array] ay_log_targets the logging targets
|
||||
# @summary Class contains all parameters for the cd_alloy module.
|
||||
# @summary Class contains all parameters for the alloy_cd module.
|
||||
##############################################################################
|
||||
class cd_alloy::params (
|
||||
class alloy_cd::params (
|
||||
|
||||
String $reqpackages = 'alloy',
|
||||
String $pkg_ensure = 'latest',
|
||||
@@ -39,5 +39,5 @@ class cd_alloy::params (
|
||||
$ay_main_file = "${ay_main_dir}/config.alloy"
|
||||
|
||||
# includes must be last
|
||||
include cd_alloy::main::config
|
||||
include alloy_cd::main::config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user