2026-02-03 00:41:35 +01:00
|
|
|
## confdroid_apache::init.pp
|
|
|
|
|
# Module name: confdroid_apache
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
|
|
|
# @summary initializes the confdroid_apache Puppet module.
|
2017-06-19 13:34:42 +01:00
|
|
|
##############################################################################
|
2026-02-03 00:41:35 +01:00
|
|
|
class confdroid_apache {
|
|
|
|
|
include confdroid_apache::params
|
2017-06-19 13:34:42 +01:00
|
|
|
}
|