add main module order

This commit is contained in:
Arne Teuke
2025-02-24 12:02:24 +01:00
parent e88d926ee1
commit d6c8a035a6
6 changed files with 55 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
## cd_alloy::params.pp
# Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @param [string] reqpackages which packages to install
# @param [string] repackages which packages to install
# @param [string] pkg_ensure 'latest' or 'present'
# @summary Class contains all parameters for the cd_alloy module.
##############################################################################
@@ -12,6 +12,13 @@ $pkg_ensure = 'latest',
) {
# service
$ay_service = 'alloy'
# dirs
$ay_main_dir = '/etc/alloy'
# includes must be last
include cd_alloy::main::config