Skip to content

Commit

Permalink
Method not filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 4, 2015
1 parent 59d744e commit 5ebbb47
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 @@ -179,7 +179,7 @@ postgresql-psf-cluster:
{% for replica in salt["mine.get"](pillar["roles"]["postgresql-replica"], "psf_internal").keys() %}
replication-slot-{{ replica|split(".")|first }}:
postgres_replica.slot:
- name: {{ replica|split(".")|first }}
- name: {{ replica.split(".")|first }}
- require:
- service: postgresql-server
{% endfor %}
Expand Down

0 comments on commit 5ebbb47

Please sign in to comment.