Puppet Class: apache::version

Inherited by:
apache::params
Defined in:
manifests/version.pp

Summary

Try to automatically detect the version by OS

Overview

Parameters:

  • scl_httpd_version (Optional[String]) (defaults to: undef)
  • scl_php_version (Optional[String]) (defaults to: undef)


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,
) {
}