Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Jun 15, 2018
1 parent c46b2eb commit 1758176
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 @@ -171,7 +171,7 @@ gitlab::gitlab_rails:

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

To use the Gitlab CI runners it is required to have the [garethr/docker](https://forge.puppetlabs.com/garethr/docker) module.
To use the Gitlab CI runners it is required to have the [puppetlabs/docker](https://forge.puppetlabs.com/puppetlabs/docker) module.

`$manage_docker` can be set to false if docker is managed externally.

Expand All @@ -197,7 +197,7 @@ gitlab_ci_runners_defaults:
docker-image: "ubuntu:trusty"
```

To unregister a specific runner you may use `ensure` param:
To unregister a specific runner you may use `ensure` param:

```yaml
gitlab_ci_runners:
Expand Down

0 comments on commit 1758176

Please sign in to comment.