{"id":16854537,"url":"https://github.com/davispuh/puppet-systemd","last_synced_at":"2025-03-18T10:44:30.376Z","repository":{"id":18186287,"uuid":"21303346","full_name":"davispuh/Puppet-Systemd","owner":"davispuh","description":"A puppet module to configure system (hostname, locale, timezone) using Systemd","archived":false,"fork":false,"pushed_at":"2016-11-25T22:45:34.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T11:09:42.399Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davispuh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-28T13:33:01.000Z","updated_at":"2016-08-25T07:15:00.000Z","dependencies_parsed_at":"2022-08-25T15:50:19.779Z","dependency_job_id":null,"html_url":"https://github.com/davispuh/Puppet-Systemd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FPuppet-Systemd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FPuppet-Systemd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FPuppet-Systemd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davispuh%2FPuppet-Systemd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davispuh","download_url":"https://codeload.github.com/davispuh/Puppet-Systemd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244207670,"owners_count":20416100,"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-10-13T13:55:50.351Z","updated_at":"2025-03-18T10:44:30.353Z","avatar_url":"https://github.com/davispuh.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# systemd\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Setup - The basics of getting started with systemd](#setup)\n    * [What systemd affects](#what-systemd-affects)\n3. [Requirements - Module requirements](#eequirements)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n6. [Limitations - OS compatibility, etc.](#limitations)\n7. [Unlicense - This module is Unlicensed](#unlicense)\n8. [Contributing - Guide for contributing to the module](#development)\n\n## Overview\n\nThis module aims to automate all systemd related functionality.\nCurrently implemented is only configuration for hostname, locale, timezone.\n\n## Setup\n\n### What systemd affects\n\nSystemd module makes sure that systemd is installed and allows configuring hostname, locale and timezone.\n\n## Requirements\n\n* Puppet 3.5 or later\n* `trusted_node_data = true` set in `puppet.conf`\n\n\n## Usage\n\nFor just installing systemd, use\n`include systemd`\n\nTo configure hostname:\n`include systemd::hostname`\n\nTo configure locale:\n`include systemd::locale`\n\nTo set timezone:\n`include systemd::timezone`\n\nAll options can be specified with Hiera\n\n```\nsystemd::hostname::hostname: somehost\nsystemd::locale::locale: en_US.utf8\nsystemd::locale::keymap: us\nsystemd::timezone::timezone: America/New_York\nsystemd::timezone::local_rtc: false\nsystemd::timezone::use_ntp: true\n```\n\n## Reference\n\n* `manifests/init.pp`\n* `manifests/params.pp`\n* `manifests/hostname.pp`\n* `manifests/locale.pp`\n* `manifests/timezone.pp`\n\n## Limitations\n\nCurrently have been tested only on Archlinux and Gentoo\n\n## Unlicense\n\n![Copyright-Free](http://unlicense.org/pd-icon.png)\n\nAll text, documentation, code and files in this repository are in public domain (including this text, README).\nIt means you can copy, modify, distribute and include in your own work/code, even for commercial purposes, all without asking permission.\n\n[About Unlicense](http://unlicense.org/)\n\n## Contributing\n\nFeel free to improve anything.\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n\n**Warning**: By sending pull request to this repository you dedicate any and all copyright interest in pull request (code files and all other) to the public domain. (files will be in public domain even if pull request doesn't get merged)\n\nAlso before sending pull request you acknowledge that you own all copyrights or have authorization to dedicate them to public domain.\n\nIf you don't want to dedicate code to public domain or if you're not allowed to (eg. you don't own required copyrights) then DON'T send pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fpuppet-systemd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavispuh%2Fpuppet-systemd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavispuh%2Fpuppet-systemd/lists"}