Skip to content
Snippets Groups Projects
Commit 5bac4bb0 authored by noelmcloughlin's avatar noelmcloughlin
Browse files

docs(examples): use airflow instead in pillar.example

parent ce0fcb84
Branches
No related tags found
No related merge requests found
...@@ -30,26 +30,26 @@ rabbitmq: ...@@ -30,26 +30,26 @@ rabbitmq:
base: /var/lib/rabbitmq base: /var/lib/rabbitmq
vhost: vhost:
- test_vhost - airflow
binding: binding:
my-new-binding: my-new-binding:
- destination_type: queue - destination_type: queue
- destination: my-new-queue - destination: my-new-queue
- routing_key: a_routing_key_string - routing_key: a_routing_key_string
- user: saltstack - user: airflow
- passwd: 'password' - passwd: 'password'
- vhost: test_vhost - vhost: airflow
- arguments: - arguments:
- 'x-message-ttl': 8640000 - 'x-message-ttl': 8640000
queue: queue:
my-new-queue: my-new-queue:
- user: saltstack - user: airflow
- passwd: 'password' - passwd: 'password'
- durable: true - durable: true
- auto_delete: false - auto_delete: false
- vhost: test_vhost - vhost: airflow
- arguments: - arguments:
- 'x-message-ttl': 8640000 - 'x-message-ttl': 8640000
- 'x-expires': 8640000 - 'x-expires': 8640000
...@@ -57,13 +57,13 @@ rabbitmq: ...@@ -57,13 +57,13 @@ rabbitmq:
exchange: exchange:
my-new-exchange: my-new-exchange:
- user: saltstack - user: airflow
- passwd: 'password' - passwd: 'password'
- type: fanout - type: fanout
- durable: true - durable: true
- internal: false - internal: false
- auto_delete: false - auto_delete: false
- vhost: test_vhost - vhost: airflow
- arguments: - arguments:
- 'alternate-**exchange': 'amq.fanout' - 'alternate-**exchange': 'amq.fanout'
- 'test-header': 'testing' - 'test-header': 'testing'
...@@ -82,7 +82,7 @@ rabbitmq: ...@@ -82,7 +82,7 @@ rabbitmq:
upstream: upstream:
upstream_1: upstream_1:
- uri: amqp://saltstack:password@localhost - uri: amqp://airflow:password@localhost
- trust_user_id: true - trust_user_id: true
- ack_mode: on-confirm - ack_mode: on-confirm
- max_hops: 1 - max_hops: 1
...@@ -108,13 +108,13 @@ rabbitmq: ...@@ -108,13 +108,13 @@ rabbitmq:
- '.*' - '.*'
- '.*' - '.*'
- runas: root - runas: root
saltstack: airflow:
- password: password - password: password
- force: false - force: false
- tags: - tags:
- administrator - administrator
- perms: - perms:
- test_vhost: - airflow:
- '.*' - '.*'
- '.*' - '.*'
- '.*' - '.*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment