{"id":22157698,"url":"https://github.com/link0/puppet-openntpd","last_synced_at":"2025-06-30T21:08:46.005Z","repository":{"id":57664809,"uuid":"67348076","full_name":"link0/puppet-openntpd","owner":"link0","description":"Puppet module for OpenNTPd","archived":false,"fork":false,"pushed_at":"2016-09-04T15:01:09.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T05:18:46.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/link0.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":"2016-09-04T14:02:50.000Z","updated_at":"2016-09-04T14:55:00.000Z","dependencies_parsed_at":"2022-09-14T21:41:08.784Z","dependency_job_id":null,"html_url":"https://github.com/link0/puppet-openntpd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/link0/puppet-openntpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link0%2Fpuppet-openntpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link0%2Fpuppet-openntpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link0%2Fpuppet-openntpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link0%2Fpuppet-openntpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link0","download_url":"https://codeload.github.com/link0/puppet-openntpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link0%2Fpuppet-openntpd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262641277,"owners_count":23341782,"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":[],"created_at":"2024-12-02T03:12:56.811Z","updated_at":"2025-06-30T21:08:45.976Z","avatar_url":"https://github.com/link0.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# link0/puppet-openntpd\n\n## Overview\n\nThe [link0/openntpd](https://forge.puppet.com/link0/openntpd) module installs, configures and manages the OpenNTPD service.\n\n## Usage\n\n### \n\nBasic usage accepting all defaults (installation, configuration, managing the service, etcetera)\n\n```puppet\ninclude '::openntp'\n``` \n\nAlthough, if you would like to have more control over the service, you can pass parameters like this:\n\n```puppet\nclass { '::openntp':\n  servers =\u003e [ 'ntp1.corp.com', 'ntp2.corp.com' ],\n}\n```\n\n## Hieradata\n\nThis module is completely configurable using Hieradata. An example of this:\n```yaml\nopenntpd::listen: '127.0.0.1'\nopenntpd::servers:\n  - '0.europe.pool.ntp.org'\n  - '1.europe.pool.ntp.org'\n```\n\n## Customization\n\n### `package_manage`\nWhether the package should be managed by puppet. Type: `boolean`. Defaults to `true`\neg `package_manage: false` will not install the package from your package manager\n\n### `package_ensure`\nIf the package is managed, how to ensure the package, Type: `installed`, `absent` or `latest`. Defaults to `installed`\n\n### `package_name`\nIf the package is available under a different name, you can specify it here. Type: `string` Defaults to `openntpd`\n\n### `service_manage`\nWhether you want puppet to manage the service. Type: `boolean`, defaults to `true`\n\n### `service_ensure`\nIf the service is managed by puppet, what should be ensured. Type: `running` or `stopped`. Defaults to `running`\n\n### `service_name`\nIf the service is managed by puppet, what the name of the service should be. Type: `string` Defaults to 'openntpd'.\n\n### `config_manage`\nWhether this module should manage the configuration files. Type: `bool`. Defaults to `true`\n\n### `config_file`\nIf the configuration is managed by puppet, which location the configuration file should be at. Type: `absolute path`\n\n### `config_template`\nThe template file for the configuration file. Can be overridden for custom behaviour. Type: `string` Defaults to `openntpd/openntpd.conf.erb`.\n\n### `servers`\nAn array of servers to connect to. Type: `array` Defaults to a generic pool list.\n\n### `listen`\nA value to let the daemon listen on. Type: `string` or `array`. Defaults to `[]`.\nExample: `127.0.0.1`. or `['127.0.0.1', '::1']`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink0%2Fpuppet-openntpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink0%2Fpuppet-openntpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink0%2Fpuppet-openntpd/lists"}