Comment 1 for bug 1560687

Revision history for this message
Michael Polenchuk (mpolenchuk) wrote :

This is actually not true.
All rabbit.* config options could be handled by 'rabbit_config_variables' in hiera.
For example:
  rabbit_config_variables:
    heartbeat: 60
    handshake_timeout: 10000

Note: "heartbeat" in seconds, "handshake_timeout" in milliseconds.