===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
puppet-module-puppetlabs-haproxy-2.1.0/README.md-150-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:151:If you need a more complex configuration for the listen block, use the `$bind` parameter:
puppet-module-puppetlabs-haproxy-2.1.0/README.md-152-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-170-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:171:**Note:** `$ports` and `$ipaddress` cannot be used in combination with `$bind`.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-172-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-625-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:626:* `ipaddresses`: *Optional.* Specifies the IP address used to contact the balancermember service. Valid options: a string or an array. If you pass an array, it must contain the same number of elements as the array you pass to the `server_names` parameter. For each pair of entries in the `ipaddresses` and `server_names` arrays, Puppet creates server entries in haproxy.cfg targeting each port specified in the `ports` parameter. Default: the value of the `$::ipaddress` fact.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-627-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-633-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:634:* `server_names`: *Required unless `collect_exported` is set to `true`.* Sets the name of the balancermember service in the listening service's configuration block in haproxy.cfg. Valid options: a string or an array. If you pass an array, it must contain the same number of elements as the array you pass to the `ipaddresses` parameter. For each pair of entries in the `ipaddresses` and `server_names` arrays, Puppet creates server entries in haproxy.cfg targeting each port specified in the `ports` parameter. Default: the value of the `$::hostname` fact.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-635-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-802-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:803:* `ipaddresses`: *Required unless the `collect_exported` parameter of your `haproxy::peers` resource is set to `true`.* Specifies the IP address used to contact the peer member server. Valid options: a string or an array. If you pass an array, it must contain the same number of elements as the array you pass to the `server_names` parameter. Puppet pairs up the elements from both arrays and creates a peer for each pair of values. Default: the value of the `$::ipaddress` fact.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-804-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-808-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:809:* `server_names`: *Required unless the `collect_exported` parameter of your `haproxy::peers` resource is set to `true`.* Sets the name of the peer server as listed in the peers configuration block. Valid options: a string or an array. If you pass an array, it must contain the same number of elements as the array you pass to `ipaddresses`. Puppet pairs up the elements from both arrays and creates a peer for each pair of values. Default: the value of the `$::hostname` fact.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-810-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-829-##### Parameters
puppet-module-puppetlabs-haproxy-2.1.0/README.md:830:* `ipaddresses`: *Required unless the `collect_exported` parameter of your `haproxy::mailers` resource is set to `true`.* Specifies the IP address used to contact the mailer email server. Valid options: a string or an array. If you pass an array, it must contain the same number of elements as the array you pass to the `server_names` parameter. Puppet pairs up the elements from both arrays and creates a mailer for each pair of values. Default: the value of the `$::ipaddress` fact.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-831-
##############################################
puppet-module-puppetlabs-haproxy-2.1.0/README.md-835-
puppet-module-puppetlabs-haproxy-2.1.0/README.md:836:* `server_names`: *Required unless the `collect_exported` parameter of your `haproxy::mailers` resource is set to `true`.* Sets the name of the email server as listed in the mailers configuration block. Valid options: a string or an array. If you pass an array, it must contain the same number of elements as the array you pass to `ipaddresses`. Puppet pairs up the elements from both arrays and creates a mailer for each pair of values. Default: the value of the `$::hostname` fact.
puppet-module-puppetlabs-haproxy-2.1.0/README.md-837-