2026-03-29 15:54:10 +02:00
|
|
|
## confdroid_automatic::main::install.pp
|
|
|
|
|
# Module name: confdroid_automatic
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
|
|
|
# @summary Class manages installation section for the confdroid_automatic module
|
2025-06-02 16:41:08 +02:00
|
|
|
##############################################################################
|
2026-03-29 15:54:10 +02:00
|
|
|
class confdroid_automatic::main::install (
|
2025-06-02 16:41:08 +02:00
|
|
|
|
2026-03-29 15:54:10 +02:00
|
|
|
) inherits confdroid_automatic::params {
|
|
|
|
|
package { $ac_reqpackages:
|
|
|
|
|
ensure => $ac_pkg_ensure,
|
2025-06-02 16:41:08 +02:00
|
|
|
}
|
|
|
|
|
}
|