Puppet Class: apache::version
- Inherited by:
-
apache::params
- Defined in:
- manifests/version.pp
Summary
Try to automatically detect the version by OSOverview
5 6 7 8 9 |
# File 'manifests/version.pp', line 5
class apache::version (
Optional[String] $scl_httpd_version = undef,
Optional[String] $scl_php_version = undef,
) {
}
|