add basic classes

This commit is contained in:
Arne Teuke
2025-02-23 14:34:15 +01:00
parent 14100a474e
commit 50a60e84ae
3 changed files with 31 additions and 0 deletions

13
manifests/params.pp Normal file
View File

@@ -0,0 +1,13 @@
## cd_alloy::params.pp
# Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class contains all parameters for the cd_alloy module.
##############################################################################
class cd_alloy::params (
) {
# includes must be last
}