fix dirpath on macos

This commit is contained in:
N 2018-08-30 22:27:05 +01:00
parent 943d6c94d2
commit 110bfb15ca

View file

@ -40,7 +40,7 @@ postgresql-{{ bin }}-altinstall:
postgres_maxfiles_limits_conf: postgres_maxfiles_limits_conf:
file.managed: file.managed:
- name: /Library/LaunchDaemons/limit.maxfiles.plist - name: /Library/LaunchDaemons/limit.maxfiles.plist
- source: salt://{{ tpldir }}/templates/limit.maxfiles.plist - source: salt://{{ tpldir }}/../templates/limit.maxfiles.plist
- template: jinja - template: jinja
- context: - context:
soft_limit: {{ postgres.limits.soft }} soft_limit: {{ postgres.limits.soft }}