Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 908157f

Browse files
mrodmShimon
andauthored
Apply suggestions from code review
Co-authored-by: Shimon <[email protected]>
1 parent d354d8a commit 908157f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ github_actions_runner::user: 'root'
7373
github_actions_runner::group: 'root'
7474
github_actions_runner::instances:
7575
first_instance:
76-
use_proxy: true
7776
http_proxy: http://proxy.local
7877
https_proxy: http://proxy.local
7978
no_proxy: example.com

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Optional[String], Proxy URL for HTTPS traffic. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
4545
#
4646
# * no_proxy
47-
# Optional[String], Comma separated list of hosts that shoudl not use a proxy. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
47+
# Optional[String], Comma separated list of hosts that should not use a proxy. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
4848
#
4949

5050
class github_actions_runner (

manifests/instance.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Optional[String], Proxy URL for HTTPS traffic. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
3131
#
3232
# * no_proxy
33-
# Optional[String], Comma separated list of hosts that shoudl not use a proxy. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
33+
# Optional[String], Comma separated list of hosts that should not use a proxy. More information at https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners
3434
#
3535
# * repo_name
3636
# Optional[String], actions runner repository name.

0 commit comments

Comments
 (0)