Version information
released Jun 1st 2013
Start using this module
Add this module to your Puppetfile:
mod 'blom-rpaf', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
blom/rpaf — version 0.0.2 Jun 1st 2013
puppet-rpaf
Puppet module for mod_rpaf.
Installation
puppet module install blom/rpaf
Usage
class { 'rpaf':
}
Takes the following optional attributes:
package
: Package name (default:libapache2-mod-rpaf
).config_file
: Configuration file (default:/etc/apache2/mods-available/rpaf.conf
).ifmodule
: Module identifier or filename (default:rpaf_module
).enable
: Enable rpaf (default:true
).sethostname
: DefineHost
fromX-Host
(default:true
).proxy_ips
: Proxy IPs (default:['127.0.0.1', '::1']
).header
: Header containing the remote address (default:X-Forwarded-For
).
See the rpaf documentation for more information.
Copyright (c) 2013 Ãrjan Blom <blom@blom.tv> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.