From f4fa33e8cc129403b4c260e5195fb89315fcb3ac Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Mon, 14 May 2018 12:43:36 +0200 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7521f92..8e94d27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ reviewed and merged if they suit some general guidelines: * Changes are located in a topic branch * For new functionality, proper tests are written * Changes should not solve certain problems on special environments -* Your change does not handle third party software for which dedicated Puppet modules exist +* Your change does not handle third party software for which dedicated Ansible role exist * such as creating databases, installing webserver etc. ## Branches -- GitLab