Files
confdroid_alloy/manifests/main/service.pp

12 lines
293 B
ObjectPascal
Raw Normal View History

2025-02-24 12:02:24 +01:00
Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the alloy service
###############################################################################
class cd_alloy::main::service (
) inherits cd_alloy::params {
require cd_alloy::main::files
}