{"id":15517615,"url":"https://github.com/bodgit/puppet-rngd","last_synced_at":"2025-04-11T01:45:00.454Z","repository":{"id":24202639,"uuid":"27594078","full_name":"bodgit/puppet-rngd","owner":"bodgit","description":"Puppet Module for managing rngd","archived":false,"fork":false,"pushed_at":"2021-03-06T23:17:44.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-15T09:53:52.223Z","etag":null,"topics":["puppet","rngd"],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/bodgit/rngd","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/bodgit.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}},"created_at":"2014-12-05T14:06:24.000Z","updated_at":"2021-03-06T23:17:38.000Z","dependencies_parsed_at":"2022-08-22T14:30:30.625Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-rngd","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rngd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rngd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rngd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-rngd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-rngd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248327863,"owners_count":21085258,"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":["puppet","rngd"],"created_at":"2024-10-02T10:13:54.233Z","updated_at":"2025-04-11T01:45:00.426Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","readme":"# rngd\n\n[![Build Status](https://travis-ci.org/bodgit/puppet-rngd.svg?branch=master)](https://travis-ci.org/bodgit/puppet-rngd)\n[![Codecov](https://img.shields.io/codecov/c/github/bodgit/puppet-rngd)](https://codecov.io/gh/bodgit/puppet-rngd)\n[![Puppet Forge version](http://img.shields.io/puppetforge/v/bodgit/rngd)](https://forge.puppetlabs.com/bodgit/rngd)\n[![Puppet Forge downloads](https://img.shields.io/puppetforge/dt/bodgit/rngd)](https://forge.puppetlabs.com/bodgit/rngd)\n[![Puppet Forge - PDK version](https://img.shields.io/puppetforge/pdk-version/bodgit/rngd)](https://forge.puppetlabs.com/bodgit/rngd)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with rngd](#setup)\n    * [Beginning with rngd](#beginning-with-rngd)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [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## Description\n\nThis module manages rngd.\n\nThe module basically makes sure the rngd daemon is installed and started,\nthat's pretty much it. The rngd daemon does a good job at working out where\nthe source of hardware entropy is so there's little configuration required.\n\n## Setup\n\n### Beginning with rngd\n\nIn the very simplest case, you can just include the following:\n\n```puppet\ninclude ::rngd\n```\n\n## Usage\n\nFor example to configure rngd to use `/dev/urandom` for random number input:\n\n```puppet\nclass { '::rngd':\n  hwrng_device =\u003e '/dev/urandom',\n}\n```\n\nIf you want to use something else to manage the rngd daemon, you can do:\n\n```puppet\nclass { '::rngd':\n  service_manage =\u003e false,\n}\n```\n\n## Reference\n\nThe reference documentation is generated with\n[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest\nversion of the documentation is hosted at\n[https://bodgit.github.io/puppet-rngd/](https://bodgit.github.io/puppet-rngd/)\nand available also in the [REFERENCE.md](https://github.com/bodgit/puppet-rngd/blob/master/REFERENCE.md).\n\n## Limitations\n\nThis module has been built on and tested against Puppet 5 and higher.\n\nThe module has been tested on:\n\n* RedHat Enterprise Linux 6/7\n* Ubuntu 14.04/16.04\n* Debian 8/9\n\n## Development\n\nThe module relies on [PDK](https://puppet.com/docs/pdk/1.x/pdk.html) and has\nboth [rspec-puppet](http://rspec-puppet.com) and\n[beaker-rspec](https://github.com/puppetlabs/beaker-rspec) tests. Run them\nwith:\n\n```\n$ bundle exec rake spec\n$ PUPPET_INSTALL_TYPE=agent PUPPET_INSTALL_VERSION=x.y.z bundle exec rake beaker:\u003cnodeset\u003e\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-rngd).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-rngd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-rngd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-rngd/lists"}