{"id":15013903,"url":"https://github.com/voxpupuli/puppet-zram_generator","last_synced_at":"2026-03-17T21:38:50.681Z","repository":{"id":66233371,"uuid":"530228704","full_name":"voxpupuli/puppet-zram_generator","owner":"voxpupuli","description":"Installs and configures zram_generator with puppet","archived":false,"fork":false,"pushed_at":"2025-08-12T09:13:37.000Z","size":80,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-08-22T06:44:38.888Z","etag":null,"topics":["centos-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module"],"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/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/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,"zenodo":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2022-08-29T13:19:57.000Z","updated_at":"2025-08-12T09:13:39.000Z","dependencies_parsed_at":"2023-12-19T08:34:09.366Z","dependency_job_id":"efa47836-be41-4445-8ab0-3ae0ecd9bed2","html_url":"https://github.com/voxpupuli/puppet-zram_generator","commit_stats":{"total_commits":30,"total_committers":4,"mean_commits":7.5,"dds":0.5333333333333333,"last_synced_commit":"f604d312c2cdfc877be46efc4122d3f0f7a2d038"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-zram_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zram_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zram_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zram_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zram_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-zram_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-zram_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271991125,"owners_count":24854712,"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-08-24T02:00:11.135Z","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":["centos-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module"],"created_at":"2024-09-24T19:44:54.881Z","updated_at":"2026-03-17T21:38:45.656Z","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 Module for zram_generator\n\n[![Build Status](https://github.com/voxpupuli/puppet-zram_generator/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-zram_generator/actions?query=workflow%3ACI)\n[![Release](https://github.com/voxpupuli/puppet-zram_generator/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-zram_generator/actions/workflows/release.yml)\n[![Puppet Forge Version](http://img.shields.io/puppetforge/v/puppet/zram_generator.svg)](https://forge.puppetlabs.com/puppet/zram_generator)\n[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/puppet/zram_generator.svg)](https://forge.puppetlabs.com/puppet/zram_generator)\n[![Puppet Forge Endorsement](https://img.shields.io/puppetforge/e/puppet/zram_generator.svg)](https://forge.puppetlabs.com/puppet/zram_generator)\n[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-zram_generator)\n[![Apache v2 License](https://img.shields.io/github/license/voxpupuli/puppet-zram_generator.svg)](LICENSE)\n[![Donated by CERN](https://img.shields.io/badge/donated%20by-CERN-0033a0.svg)](#transfer-notice)\n\n## Description\nInstalls and configures [zram_generator](https://github.com/systemd/zram-generator)\n\n## Example\n\n```puppet\nzram_generator::zram{'zram1':\n  zram_size         =\u003e 'ram / 2',\n}\n```\n\nThis will create a `/dev/zram1` device half the size of available RAM and activate it.\n\n## Hiera Example\n\nA set of `zram_generator::zram` can be loaded from hiera:\n\n```yaml\nzram_generator::zrams:\n  zram0:\n    fs_type: 'ext4'\n    mount_point: '/run/mount'\n  zram1:\n    zram_size: 1024\n```\n\n## Reference\n\nSee [REFERENCE.md](REFERENCE.md) for full details of parameters.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-zram_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-zram_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-zram_generator/lists"}