You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dev.sls the context dict values passed to limit.maxfiles.plist are not rendered.
- context:
soft_limit: {{ postgres.limits.soft or postgres.limits.hard }}
hard_limit: {{ postgres.limits.hard or postgres.limits.soft }}
Function: file.managed
Name: /Library/LaunchDaemons/limit.maxfiles.plist
Result: True
Comment: File /Library/LaunchDaemons/limit.maxfiles.plist is in the correct state
In dev.sls the context dict values passed to
limit.maxfiles.plist
are not rendered.The text was updated successfully, but these errors were encountered: