Files
confdroid_apache/manifests/server/install.pp

14 lines
374 B
ObjectPascal
Raw Normal View History

2026-02-03 00:41:35 +01:00
## confdroid_apache::server::install.pp
# Module name: confdroid_apache
# Author: 12ww1160 (12ww1160@confdroid.com)
# @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
package { $reqpackages:
2017-06-19 13:34:42 +01:00
ensure => $pkg_ensure,
}
}