voxpupuli / puppet-gitlab_ci_runner

Module to mange gitlab CI runners. Extracted from https://github.com/voxpupuli/puppet-gitlab
Apache License 2.0
14 stars 52 forks source link

missing documentation for defined type parameter gitlab_ci_runner::runner::http_proxy #134

Open baurmatt opened 2 years ago

baurmatt commented 2 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

$ bundle exec rake lint
manifests/runner.pp:71:parameter_documentation:WARNING:missing documentation for defined type parameter gitlab_ci_runner::runner::http_proxy
manifests/runner.pp:71:parameter_documentation:WARNING:missing documentation for defined type parameter gitlab_ci_runner::runner::http_proxy

What are you seeing

  1. missing documentation for defined type parameter gitlab_ci_runner::runner::http_proxy
  2. Why isn't lint failing?

What behaviour did you expect instead

lint should fail.

Output log

Any additional information you'd like to impart

baurmatt commented 2 years ago

Will be fixed after https://github.com/voxpupuli/modulesync_config/pull/759 is modulesynced.