{"id":20301573,"url":"https://github.com/104corp/puppet-corp104_aws_agent","last_synced_at":"2026-05-02T08:32:21.011Z","repository":{"id":57664531,"uuid":"98158447","full_name":"104corp/puppet-corp104_aws_agent","owner":"104corp","description":"The aws agent module installs, configures, and manages the aws agent service across a range of operating systems and distributions.","archived":false,"fork":false,"pushed_at":"2024-03-05T07:14:05.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-04T06:41:30.678Z","etag":null,"topics":["aws","aws-agent","puppet"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/104corp/corp104_aws_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":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":"2017-07-24T06:49:04.000Z","updated_at":"2024-03-05T07:14:09.000Z","dependencies_parsed_at":"2024-11-14T16:33:33.464Z","dependency_job_id":"878154cc-fffe-4cf9-a602-ae27bd915209","html_url":"https://github.com/104corp/puppet-corp104_aws_agent","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"24705ff219ad7e7f2b4a12ed1e4d331f1c70be9f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/104corp/puppet-corp104_aws_agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_aws_agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_aws_agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_aws_agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_aws_agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/104corp","download_url":"https://codeload.github.com/104corp/puppet-corp104_aws_agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/104corp%2Fpuppet-corp104_aws_agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528223,"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","aws-agent","puppet"],"created_at":"2024-11-14T16:26:34.569Z","updated_at":"2026-05-02T08:32:20.991Z","avatar_url":"https://github.com/104corp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet module corp104_aws_agent\n[![Build Status](https://travis-ci.org/104corp/puppet-corp104_aws_agent.svg?branch=master)](https://travis-ci.org/104corp/puppet-corp104_aws_agent)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with corp104_aws_agent](#setup)\n    * [Beginning with corp104_aws_agent](#beginning-with-corp104_aws_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 aws agent module installs, configures, and manages the AWS aws agent service across a range of operating systems and distributions.\n\n## Setup\n\n### Beginning with corp104_aws_agent\n\n`include '::corp104_aws_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_aws_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 AWS Agent\n\n```puppet\ninclude '::corp104_aws_agent'\n```\n\n### Configuring AWS Agent to Use a Proxy\n\n```puppet\nclass { '::corp104_aws_agent':\n  http_proxy  =\u003e 'http://change.proxy.com:3128',\n  no_proxy    =\u003e '169.254.169.254',\n}\n```\n\n## Reference\n\n### Classes\n\n#### Public classes\n\n* corp104_aws_agent: Main class, includes all other classes.\n\n#### Private classes\n\n* corp104_aws_agent::install: Handles the packages.\n* corp104_aws_agent::service: Handles the service.\n\n## Parameters\n\nThe following parameters are available in the `::corp104_aws_agent` class:\n\n#### `aws_agent_download_url`\n\nOptional.\n\nData type: String.\n\nThe aws agent download url\n\nDefault value: `https://d1wk0tztpsntt1.cloudfront.net/linux/latest/install`\n\n#### `proxy_install_manage`\n\nOptional.\n\nData type: Boolean.\n\nEnables the use of agents to download the source code\n\nDefault value: `false`\n\n#### `proxy_install_manage_timeout`\n\nOptional.\n\nData type: String.\n\nConnect timeout use of agents to download the source code\n\nDefault value: `60`\n\n## Limitations\n\nThis module has been tested platform on:\n\n* Red Hat Enterprise Linux (RHEL) 6, 7\n* CentOS 6, 7\n* Debian 6, 7\n* Ubuntu 16.04\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_aws_agent/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F104corp%2Fpuppet-corp104_aws_agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F104corp%2Fpuppet-corp104_aws_agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F104corp%2Fpuppet-corp104_aws_agent/lists"}