{"id":30127733,"url":"https://github.com/sourceallies/puppet-awscli","last_synced_at":"2025-08-10T17:10:12.211Z","repository":{"id":16856247,"uuid":"19616253","full_name":"sourceallies/puppet-awscli","owner":"sourceallies","description":"A puppet module to install AWSCLI and manage the configuration","archived":false,"fork":false,"pushed_at":"2014-07-07T02:30:49.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-14T22:23:13.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/sourceallies.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":"2014-05-09T15:42:19.000Z","updated_at":"2014-05-09T16:01:50.000Z","dependencies_parsed_at":"2022-09-06T17:00:20.983Z","dependency_job_id":null,"html_url":"https://github.com/sourceallies/puppet-awscli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sourceallies/puppet-awscli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fpuppet-awscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fpuppet-awscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fpuppet-awscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fpuppet-awscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourceallies","download_url":"https://codeload.github.com/sourceallies/puppet-awscli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceallies%2Fpuppet-awscli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756394,"owners_count":24470566,"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-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-08-10T17:10:06.730Z","updated_at":"2025-08-10T17:10:12.188Z","avatar_url":"https://github.com/sourceallies.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requirements\npuppetlabs-stdlib\n\n# Example config setup:\nDefine awscli::config_hash in hiera for your node to setup the default of 'backupuser' (generic service account name I use).  This will attempt to create the home directory for the user if it doesn't exist but it does NOT setup the user/group for you, so you'll want to do that separately prior to running this module, I use profile::backupuser for that in this example:\n\n```\n$ grep -B1 aws modules/role/manifests/web_server.pp\n  class { 'profile::backupuser': } -\u003e\n  class { 'awscli': }\n\n$ grep aws hieradata/nodes/webserver01.domain.com.yaml\nawscli::config_hash:\n  'your_backup_aws_creds':\n    aws_access_key: 'ABCDEFGHIJKLMNOPQRST'\n    aws_secret_key: 'UVWXYZabcdefghijklmnopqrstuvwxyz12345789'\n    aws_region: 'us-east-1'\n```\nIf you're not using hiera you could still manually create a hash to be used with the awscli::config_hash parameter, or do something like this:\n\n```\ninclude awscli\nawscli::config { 'your_user':\n  $aws_access_key =\u003e \"ACCESSKEY123\",\n  $aws_secret_key =\u003e \"SECRETKEYABC\",\n  $owner = 'your_user',\n  $group = 'your_group',\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceallies%2Fpuppet-awscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourceallies%2Fpuppet-awscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceallies%2Fpuppet-awscli/lists"}