Puppet Class: confdroid_apache::server::install
- Inherits:
- confdroid_apache::params
- Defined in:
- manifests/server/install.pp
Summary
Install required binariesOverview
confdroid_apache::server::install.pp Module name: confdroid_apache Author: 12ww1160 (12ww1160@confdroid.com)
6 7 8 9 10 11 12 13 |
# File 'manifests/server/install.pp', line 6
class confdroid_apache::server::install (
) inherits confdroid_apache::params {
package { $reqpackages:
ensure => $pkg_ensure,
}
}
|