{"id":16316491,"url":"https://github.com/voxpupuli/puppet-zypprepo","last_synced_at":"2025-12-11T21:47:37.749Z","repository":{"id":3091687,"uuid":"3173798","full_name":"voxpupuli/puppet-zypprepo","owner":"voxpupuli","description":"Puppet description of a zypper repository","archived":false,"fork":false,"pushed_at":"2025-10-17T15:07:01.000Z","size":234,"stargazers_count":10,"open_issues_count":3,"forks_count":20,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-11-09T23:42:02.032Z","etag":null,"topics":["hacktoberfest","linux-puppet-module","puppet","sles-puppet-module"],"latest_commit_sha":null,"homepage":"","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/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2012-01-13T19:45:42.000Z","updated_at":"2025-10-17T15:07:02.000Z","dependencies_parsed_at":"2023-01-11T16:14:19.472Z","dependency_job_id":"f6a0da0c-b4c1-4dcf-b740-e08dbb5a3da4","html_url":"https://github.com/voxpupuli/puppet-zypprepo","commit_stats":{"total_commits":119,"total_committers":21,"mean_commits":5.666666666666667,"dds":"0.37815126050420167","last_synced_commit":"a8c5de557aaa17eeb9119d628597eb3b230ef4fb"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-zypprepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zypprepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zypprepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zypprepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zypprepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-zypprepo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zypprepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27670680,"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","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"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":["hacktoberfest","linux-puppet-module","puppet","sles-puppet-module"],"created_at":"2024-10-10T22:04:48.405Z","updated_at":"2025-12-11T21:47:37.707Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# puppet-zypprepo\n\n[![License](https://img.shields.io/github/license/voxpupuli/puppet-zypprepo.svg)](https://github.com/voxpupuli/puppet-zypprepo/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-zypprepo.svg?branch=master)](https://travis-ci.org/voxpupuli/puppet-zypprepo)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/zypprepo.svg)](https://forge.puppetlabs.com/puppet/zypprepo)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/zypprepo.svg)](https://forge.puppetlabs.com/puppet/zypprepo)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/zypprepo.svg)](https://forge.puppetlabs.com/puppet/zypprepo)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/zypprepo.svg)](https://forge.puppetlabs.com/puppet/zypprepo)\n\n## Overview\n\n'zypprepo' - The client-side description of a zypper repository.\n\n## Usage\n\n**Version 3.1.0 introduced a rewrite of the zypprepo type and added a full functional provider based on `puppetlabs-yumrepo_core`. The type is now ensurable. To keep previous behavior, it defaults to present, which makes the ensure parameter optional**\n\n```puppet\nzypprepo { 'openSUSE_12.1':\n  ensure        =\u003e present,\n  baseurl       =\u003e 'http://download.opensuse.org/distribution/12.1/repo/oss/suse/',\n  enabled       =\u003e 1,\n  autorefresh   =\u003e 1,\n  name          =\u003e 'openSUSE_12.1',\n  gpgcheck      =\u003e 1,\n  repo_gpgcheck =\u003e 1,\n  pkg_gpgcheck  =\u003e 1,\n  priority      =\u003e 98,\n  keeppackages  =\u003e 1,\n  type          =\u003e 'rpm-md',\n}\n```\n\n### Lock a package with the *versionlock* plugin\n\nLocks explicitly specified packages from updates. Package name must be precisely specified in format *`NAME-VERSION-RELEASE.ARCH`*. Wild card in package name is allowed provided it does not span a field seperator.\n\n**PLEASE NOTE: Once you define a lock in code, all locks must be defined in code.**\n\n```puppet\nzypprepo::versionlock { 'bash-4.1.2-9.sles12.*': }\n```\n\nUse the following command to retrieve a properly-formated string:\n\n```sh\nPACKAGE_NAME='bash'\nrpm -q \"$PACKAGE_NAME\" --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\\n'\n```\n\nThis Puppet 'type' is a port of the 'yumrepo' type from 2.7 code base\nand is licensed under the Apache-2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-zypprepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-zypprepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-zypprepo/lists"}