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

Commit 69aa45e

Browse files
committed
remove spaces to fix linter documentation warnings
1 parent ce2703b commit 69aa45e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

manifests/init.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
# * no_proxy
5656
# 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
5757
#
58-
5958
class github_actions_runner (
6059
Enum['present', 'absent'] $ensure,
6160
Stdlib::Absolutepath $base_dir_name,

manifests/instance.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
# * labels
4242
# Optional[Array[String]], A list of costum lables to add to a runner.
4343
#
44-
4544
define github_actions_runner::instance (
4645
Enum['present', 'absent'] $ensure = 'present',
4746
String $personal_access_token = $github_actions_runner::personal_access_token,

0 commit comments

Comments
 (0)