2026-02-07 13:34:25 +01:00
|
|
|
## confdroid_php::main::install.pp
|
|
|
|
|
# Module name: confdroid_php
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
2025-04-24 18:45:54 +02:00
|
|
|
# @summary Class manages installation aspects
|
2025-04-24 18:41:04 +02:00
|
|
|
##############################################################################
|
2026-02-07 13:34:25 +01:00
|
|
|
class confdroid_php::main::install (
|
2025-04-24 18:41:04 +02:00
|
|
|
|
2026-02-07 13:34:25 +01:00
|
|
|
) inherits confdroid_php::params {
|
2025-04-24 18:41:04 +02:00
|
|
|
package { $reqpackages:
|
|
|
|
|
ensure => $pkg_ensure,
|
|
|
|
|
}
|
|
|
|
|
}
|