Skip to content

Commit

Permalink
Merge pull request #81 from noelmcloughlin/host2
Browse files Browse the repository at this point in the history
fix(redhat): use correct location for config file
  • Loading branch information
noelmcloughlin authored Jul 14, 2021
2 parents c5f7120 + c0ea529 commit bba0f3f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion rabbitmq/parameters/os_family/RedHat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
---
values:
config:
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
...
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/amazonlinux-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/centos-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/centos-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/fedora-32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/fedora-33.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/fedora-34.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/oraclelinux-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/oraclelinux-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ values:
user: rabbit # 'node' would make more sense here
config:
context: {}
name: /etc/rabbitmq.conf
name: /etc/rabbitmq/rabbitmq.conf
dir:
base: /var/lib/rabbitmq
cleanlist:
Expand Down

0 comments on commit bba0f3f

Please sign in to comment.