{"id":20301622,"url":"https://github.com/104corp/puppet-corp104_codedeploy_agent","last_synced_at":"2026-05-11T07:45:52.917Z","repository":{"id":55469000,"uuid":"99319128","full_name":"104corp/puppet-corp104_codedeploy_agent","owner":"104corp","description":"The codedeploy agent module installs, configures, and manages the codedeploy agent service across a range of operating systems and distributions.","archived":false,"fork":false,"pushed_at":"2024-03-05T07:08:21.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-02-14T20:39:30.508Z","etag":null,"topics":["aws","codedeploy-agent","puppet"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/104corp/corp104_codedeploy_agent","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/104corp.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}},"created_at":"2017-08-04T08:00:02.000Z","updated_at":"2024-03-05T07:08:24.000Z","dependencies_parsed_at":"2024-11-14T16:33:39.378Z","dependency_job_id":"a828f7b1-857b-4e67-b9b1-9ee9b69b9894","html_url":"https://github.com/104corp/puppet-corp104_codedeploy_agent","commit_stats":null,"previous_names":["104corp/corp104_codedeploy_agent"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/104corp/puppet-corp104_codedeploy_agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_codedeploy_agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_codedeploy_agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_codedeploy_agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_codedeploy_agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/104corp","download_url":"https://codeload.github.com/104corp/puppet-corp104_codedeploy_agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_codedeploy_agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["aws","codedeploy-agent","puppet"],"created_at":"2024-11-14T16:26:47.975Z","updated_at":"2026-05-02T08:31:35.306Z","avatar_url":"https://github.com/104corp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet module corp104_codedeploy_agent\n[![Build Status](https://travis-ci.org/104corp/puppet-corp104_codedeploy_agent.svg?branch=master)](https://travis-ci.org/104corp/puppet-corp104_codedeploy_agent)\n\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with corp104_codedeploy_agent](#setup)\n    * [Beginning with corp104_codedeploy_agent](#beginning-with-corp104_codedeploy_agent)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n## DEPRECATED\n\nDear users,\n\nThis repository is `no longer actively maintained`, and it will be officially deprecated and removed from Puppet Forge `on January 1, 2025`. We appreciate your support and contributions over the years.\n\nThank you for being part of our community.\n\n## Description\n\nThe corp104_codedeploy_agent module installs, configures, and manages the corp104_codedeploy_agent service across a range of operating systems and distributions.\n\n## Setup\n\n### Beginning with corp104_codedeploy_agent\n\n`include '::corp104_codedeploy_agent'` is enough to get you up and running.\n\n## Usage\n\nAll parameters for the ntp module are contained within the main `::corp104_codedeploy_agent` class, so for any function of the module, set the options you want. See the common usages below for examples.\n\n### Install and enable corp104_codedeploy_agent\n\n```puppet\ninclude '::corp104_codedeploy_agent'\n```\n\n### Download repository package to Use a Proxy\n\n```puppet\nclass { 'corp104_codedeploy_agent':\n  http_proxy =\u003e 'http://change.proxy.com:3128',\n}\n```\n\n### Configure codedeploy.onpremises.yml\n```puppet\nclass { 'corp104_codedeploy_agent': }\nclass { 'corp104_codedeploy_agent::onpremises': \n  aws_access_key_id     =\u003e 'you-aws-access-key',\n  aws_secret_access_key =\u003e 'you-aws-secret-key',\n  iam_user_arn          =\u003e 'you-iam-user-arn',\n  region                =\u003e 'you-aws-region'\n}\n```\n\n## Reference\n\n### Classes\n\n#### Public classes\n\n* corp104_codedeploy_agent: Main class, includes all other classes.\n\n#### Private classes\n\n* corp104_codedeploy_agent::install: Handles the packages.\n* corp104_codedeploy_agent::config: Handles the config.\n* corp104_codedeploy_agent::service: Handles the service.\n* corp104_codedeploy_agent::onpremises: Handles the on-premises config.\n\n## Limitations\n\nThis module cannot guarantee installation of corp104_codedeploy_agent versions that are not available on  platform repositories.\n\nThis module is officially [supported](https://forge.puppetlabs.com/supported) for the following Java versions and platforms:\n\n## Development\n\nPuppet modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. Please follow our guidelines when contributing changes.\n\nFor more information, see our [module contribution guide.](https://docs.puppetlabs.com/forge/contributing.html)\n\n### Contributors\n\nTo see who's already involved, see the [list of contributors.](https://github.com/104corp/puppet-corp104_codedeploy_agent/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F104corp%2Fpuppet-corp104_codedeploy_agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F104corp%2Fpuppet-corp104_codedeploy_agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F104corp%2Fpuppet-corp104_codedeploy_agent/lists"}