X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=3rdparty%2Fmodules%2Fapache%2Fmanifests%2Fmod%2Fproxy_http.pp;fp=3rdparty%2Fmodules%2Fapache%2Fmanifests%2Fmod%2Fproxy_http.pp;h=1579e68ee20126603af4e2b8b90cbbc53553db12;hb=29c25a2dd54b818d590063af535221f98af7d6c8;hp=0000000000000000000000000000000000000000;hpb=943dd63ceab3c595cfdff25de2631d5b74f19dc9;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/apache/manifests/mod/proxy_http.pp b/3rdparty/modules/apache/manifests/mod/proxy_http.pp new file mode 100644 index 000000000..1579e68ee --- /dev/null +++ b/3rdparty/modules/apache/manifests/mod/proxy_http.pp @@ -0,0 +1,4 @@ +class apache::mod::proxy_http { + Class['::apache::mod::proxy'] -> Class['::apache::mod::proxy_http'] + ::apache::mod { 'proxy_http': } +}