mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
21 lines
468 B
YAML
21 lines
468 B
YAML
states:
|
|
- app
|
|
|
|
pillars:
|
|
app:
|
|
config:
|
|
dns:
|
|
srv1: ${default:network:dns:srv1}
|
|
srv2: ${default:network:dns:srv2}
|
|
uri: https://application.domain/call?\${test}
|
|
prod_parameters:
|
|
- p1
|
|
- p2
|
|
- p3
|
|
pkg:
|
|
- app-core
|
|
- app-backend
|
|
# Safe minion_id matching
|
|
{% if minion_id == 'zrh.node3' %}
|
|
safe_pillar: '_only_ zrh.node3 will see this pillar and this cannot be overriden like grains'
|
|
{% endif %}
|