9 lines
268 B
Puppet
9 lines
268 B
Puppet
## cd_alloy::init.pp
|
|
# Module name: cd_alloy
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
# @summary Class initializes the cd_alloy module.
|
|
##############################################################################
|
|
class cd_alloy {
|
|
include cd_alloy::params
|
|
}
|