2026-01-16 17:17:19 +01:00
|
|
|
## confdroid_puppet::init.pp
|
|
|
|
|
# Module name: confdroid_puppet
|
2025-02-25 17:06:07 +01:00
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid)
|
2026-01-16 17:17:19 +01:00
|
|
|
# @summary Class initialize the confdroid_puppet module.
|
2025-02-25 17:06:07 +01:00
|
|
|
###############################################################################
|
2026-01-16 17:17:19 +01:00
|
|
|
class confdroid_puppet {
|
|
|
|
|
include confdroid_puppet::params
|
2025-02-25 17:06:07 +01:00
|
|
|
}
|