{"id":19371938,"url":"https://github.com/chatsecure/chatsecure-users-cookbook","last_synced_at":"2026-06-08T21:33:09.868Z","repository":{"id":146269485,"uuid":"15089294","full_name":"ChatSecure/chatsecure-users-cookbook","owner":"ChatSecure","description":"Chef cookbook for managing users","archived":false,"fork":false,"pushed_at":"2013-12-10T21:06:31.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-24T14:49:09.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChatSecure.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-10T21:01:18.000Z","updated_at":"2020-03-05T20:41:43.000Z","dependencies_parsed_at":"2023-03-23T22:03:14.912Z","dependency_job_id":null,"html_url":"https://github.com/ChatSecure/chatsecure-users-cookbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChatSecure/chatsecure-users-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChatSecure%2Fchatsecure-users-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChatSecure%2Fchatsecure-users-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChatSecure%2Fchatsecure-users-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChatSecure%2Fchatsecure-users-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChatSecure","download_url":"https://codeload.github.com/ChatSecure/chatsecure-users-cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChatSecure%2Fchatsecure-users-cookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34082130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T08:20:37.970Z","updated_at":"2026-06-08T21:33:09.853Z","avatar_url":"https://github.com/ChatSecure.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"ow_users Cookbook\n=================\nProvisions the users on any OpenWatch server.\n\nRequirements\n------------\n\n#### data bags\n\nYou will need a `users` and a `user-passwords` data bag.\n\n\n`data_bags/users/username.json`\n\n\t{\n\t  \"id\": \"username\",\n\t  \"ssh_keys\": [\n\t    \"ssh-rsa … username@example.com\"\n\t  ],\n\t  \"comment\": \"Firstname Lastname\",\n\t  \"uid\": 2000,\n\t  \"shell\": \"\\/bin\\/bash\"\n\t}\n\t\n`data_bags/user-passwords/username.json`\n\n\t{\n\t  \"id\": \"username\",\n\t  \"password\": \"$1$oqBAwt6s$7wztG7ndBj/S3P9dyEcoc1\"\n\t}\n\t\n\n\n#### packages\n- [user](https://github.com/fnichol/chef-user) - Manage user accounts and SSH keys. This is not the Opscode users cookbook.\n\nAttributes\n----------\nTODO: List you cookbook attributes here.\n\ne.g.\n#### ow_users::default\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eKey\u003c/th\u003e\n    \u003cth\u003eType\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n    \u003cth\u003eDefault\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['ow_users']['bacon']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eBoolean\u003c/td\u003e\n    \u003ctd\u003ewhether to include bacon\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003etrue\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nUsage\n-----\n#### ow_users::default\nTODO: Write usage instructions for each cookbook.\n\ne.g.\nJust include `ow_users` in your node's `run_list`:\n\n```json\n{\n  \"name\":\"my_node\",\n  \"run_list\": [\n    \"recipe[ow_users]\"\n  ]\n}\n```\n\nContributing\n------------\n\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write you change\n4. Write tests for your change (if applicable)\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request using Github\n\nLicense and Authors\n-------------------\n©2013, OpenWatch FPC\n\nLicense: AGPLv3\n\nAuthors: Chris Ballinger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatsecure%2Fchatsecure-users-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatsecure%2Fchatsecure-users-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatsecure%2Fchatsecure-users-cookbook/lists"}