Skip to content

Commit

Permalink
fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Nov 26, 2015
1 parent c85a3fd commit 15c90e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ 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.

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

```
classes:
Expand All @@ -185,6 +185,7 @@ gitlab_ci_runners_defaults:
registration-token: "1234567890abcdef"
executor: "docker"
docker-image: "ubuntu:trusty"
```

## Limitations

Expand Down

0 comments on commit 15c90e3

Please sign in to comment.