Skip to content

Commit

Permalink
doc: clarify requirements for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilho committed Nov 7, 2024
1 parent 6ef1767 commit 674f018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This module installs and configures the Gitlab CI Runner Package or nodes.

Here is an example how to configure Gitlab CI runners using Hiera:

To use the Gitlab CI runners it is required to have the [puppetlabs/docker](https://forge.puppetlabs.com/puppetlabs/docker) module.
Set `$manage_docker` to false (the default) if Docker is not required (e.g., with `executor: "shell"`) or is managed by other means.

`$manage_docker` can be set to false if docker is managed externally.
Setting `$manage_docker` to true requires the [puppetlabs/docker](https://forge.puppetlabs.com/puppetlabs/docker) module.

```yaml
gitlab_ci_runner::concurrent: 4
Expand Down

0 comments on commit 674f018

Please sign in to comment.