{"id":41441834,"url":"https://github.com/evolvingweb/puppet-apt","last_synced_at":"2026-01-23T14:57:17.410Z","repository":{"id":885001,"uuid":"632149","full_name":"evolvingweb/puppet-apt","owner":"evolvingweb","description":"Puppet module to help manage Apt","archived":false,"fork":false,"pushed_at":"2023-01-13T11:21:22.000Z","size":441,"stargazers_count":42,"open_issues_count":5,"forks_count":514,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-12-04T03:22:58.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evolvingweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-27T20:16:05.000Z","updated_at":"2024-12-21T16:42:57.000Z","dependencies_parsed_at":"2023-01-14T11:15:22.407Z","dependency_job_id":null,"html_url":"https://github.com/evolvingweb/puppet-apt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evolvingweb/puppet-apt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvingweb%2Fpuppet-apt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvingweb%2Fpuppet-apt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvingweb%2Fpuppet-apt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvingweb%2Fpuppet-apt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolvingweb","download_url":"https://codeload.github.com/evolvingweb/puppet-apt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvingweb%2Fpuppet-apt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"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":[],"created_at":"2026-01-23T14:57:16.723Z","updated_at":"2026-01-23T14:57:17.399Z","avatar_url":"https://github.com/evolvingweb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apt module for Puppet\n\n## Description\nProvides helpful definitions for dealing with Apt.\n\n## Usage\n\n### apt::force\nForce a package to be installed from a specific release.  Useful when using repositoires like Debian unstable in Ubuntu.\n\u003cpre\u003e\napt::force { \"glusterfs-server\":\n\trelease =\u003e \"unstable\",\n\tversion =\u003e '3.0.3',\n\trequire =\u003e Apt::Source[\"debian_unstable\"],\n}\n\u003c/pre\u003e\n\n### apt::pin\nAdd an apt pin for a certain release.\n\u003cpre\u003e\napt::pin { \"karmic\": priority =\u003e 700 }\napt::pin { \"karmic-updates\": priority =\u003e 700 }\napt::pin { \"karmic-security\": priority =\u003e 700 }\n\u003c/pre\u003e\n\n### apt::ppa\nAdd a ppa repository using `add-apt-repository`.  Somewhat experimental.\n\u003cpre\u003e\napt::ppa { \"ppa:drizzle-developers/ppa\": }\n\u003c/pre\u003e\n\n### apt::release\nSet the default apt release.  Useful when using repositoires like Debian unstable in Ubuntu.\n\u003cpre\u003e\napt::release { \"karmic\": }\n\u003c/pre\u003e\n\n### apt::source\nAdd an apt source to `/etc/apt/sources.list.d/`.\n\u003cpre\u003e\napt::source { \"debian_unstable\":\n\tlocation =\u003e \"http://debian.mirror.iweb.ca/debian/\",\n\trelease =\u003e \"unstable\",\n\trepos =\u003e \"main contrib non-free\",\n\trequired_packages =\u003e \"debian-keyring debian-archive-keyring\",\n\tkey =\u003e \"55BE302B\",\n\tkey_server =\u003e \"subkeys.pgp.net\",\n\tpin =\u003e \"-10\"\n}\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolvingweb%2Fpuppet-apt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolvingweb%2Fpuppet-apt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolvingweb%2Fpuppet-apt/lists"}