Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gazsi István
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
e7a9a247
authored
Oct 10, 2014
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix service name
parent
8062a1c4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
salt/graphite/rabbitmq.sls
+4
-3
No files found.
salt/graphite/rabbitmq.sls
View file @
e7a9a247
rabbitmq-server:
rabbitmq-server
_monitor
:
pkg.installed:
pkg.installed:
- name: rabbitmq-server
- name: rabbitmq-server
service:
service:
- name: rabbitmq-server
- running
- running
rabbitmq_user:
rabbitmq_user
_monitor
:
rabbitmq_user.present:
rabbitmq_user.present:
- name: {{ pillar['graphite']['user'] }}
- name: {{ pillar['graphite']['user'] }}
- password: {{ pillar['graphite']['password'] }}
- password: {{ pillar['graphite']['password'] }}
virtual_host:
virtual_host
_monitor
:
rabbitmq_vhost.present:
rabbitmq_vhost.present:
- name: {{ pillar['graphite']['vhost']}}
- name: {{ pillar['graphite']['vhost']}}
- user: {{ pillar['graphite']['user'] }}
- user: {{ pillar['graphite']['user'] }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment