From 197f63e7c6b52821791d64a1999caa5f6175d085 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Fri, 11 Jul 2014 14:39:53 -0500 Subject: [PATCH] Updated the README file. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index e69de29..f8ac53a 100644 --- a/README +++ b/README @@ -0,0 +1,8 @@ +# Rhizomatica Puppet repository + +Here you will find all the modules which we are currently using in the Rhizomatica infrastructure. +Some of them are directly pulled from PuppetForge or github. A bunch are included as submodules, others are directly imported in the repository. +To have a working repo, you should also include all the submodules: + git submodule init + git submodule update +