{"id":15998046,"url":"https://github.com/tamerz/puppet-steamcmd","last_synced_at":"2026-02-07T22:03:32.107Z","repository":{"id":25464735,"uuid":"104068405","full_name":"Tamerz/puppet-steamcmd","owner":"Tamerz","description":"Puppet module to manage steamcmd","archived":false,"fork":false,"pushed_at":"2024-05-29T07:11:31.000Z","size":76,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T01:38:48.537Z","etag":null,"topics":["puppet","steamcmd"],"latest_commit_sha":null,"homepage":"","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/Tamerz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-09-19T11:51:43.000Z","updated_at":"2024-05-29T07:08:49.000Z","dependencies_parsed_at":"2024-10-08T08:06:52.027Z","dependency_job_id":"50042738-082e-49cc-9eaa-b0b1768f474b","html_url":"https://github.com/Tamerz/puppet-steamcmd","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Tamerz/puppet-steamcmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tamerz%2Fpuppet-steamcmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tamerz%2Fpuppet-steamcmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tamerz%2Fpuppet-steamcmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tamerz%2Fpuppet-steamcmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tamerz","download_url":"https://codeload.github.com/Tamerz/puppet-steamcmd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tamerz%2Fpuppet-steamcmd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268147510,"owners_count":24203281,"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-07-31T02:00:08.723Z","response_time":66,"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","steamcmd"],"created_at":"2024-10-08T08:06:47.527Z","updated_at":"2026-02-07T22:03:27.077Z","avatar_url":"https://github.com/Tamerz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# steamcmd [![Build Status](https://api.travis-ci.com/Tamerz/puppet-steamcmd.svg?branch=main)](https://app.travis-ci.com/github/Tamerz/puppet-steamcmd)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with steamcmd](#setup)\n    * [Beginning with steamcmd](#beginning-with-steamcmd)\n3. [Usage - Configuration options and additional functionality](#usage)\n\n## Description\n\nThe steamcmd module installs Valve Corporation's \"Steam Console Client\".\n\nsteamcmd is used to host many different game servers based on Steam's platform.\n\n## Setup\n\n### Beginning with steamcmd\n\n`include steamcmd` will install steamcmd in `/opt/steamcmd` for Linux and `C:\\Steamcmd` for Windows.\n\n\n## Usage\n\nTo customize the installation, the following parameters are available:\n\n`installdir`: The location to install steamcmd to. Default on Linux is `/opt/steamcmd` and Windows is `C:\\Steamcmd`\n\n`user`: This will create a user that owns the directory. Default is `steamcmd`\n\n`group`: This will create a group that owns the directory. Default is `steamcmd`\n\nFor instance, to install to a different location with different users and groups:\n\n```puppet\nclass { 'steamcmd':\n  installdir =\u003e '/home/steam',\n  user       =\u003e 'steam',\n  group      =\u003e 'steam',\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamerz%2Fpuppet-steamcmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamerz%2Fpuppet-steamcmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamerz%2Fpuppet-steamcmd/lists"}