From: Peter Palfrader Date: Sun, 29 Jan 2017 18:32:16 +0000 (+0100) Subject: add missing file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3d2e00b829ea5ac50d1f490d16ee4546289953ca;p=mirror%2Fdsa-puppet.git add missing file --- 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': } +}