{"id":27958037,"url":"https://github.com/ericsson/puppet-module-motd","last_synced_at":"2026-04-01T20:44:40.690Z","repository":{"id":8495619,"uuid":"10102955","full_name":"Ericsson/puppet-module-motd","owner":"Ericsson","description":"Puppet module to manage MOTD","archived":false,"fork":false,"pushed_at":"2023-10-20T15:09:59.000Z","size":62,"stargazers_count":2,"open_issues_count":3,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-14T02:59:48.319Z","etag":null,"topics":["puppet"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ericsson.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":"2013-05-16T14:26:33.000Z","updated_at":"2022-09-21T10:59:31.000Z","dependencies_parsed_at":"2025-05-07T18:16:03.958Z","dependency_job_id":"a2071cad-a55a-49c6-9655-b9c285b4d16f","html_url":"https://github.com/Ericsson/puppet-module-motd","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Ericsson/puppet-module-motd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-motd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-motd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-motd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-motd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ericsson","download_url":"https://codeload.github.com/Ericsson/puppet-module-motd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-motd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["puppet"],"created_at":"2025-05-07T18:15:57.732Z","updated_at":"2026-04-01T20:44:40.660Z","avatar_url":"https://github.com/Ericsson.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-module-motd\n\nPuppet module to manage /etc/motd and /etc/issue files\n\n[![Build Status](https://travis-ci.org/Ericsson/puppet-module-motd.png?branch=master)](https://travis-ci.org/Ericsson/puppet-module-motd)\n\n# Compatibility\n\nThis module has been tested to work on the following platforms with\nPuppet v4 and v5 using the ruby versions that are shipped with each. See\n`.travis.yml` for the exact matrix.\n\n* Debian 5\n* Debian 6\n* Debian 7\n* EL 5\n* EL 6\n* EL 7\n* EL 8\n* Solaris 9\n* Solaris 10\n* Solaris 11\n* Suse 10 (SLED/SLES)\n* Suse 11 (SLED/SLES)\n* Suse 12 (SLED/SLES)\n* Ubuntu 12.04 LTS\n* Ubuntu 14.04 LTS\n\n\n# Parameters\n\nmotd_file\n---------\nPath to motd.\n\n- *Default*: '/etc/motd'\n\nmotd_ensure\n-----------\nensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.\n\n- *Default*: file\n\nmotd_owner\n----------\nmotd's owner.\n\n- *Default*: 'root'\n\n\nmotd_group\n----------\nmotd's group.\n\n- *Default*: 'root'\n\n\nmotd_mode\n---------\nmotd's mode.\n\n- *Default*: '0644'\n\nmotd_content\n---------\ncontent of motd file\n\n- *Default*: undef\n\nissue_file\n----------\nPath to issue.\n\n- *Default*: '/etc/issue'\n\nissue_ensure\n------------\nensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.\n\n- *Default*: file\n\nissue_owner\n-----------\nissue's owner.\n\n- *Default*: 'root'\n\nissue_group\n-----------\nissue's group.\n\n- *Default*: 'root'\n\nissue_mode\n----------\nissue's mode.\n\n- *Default*: '0644'\n\nissue_content\n----------\ncontent of issue file\n\n- *Default*: undef\n\nissue_net_file\n--------------\nPath to issue.net.\n\n- *Default*: '/etc/issue.net'\n\nissue_net_ensure\n----------------\nensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.\n\n- *Default*: file\n\nissue_net_owner\n---------------\nissue.net's owner.\n\n- *Default*: 'root'\n\nissue_net_group\n---------------\nissue.net's group.\n\n- *Default*: 'root'\n\nissue_net_mode\n--------------\nissue.net's mode.\n\n- *Default*: '0644'\n\nissue_net_content\n--------------\ncontent of issue.net file\n\n- *Default*:  undef\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fpuppet-module-motd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericsson%2Fpuppet-module-motd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fpuppet-module-motd/lists"}