Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rabbitmq-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
rabbitmq-formula
Commits
bdc94f6e
Commit
bdc94f6e
authored
4 years ago
by
Dennis Ahrens
Browse files
Options
Downloads
Patches
Plain Diff
fix(user): pass proper args to the rabbitmq state
parent
ad7591ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rabbitmq/config/user/install.sls
+3
-1
3 additions, 1 deletion
rabbitmq/config/user/install.sls
with
3 additions
and
1 deletion
rabbitmq/config/user/install.sls
+
3
−
1
View file @
bdc94f6e
...
@@ -15,7 +15,9 @@ include:
...
@@ -15,7 +15,9 @@ include:
rabbitmq-config-user-present-{{ name }}:
rabbitmq-config-user-present-{{ name }}:
rabbitmq_user.present:
rabbitmq_user.present:
- name: {{ name }}
- name: {{ name }}
- {{ user|yaml }}
{% for value in user %}
- {{ value | yaml }}
{% endfor %}
- require:
- require:
- sls: {{ sls_service_running }}
- sls: {{ sls_service_running }}
- sls: {{ sls_config_vhost }}
- sls: {{ sls_config_vhost }}
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
9517dd30
·
4 years ago
mentioned in commit
9517dd30
mentioned in commit 9517dd30f01693f85ab431427b8503af69feeaac
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment