Skip to content

limit.maxfiles.plist not rendered on MacOS #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
noelmcloughlin opened this issue May 11, 2018 · 0 comments
Closed

limit.maxfiles.plist not rendered on MacOS #213

noelmcloughlin opened this issue May 11, 2018 · 0 comments
Labels

Comments

@noelmcloughlin
Copy link
Contributor

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
bash-3.2# more /Library/LaunchDaemons/limit.maxfiles.plist

      ...
      <string>maxfiles</string>
      <string>{{ soft_limit }}</string>
      <string>{{ hard_limit }}</string>
noelmcloughlin pushed a commit to noelmcloughlin/postgres-formula that referenced this issue Jun 11, 2018
noelmcloughlin pushed a commit to noelmcloughlin/postgres-formula that referenced this issue Jun 15, 2018
noelmcloughlin pushed a commit to noelmcloughlin/postgres-formula that referenced this issue Jun 16, 2018
noelmcloughlin pushed a commit to noelmcloughlin/postgres-formula that referenced this issue Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant