2025-04-24 18:41:04 +02:00
|
|
|
## php_cd::main::install.pp
|
|
|
|
|
# Module name: php_cd
|
|
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
2025-04-24 18:45:54 +02:00
|
|
|
# @summary Class manages installation aspects
|
2025-04-24 18:41:04 +02:00
|
|
|
##############################################################################
|
|
|
|
|
class php_cd::main::install (
|
|
|
|
|
|
|
|
|
|
) inherits php_cd::params {
|
|
|
|
|
package { $reqpackages:
|
|
|
|
|
ensure => $pkg_ensure,
|
|
|
|
|
}
|
|
|
|
|
}
|