{"id":16915089,"url":"https://github.com/ryancurrah/limits-formula","last_synced_at":"2026-03-05T23:34:26.505Z","repository":{"id":23047575,"uuid":"26400669","full_name":"ryancurrah/limits-formula","owner":"ryancurrah","description":"A saltstack formula for managing the limits.conf file","archived":false,"fork":false,"pushed_at":"2017-07-28T14:09:22.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T05:52:10.756Z","etag":null,"topics":["limits","pam","saltstack","saltstack-formula"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryancurrah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-09T15:56:36.000Z","updated_at":"2021-04-10T08:53:31.000Z","dependencies_parsed_at":"2022-08-21T18:30:35.580Z","dependency_job_id":null,"html_url":"https://github.com/ryancurrah/limits-formula","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ryancurrah/limits-formula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Flimits-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Flimits-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Flimits-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Flimits-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryancurrah","download_url":"https://codeload.github.com/ryancurrah/limits-formula/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryancurrah%2Flimits-formula/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30155378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["limits","pam","saltstack","saltstack-formula"],"created_at":"2024-10-13T19:16:33.689Z","updated_at":"2026-03-05T23:34:26.468Z","avatar_url":"https://github.com/ryancurrah.png","language":"Ruby","readme":"[![Build Status](https://travis-ci.org/ryancurrah/limits-formula.svg?branch=master)](https://travis-ci.org/ryancurrah/limits-formula)\n\n# limits-formula\n\nSaltStack formula for setting user limits in PAM module\n\n## Description\n\nThe pam_limits.so module applies ulimit limits, nice priority and number of simultaneous login sessions\nlimit to user login sessions. This description of the configuration file syntax applies to the\n/etc/security/limits.conf file and *.conf files in the /etc/security/limits.d directory.\n\n## Tests\n\nThe Travis CI tests run the state on a Ubuntu server. By running the state it checks that there is no syntax errors and that it works for Ubuntu. Other operating systems are NOT tested therefore have a risk of not working on them. ServerSpec is used to verify that the state installed the proper packages and created limits.conf with the proper owner, group, mode and settings.\n\n## Example Pillar\n\n```yaml\nlimits:\n  users:\n    johndoe:\n      - limit_type: hard\n        limit_item: core\n        limit_value: unlimited\n      - limit_type: hard\n        limit_item: nproc\n        limit_value: 1000\n    janedoe:\n      - limit_type: hard\n        limit_item: locks\n        limit_value: 300\n  groups:\n    employees:\n      - limit_type: hard\n        limit_item: cpu\n        limit_value: 5\n      - limit_type: hard\n        limit_item: nproc\n        limit_value: 500\n```\n\n## More info about limits\n\n[http://linux.die.net/man/5/limits.conf](http://linux.die.net/man/5/limits.conf)\n\n## Support\n\n* Debian\n* Ubuntu\n* Centos\n* Fedora\n* RedHat\n* Amazon\n* Gentoo\n* Mint\n* SUSE\n\n## Contributors\n\n* danoe\n* tampakrap\n* cboltz\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryancurrah%2Flimits-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryancurrah%2Flimits-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryancurrah%2Flimits-formula/lists"}