Commit e7a9a247 by Guba Sándor

fix service name

parent 8062a1c4
rabbitmq-server:
rabbitmq-server_monitor:
pkg.installed:
- name: rabbitmq-server
service:
- name: rabbitmq-server
- running
rabbitmq_user:
rabbitmq_user_monitor:
rabbitmq_user.present:
- name: {{ pillar['graphite']['user'] }}
- password: {{ pillar['graphite']['password'] }}
virtual_host:
virtual_host_monitor:
rabbitmq_vhost.present:
- name: {{ pillar['graphite']['vhost']}}
- user: {{ pillar['graphite']['user'] }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment