{"id":20504057,"url":"https://github.com/icinga/chef-icinga2repo","last_synced_at":"2025-04-13T20:47:55.037Z","repository":{"id":145046418,"uuid":"111073063","full_name":"Icinga/chef-icinga2repo","owner":"Icinga","description":"Repository management for Icinga with Chef","archived":false,"fork":false,"pushed_at":"2019-10-14T16:28:31.000Z","size":17,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-13T20:47:53.711Z","etag":null,"topics":["chef","packages"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Icinga.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-17T07:40:07.000Z","updated_at":"2018-08-29T12:13:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c815f3d1-270a-40cf-b257-a41090fe8095","html_url":"https://github.com/Icinga/chef-icinga2repo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fchef-icinga2repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fchef-icinga2repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fchef-icinga2repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fchef-icinga2repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Icinga","download_url":"https://codeload.github.com/Icinga/chef-icinga2repo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782278,"owners_count":21160716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chef","packages"],"created_at":"2024-11-15T19:36:05.748Z","updated_at":"2025-04-13T20:47:55.029Z","avatar_url":"https://github.com/Icinga.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"icinga2repo Cookbook\n================\n\n[![Cookbook](https://img.shields.io/github/tag/Icinga/chef-icinga2repo.svg)](https://github.com/Icinga/chef-icinga2repo) [![Build Status](https://travis-ci.org/Icinga/chef-icinga2repo.svg?branch=master)](https://travis-ci.org/Icinga/chef-icinga2repo)\n\n![Icinga Logo](https://www.icinga.com/wp-content/uploads/2014/06/icinga_logo.png)\n\nThis is a [Chef] cookbook to manage [Icinga2] YUM/APT [Repository].\n\n\n\u003e\u003e For Production environment, always prefer the [most recent release](https://supermarket.chef.io/cookbooks/icinga2repo).\n\n\n## Most Recent Release\n\n```ruby\ncookbook 'icinga2repo', '~\u003e 1.0.0'\n```\n\n\n## From Git\n\n```ruby\ncookbook 'icinga2repo', github: 'Icinga/chef-icinga2repo',  tag: 'v1.0.0'\n```\n\n\n## Repository\n\n```\nhttps://github.com/Icinga/icinga2repo\n```\n\n\n## Supported OS\n\n- Amazon Linux\n- CentOS\n- Ubuntu\n- Debian\n\n\n## Supported Chef\n\n- Chef 12\n- Chef 13\n\n\n## Cookbook Dependency\n\n- apt\n- yum\n\n\n## Recipes\n\n- `icinga2repo::apt` - configure icinga2 apt repository\n\n- `icinga2repo::yum` - configure icinga2 yum repository\n\n- `icinga2repo::default` - configure platform specific icinga2 repository\n\n\n## YUM Repository Attributes\n\n* `default['icinga2repo']['release']['yum']['description']` (default: `icinga2-release`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['gpgcheck']` (default: `true`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['enabled']` (default: `true`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['baseurl']` (default: `calculated`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['gpgkey']` (default: `http://packages.icinga.com/icinga.key`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['mirrorlist']` (default: `nil`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['metadata_expire']` (default: `3h`): yum repository attribute\n\n* `default['icinga2repo']['release']['yum']['action']` (default: `:create`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['description']` (default: `icinga2-release`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['gpgcheck']` (default: `true`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['enabled']` (default: `true`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['baseurl']` (default: `calculated`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['gpgkey']` (default: `http://packages.icinga.com/icinga.key`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['mirrorlist']` (default: `nil`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['metadata_expire']` (default: `3h`): yum repository attribute\n\n* `default['icinga2repo']['snapshot']['yum']['action']` (default: `:create`): yum repository attribute\n\n\n## APT Repository Attributes\n\n* `default['icinga2repo']['release']['apt']['description']` (default: `icinga2-release`): apt repository attribute\n\n* `default['icinga2repo']['release']['apt']['components']` (default: `['main']`): apt repository attribute\n\n* `default['icinga2repo']['release']['apt']['uri']` (default: `calculated`): apt repository attribute\n\n* `default['icinga2repo']['release']['apt']['key']` (default: `http://packages.icinga.com/icinga.key`): apt repository attribute\n\n* `default['icinga2repo']['release']['apt']['keyserver']` (default: `keyserver.ubuntu.com`): apt repository attribute\n\n* `default['icinga2repo']['release']['apt']['distribution']` (default: `calculated`): apt repository attribute\n\n* `default['icinga2repo']['release']['apt']['action']` (default: `:add`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['description']` (default: `icinga2-release`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['components']` (default: `['main']`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['uri']` (default: `calculated`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['key']` (default: `http://packages.icinga.com/icinga.key`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['keyserver']` (default: `keyserver.ubuntu.com`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['distribution']` (default: `calculated`): apt repository attribute\n\n* `default['icinga2repo']['snapshot']['apt']['action']` (default: `:add`): apt repository attribute\n\n\n## Contributing\n\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write your change\n4. Write tests for your change (if applicable)\n5. Run the tests (`rake \u0026 rake knife`), ensuring they all pass\n6. Write new resource/attribute description to `README.md`\n7. Write description about changes to PR\n8. Submit a Pull Request using Github\n\n\n## Copyright \u0026 License\n\nAuthors:: Virender Khatri and [Contributors]\n\n\u003cpre\u003e\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\u003c/pre\u003e\n\n\n[Chef]: https://www.chef.io/\n[Icinga2]: https://www.icinga.com/\n[Repository]: https://packages.icinga.com/\n[Contributors]: https://github.com/Icinga/chef-icinga2repo/graphs/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficinga%2Fchef-icinga2repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficinga%2Fchef-icinga2repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficinga%2Fchef-icinga2repo/lists"}