From 89a9c15be396eaf8c6d00c9a65e6709d951cef45 Mon Sep 17 00:00:00 2001 From: John Eismeier Date: Sat, 27 Jan 2018 14:14:12 -0500 Subject: [PATCH] Propose small spelling change --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79a465b4..f62d330f 100644 --- a/README.md +++ b/README.md @@ -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': @@ -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: @@ -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': @@ -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. -