From 3d2e00b829ea5ac50d1f490d16ee4546289953ca Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 29 Jan 2017 19:32:16 +0100 Subject: [PATCH] add missing file --- modules/apache2/manifests/proxy_http.pp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/apache2/manifests/proxy_http.pp diff --git a/modules/apache2/manifests/proxy_http.pp b/modules/apache2/manifests/proxy_http.pp new file mode 100644 index 000000000..33b9f2c61 --- /dev/null +++ b/modules/apache2/manifests/proxy_http.pp @@ -0,0 +1,3 @@ +class apache2::proxy_http { + apache2::module { 'proxy_http': } +} -- 2.20.1