2026-02-03 00:41:35 +01:00
|
|
|
## confdroid_apache::server::install.pp
|
|
|
|
|
# Module name: confdroid_apache
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
2017-07-07 16:15:43 +01:00
|
|
|
# @summary Install required binaries
|
2017-06-19 13:34:42 +01:00
|
|
|
##############################################################################
|
2026-02-03 00:41:35 +01:00
|
|
|
class confdroid_apache::server::install (
|
2017-06-19 13:34:42 +01:00
|
|
|
|
2026-02-03 00:41:35 +01:00
|
|
|
) inherits confdroid_apache::params {
|
2017-06-19 13:34:42 +01:00
|
|
|
|
2025-05-06 14:51:28 +02:00
|
|
|
package { $reqpackages:
|
2017-06-19 13:34:42 +01:00
|
|
|
ensure => $pkg_ensure,
|
|
|
|
|
}
|
|
|
|
|
}
|