{"id":15514461,"url":"https://github.com/petems/puppet-install-shell","last_synced_at":"2025-04-23T03:16:46.059Z","repository":{"id":13957373,"uuid":"16657636","full_name":"petems/puppet-install-shell","owner":"petems","description":"A shell script to install puppet on multiple distros","archived":false,"fork":false,"pushed_at":"2023-05-04T11:49:42.000Z","size":205,"stargazers_count":32,"open_issues_count":6,"forks_count":50,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T03:16:37.042Z","etag":null,"topics":["install-script","puppet","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/petems.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-09T01:49:56.000Z","updated_at":"2024-04-04T12:08:08.000Z","dependencies_parsed_at":"2025-03-05T01:41:02.452Z","dependency_job_id":null,"html_url":"https://github.com/petems/puppet-install-shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpuppet-install-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpuppet-install-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpuppet-install-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpuppet-install-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petems","download_url":"https://codeload.github.com/petems/puppet-install-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360510,"owners_count":21417721,"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":["install-script","puppet","shell"],"created_at":"2024-10-02T09:59:20.641Z","updated_at":"2025-04-23T03:16:46.034Z","avatar_url":"https://github.com/petems.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"puppet-install-shell\n====================\n\n![Acceptance Tests](https://github.com/petems/puppet-install-shell/actions/workflows/acceptance.yml/badge.svg)\n\nA shell script to install puppet on multiple distros, assuming no dependencies.\n\nThe code is a mashup of [puppet-bootstrap](https://github.com/hashicorp/puppet-bootstrap) and [chef's install.sh script](https://www.getchef.com/chef/install.sh).\n\nUsage\n```\n$ ./puppet.sh [-p] [-v version] [-f filename | -d download_dir]\n```\n\nDefaults to latest available as a version if none is given.\n\nCurrently working on: Debian, CentOS.\n\nA quick way to install after carefully looking at the source:\n\nPuppet \u003e 5.X\n```\n$ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_5_agent.sh | sudo sh\n```\n\nPuppet \u003e 6.X\n```\n$ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_6_agent.sh | sudo sh\n```\n\nPuppet \u003e 7.X\n```\n$ wget -O - https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_7_agent.sh | sudo sh\n```\n\n## Running Acceptance Tests\n\nPick an Operating System then run the rake helper:\n\n```bash\nbundle exec rake acceptance:suite_on_nodeset['centos-6-docker']\nbundle exec rake acceptance:suite_on_nodeset['centos-7-docker']\nbundle exec rake acceptance:suite_on_nodeset['ubuntu-1404-docker']\nbundle exec rake acceptance:suite_on_nodeset['ubuntu-1604-docker']\nbundle exec rake acceptance:suite_on_nodeset['debian-8-docker']\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetems%2Fpuppet-install-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetems%2Fpuppet-install-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetems%2Fpuppet-install-shell/lists"}