Skip to content

Commit

Permalink
Another place should use method
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 4, 2015
1 parent 5ebbb47 commit f0b21de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/postgresql/server/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ postgresql-psf-cluster:
{% if salt["match.compound"](pillar["roles"]["postgresql-primary"]) %}

{% for replica in salt["mine.get"](pillar["roles"]["postgresql-replica"], "psf_internal").keys() %}
replication-slot-{{ replica|split(".")|first }}:
replication-slot-{{ replica.split(".")|first }}:
postgres_replica.slot:
- name: {{ replica.split(".")|first }}
- require:
Expand Down

0 comments on commit f0b21de

Please sign in to comment.