diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 21:46:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 21:46:05 -0300 |
commit | c6632ef18747a32ec2bd943a2e3c84a2be278514 (patch) | |
tree | ccd72bdebcf58b70f3af62b4f8f017987ecbb31e | |
parent | 6a3c39aa70ff0009b319f146689243bf0ee964ac (diff) | |
download | puppet-apache-c6632ef18747a32ec2bd943a2e3c84a2be278514.tar.gz puppet-apache-c6632ef18747a32ec2bd943a2e3c84a2be278514.tar.bz2 |
Deprecation notice
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 94de868..22d4bc6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -166,6 +166,7 @@ class apache( notify => Service["apache"], } + # TODO: remove this in the future # remote addr rewrite # see http://stackoverflow.com/questions/2328225/how-to-set-remote-addr-in-apache-before-php-is-invoked file { "$conf_d/remote-addr": |