Skip to content

Commit

Permalink
Propose small spelling change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeis2497052 committed Jan 27, 2018
1 parent a7b110e commit 89a9c15
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ the `$::os` fact used in `install.pp` doesn't work as expected.

### Beginning with Gitlab

Just include the class and specify at least `external_url`. If `external_url` is not specified it will default to the FQDN fact of the system.
Just include the class and specify at least `external_url`. If `external_url` is not specified it will default to the FQDN fact of the system.

```puppet
class { 'gitlab':
Expand Down Expand Up @@ -170,7 +170,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 externally.

```yaml
classes:
Expand Down Expand Up @@ -248,7 +248,7 @@ gitlab::custom_hooks:

Since GitLab Shell 4.1.0 and GitLab 8.15 Chained hooks are supported. You can
create global hooks which will run for each repository on your server. Global
hooks can be created as a pre-receive, post-receive, or update hook.
hooks can be created as a pre-receive, post-receive, or update hook.

```puppet
gitlab::global_hook { 'my_custom_hook':
Expand Down Expand Up @@ -285,4 +285,3 @@ Make sure your PR passes the Rspec tests.
Have a look at [Github contributors](https://github.com/vshn/puppet-gitlab/graphs/contributors) to see a list of all the awesome contributors to this Puppet module. <3
This module was created and maintained by [VSHN AG](https://vshn.ch/) until the end of 2017. It was then donated
to Voxpupuli so that a broader community is able to maintain the module.

0 comments on commit 89a9c15

Please sign in to comment.