mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #238 from noelmcloughlin/macos
Fix file.managed for macos
This commit is contained in:
commit
096293be22
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ postgresql-{{ bin }}-altinstall:
|
|||
postgres_maxfiles_limits_conf:
|
||||
file.managed:
|
||||
- name: /Library/LaunchDaemons/limit.maxfiles.plist
|
||||
- source: salt://{{ tpldir }}/../templates/limit.maxfiles.plist
|
||||
- source: salt://postgres/templates/limit.maxfiles.plist
|
||||
- template: jinja
|
||||
- context:
|
||||
soft_limit: {{ postgres.limits.soft }}
|
||||
|
@ -59,7 +59,7 @@ postgres-desktop-shortcut-clean:
|
|||
postgres-desktop-shortcut-add:
|
||||
file.managed:
|
||||
- name: /tmp/mac_shortcut.sh
|
||||
- source: salt://{{ tpldir }}/templates/mac_shortcut.sh
|
||||
- source: salt://postgres/templates/mac_shortcut.sh
|
||||
- mode: 755
|
||||
- template: jinja
|
||||
- context:
|
||||
|
|
Loading…
Add table
Reference in a new issue