{"id":15227844,"url":"https://github.com/cirrax/puppet-approx","last_synced_at":"2026-04-02T01:36:51.294Z","repository":{"id":54795050,"uuid":"89141296","full_name":"cirrax/puppet-approx","owner":"cirrax","description":"approx puppet module","archived":false,"fork":false,"pushed_at":"2023-08-26T13:50:44.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T10:56:11.412Z","etag":null,"topics":["approx","apt","aptitude","puppet"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cirrax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["cirrax"],"custom":["https://cirrax.com"]}},"created_at":"2017-04-23T12:47:40.000Z","updated_at":"2023-08-22T19:18:51.000Z","dependencies_parsed_at":"2025-03-13T17:49:13.794Z","dependency_job_id":"9bddd054-fa58-4412-ba1b-3ada16e83c0d","html_url":"https://github.com/cirrax/puppet-approx","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/cirrax/puppet-approx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-approx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-approx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-approx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-approx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cirrax","download_url":"https://codeload.github.com/cirrax/puppet-approx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-approx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"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":["approx","apt","aptitude","puppet"],"created_at":"2024-09-28T23:06:24.192Z","updated_at":"2026-04-02T01:36:51.240Z","avatar_url":"https://github.com/cirrax.png","language":"Ruby","funding_links":["https://github.com/sponsors/cirrax","https://cirrax.com"],"categories":[],"sub_categories":[],"readme":"# approx puppet module\n\n[![Build Status](https://travis-ci.org/cirrax/puppet-approx.svg?branch=master)](https://travis-ci.org/cirrax/puppet-approx)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/cirrax/approx.svg?style=flat-square)](https://forge.puppetlabs.com/cirrax/approx)\n[![Puppet Forge](https://img.shields.io/puppetforge/dt/cirrax/approx.svg?style=flat-square)](https://forge.puppet.com/cirrax/approx)\n[![Puppet Forge](https://img.shields.io/puppetforge/e/cirrax/approx.svg?style=flat-square)](https://forge.puppet.com/cirrax/approx)\n[![Puppet Forge](https://img.shields.io/puppetforge/f/cirrax/approx.svg?style=flat-square)](https://forge.puppet.com/cirrax/approx)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n1. [Usage](#usage)\n1. [Reference](#reference)\n1. [Contribuiting](#contributing)\n\n\n## Overview\n\nThis module is used to configure approx. Approx is a caching proxy for \nDebian (and derivative) packages requested by apt-get. \n\nFor puppet versions \u003c 4.0, use the 1.x.x Versions.\n\n## Usage\n\nTo start using approx you need to include the approx main class and\nadd the urls you like to make available.\n\nA minimal example might be:\n\n~~~\nclass{'approx'}\n\napprox::repository{'debian':\n  url =\u003e 'http://ftp.ch.debian.org/debian',\n}\n\napprox::repository{'debian-security':\n  url =\u003e 'http://security.debian.org/debian-security',\n}\n~~~\n\nIf you like to use hiera, you can define:\n\n~~~\n---\napprox::config:\n  debian:\n      url: 'http://ftp.ch.debian.org/debian'\n  debian-security:\n      url: 'http://security.debian.org/debian-security'\n~~~\n\n## Systemd\nNewer debian systems using systemd use a systemd socket to configure the listening port/ip.\nTo change where approx listen, include the class approx::systemd\\_socket and set the $listen\\_streams.\n\n## Reference\nSee [REFERENCE.md](https://github.com/cirrax/puppet-approx/blob/master/REFERENCE.md)\n\n## Contributing\n\nPlease report bugs and feature request using GitHub issue tracker.\n\nFor pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint\nand the available spec tests  in order to follow the recommended Puppet style guidelines\nfrom the Puppet Labs style guide.\n\n### Authors\n\nThis module is mainly written by [Cirrax GmbH](https://cirrax.com).\n\nSee the [list of contributors](https://github.com/cirrax/puppet-approx/graphs/contributors)\nfor a list of all contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirrax%2Fpuppet-approx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirrax%2Fpuppet-approx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirrax%2Fpuppet-approx/lists"}