{"id":15759315,"url":"https://github.com/smoeding/puppet-haveged","last_synced_at":"2025-04-16T01:09:19.851Z","repository":{"id":33187156,"uuid":"36829043","full_name":"smoeding/puppet-haveged","owner":"smoeding","description":"Manage haveged using Puppet","archived":false,"fork":false,"pushed_at":"2025-01-04T11:04:05.000Z","size":125,"stargazers_count":2,"open_issues_count":0,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T01:07:45.702Z","etag":null,"topics":["entropy","haveged","haveged-daemon","puppet"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smoeding.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}},"created_at":"2015-06-03T20:34:37.000Z","updated_at":"2025-01-04T11:02:00.000Z","dependencies_parsed_at":"2025-04-16T01:07:52.038Z","dependency_job_id":null,"html_url":"https://github.com/smoeding/puppet-haveged","commit_stats":{"total_commits":122,"total_committers":1,"mean_commits":122.0,"dds":0.0,"last_synced_commit":"e44a8bf7a8b0095a1556ce98047e0f5756dc6754"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoeding%2Fpuppet-haveged","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoeding%2Fpuppet-haveged/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoeding%2Fpuppet-haveged/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smoeding%2Fpuppet-haveged/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smoeding","download_url":"https://codeload.github.com/smoeding/puppet-haveged/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249178212,"owners_count":21225349,"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":["entropy","haveged","haveged-daemon","puppet"],"created_at":"2024-10-04T10:04:43.474Z","updated_at":"2025-04-16T01:09:19.752Z","avatar_url":"https://github.com/smoeding.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haveged\n\n[![Build Status](https://github.com/smoeding/puppet-haveged/actions/workflows/CI.yaml/badge.svg)](https://github.com/smoeding/puppet-haveged/actions/workflows/CI.yaml)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/stm/haveged.svg)](https://forge.puppetlabs.com/stm/haveged)\n[![License](https://img.shields.io/github/license/smoeding/puppet-haveged.svg)](https://raw.githubusercontent.com/smoeding/puppet-haveged/master/LICENSE)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What does the module do?](#module-description)\n3. [Setup - The basics of getting started with haveged](#setup)\n    * [What haveged affects](#what-haveged-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with haveged](#beginning-with-haveged)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nInstall and manage the haveged daemon.\n\n## Module Description\n\nThe haveged daemon provides a random number generator based on the HAVEGE (HArdware Volatile Entropy Gathering and Expansion) algorithm. This module provides a way of installing and setting up the daemon in your environment.\n\n## Setup\n\n### What haveged affects\n\nPackage, service and configuration files for the haveged daemon.\n\n* On Debian based systems this includes the `/etc/default/haveged` file.\n\n* On RedHat based systems the configuration is stored in the `/etc/systemd/system/haveged.service.d/opts.conf` file.\n\n### Setup Requirements\n\nThis module requires the `stdlib` module.\n\nThe `haveged` package is part of the EPEL yum repository, so this repository must be enabled on Enterprise Linux to be able to install the package.\n\n### Beginning with haveged\n\nDeclare the haveged class to run the haveged daemon with the default parameters.\n\n```puppet\nclass { 'haveged': }\n```\n\nThis installs the haveged package and starts the service using default parameters.\n\nSee the following sections for a detailed description of the available configuration options.\n\n## Usage\n\n### Use a higher threshold of available entropy\n\n```puppet\nclass { 'haveged':\n  write_wakeup_threshold =\u003e 2048,\n}\n```\n\n## Reference\n\nSee [REFERENCE.md](https://github.com/smoeding/puppet-haveged/blob/master/REFERENCE.md) for the reference documentation.\n\n## Development\n\nFeel free to send pull requests for new features and other operating systems.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoeding%2Fpuppet-haveged","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmoeding%2Fpuppet-haveged","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmoeding%2Fpuppet-haveged/lists"}