salt-formulas / salt-formula-rabbitmq

Other
4 stars 29 forks source link

Standalone example is not working. #47

Open Morsicus opened 6 years ago

Morsicus commented 6 years ago

Hi,

Summary

standalone example is not working.

Error message

----------
          ID: rabbitmq_config
    Function: file.managed
        Name: /etc/rabbitmq/rabbitmq.config
      Result: False
     Comment: Unable to manage file: Jinja variable 'dict object' has no attribute 'memory'
     Started: 13:38:38.991718
    Duration: 63.842 ms
     Changes:

server.memory.vm_high_watermark is not set in the pillar example. This value is mandatory and not set in the default values.

Expected behaviour

It should work.

Possible fixes

  1. Fix the README
  2. Set a default value to server.memory.vm_high_watermark (0.4 could be a decent value)

Please give me your inputs and i can fix the issue :)