Puppet Class: apache::mod::proxy_http2

Defined in:
manifests/mod/proxy_http2.pp

Summary

Installs `mod_proxy_http2`.

Overview

[View source]

6
7
8
9
# File 'manifests/mod/proxy_http2.pp', line 6

class apache::mod::proxy_http2 {
  require apache::mod::proxy
  apache::mod { 'proxy_http2': }
}