{"id":19008037,"url":"https://github.com/teleivo/puppet-httpproxy","last_synced_at":"2025-08-23T13:10:22.340Z","repository":{"id":73330074,"uuid":"46356363","full_name":"teleivo/puppet-httpproxy","owner":"teleivo","description":"Configures http proxy settings on Ubuntu","archived":false,"fork":false,"pushed_at":"2015-11-19T15:12:28.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T14:49:31.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teleivo.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}},"created_at":"2015-11-17T15:32:50.000Z","updated_at":"2015-11-17T15:33:42.000Z","dependencies_parsed_at":"2023-03-11T15:12:37.626Z","dependency_job_id":null,"html_url":"https://github.com/teleivo/puppet-httpproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teleivo/puppet-httpproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleivo%2Fpuppet-httpproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleivo%2Fpuppet-httpproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleivo%2Fpuppet-httpproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleivo%2Fpuppet-httpproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teleivo","download_url":"https://codeload.github.com/teleivo/puppet-httpproxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teleivo%2Fpuppet-httpproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271748930,"owners_count":24814084,"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-23T02:00:09.327Z","response_time":69,"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":"2024-11-08T18:40:17.098Z","updated_at":"2025-08-23T13:10:22.320Z","avatar_url":"https://github.com/teleivo.png","language":"Ruby","readme":"# puppet-httpproxy\n\n[![Build Status](https://secure.travis-ci.org/teleivo/puppet-httpproxy.png?branch=master)](https://travis-ci.org/teleivo/puppet-httpproxy)\n\n#### Table of Contents\n\n1. [Module Description - What the module does and why it is useful](#module-description)\n2. [Setup - The basics of getting started with httpproxy](#setup)\n    * [Beginning with httpproxy](#beginning-with-httpproxy)\n3. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n    * [Classes](#classes)\n    * [Parameters](#parameters)\n4. [Limitations - OS compatibility, etc.](#limitations)\n5. [Development](#development)\n\n## Module Description\n\nThe httpproxy module configures http proxy on Ubuntu 14.04.\nIt currently adds\n* /etc/profile.d/proxy.sh (from template)\n\n## Setup\n\n### Beginning with httpproxy\n\nThe quickest setup httpproxy is to add the following to your manifest\n\n```puppet\nclass{ '::httpproxy':\n  http_proxy      =\u003e '192.168.1.100',\n  http_proxy_port =\u003e '8000',\n}\n```\n\n## Reference\n\n### Classes\n\n#### Public classes\n\n* [`httpproxy`](#httpproxy): Configures httpproxy.\n\n#### Private classes\n\n### Parameters\n\nAll parameters are optional except where otherwise noted.\n\n#### httpproxy\n\n##### `http_proxy`\n\n*Required.* Specifies the ipv4 address of the http proxy which will be\nconfigured.\nValid options: string containing ipv4 address.\n\n##### `http_proxy_port`\n\n*Required.* Specifies the port of the http proxy which will be configured.\nValid options: string containing digits from [0-9].\n\n##### `no_proxy`\n\nSpecifies a comma separated list of ip addresses which should not go through the proxy.\nCurrently only used in line 'export no_proxy=\"${no_proxy}\"' in /etc/profile.d/proxy.sh.\nValid options: string.\nDefaults to \"localhost,127.0.0.1\"\n\n##### `keep_sudoers_env`\n\nSpecifies whether `/etc/sudoers.d/proxy` is created which will preserve the environment variables created for $http_proxy when using sudo.\nValid options: 'true', 'false'.\nDefaults to 'false'.\n\n## Limitations\n\nThis module is currently only tested on Ubuntu 14.04 64bit.  \n\n## Development\n\nPlease feel free to open pull requests!\n\n### Running tests\nThis project contains tests for [rspec-puppet](http://rspec-puppet.com/) to\nverify functionality.\n\nTo install all dependencies for the testing environment:\n```bash\nsudo gem install bundler\nbundle install\n```\n\nTo run tests, lint and syntax checks once:\n```bash\nbundle exec rake test\n```\n\nTo run the tests on any change of puppet files in the manifests folder:\n```bash\nbundle exec guard\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteleivo%2Fpuppet-httpproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteleivo%2Fpuppet-httpproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteleivo%2Fpuppet-httpproxy/lists"}