add missing file
authorPeter Palfrader <peter@palfrader.org>
Sun, 29 Jan 2017 18:32:16 +0000 (19:32 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 29 Jan 2017 18:32:16 +0000 (19:32 +0100)
modules/apache2/manifests/proxy_http.pp [new file with mode: 0644]

diff --git a/modules/apache2/manifests/proxy_http.pp b/modules/apache2/manifests/proxy_http.pp
new file mode 100644 (file)
index 0000000..33b9f2c
--- /dev/null
@@ -0,0 +1,3 @@
+class apache2::proxy_http {
+       apache2::module { 'proxy_http': }
+}