{"id":15517932,"url":"https://github.com/hfm/puppet-initsystem","last_synced_at":"2025-09-14T21:18:09.077Z","repository":{"id":57664121,"uuid":"51817606","full_name":"hfm/puppet-initsystem","owner":"hfm","description":"Puppet module for detecting initsystem of OS","archived":false,"fork":false,"pushed_at":"2022-08-30T06:40:09.000Z","size":56,"stargazers_count":1,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T11:56:47.765Z","etag":null,"topics":["puppet","system","sysvinit","upstart"],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/hfm/initsystem","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hfm.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":"2016-02-16T07:44:26.000Z","updated_at":"2024-06-29T23:07:42.000Z","dependencies_parsed_at":"2022-08-28T00:12:17.291Z","dependency_job_id":null,"html_url":"https://github.com/hfm/puppet-initsystem","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hfm/puppet-initsystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-initsystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-initsystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-initsystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-initsystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfm","download_url":"https://codeload.github.com/hfm/puppet-initsystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-initsystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275168718,"owners_count":25417182,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","system","sysvinit","upstart"],"created_at":"2024-10-02T10:14:33.312Z","updated_at":"2025-09-14T21:18:09.045Z","avatar_url":"https://github.com/hfm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# initsystem\n\n[![Build Status](https://img.shields.io/travis/hfm/puppet-initsystem/master.svg?style=flat-square)](https://travis-ci.org/hfm/puppet-initsystem)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/hfm/initsystem.svg?style=flat-square)](https://forge.puppetlabs.com/hfm/initsystem)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with init_daemon](#setup)\n1. [Usage - Configuration options and additional functionality](#usage)\n\n## Description\n\nThis module aims to detect initsystem of OS.\n\n## Setup\n\nInstalling the initsystem module.\n\n## Usage\n\nInstalling this module, you can use `$::initsystem` in Puppet manifests.\n\n```puppet\ncase $facts['initsystem'] {\n  'sysvinit' {\n    # Type your code...\n  }\n  'upstart' {\n    # Type your code...\n  }\n  'systemd' {\n    # Type your code...\n  }\n  default: {  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-initsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfm%2Fpuppet-initsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-initsystem/lists"}