From ec7cb205f9b6c7aa82621e0c3143dc0ecb6457b6 Mon Sep 17 00:00:00 2001 From: Lauren Rother Date: Thu, 20 Nov 2014 11:57:00 -0800 Subject: Updates README per MODULES-1425 Adds note to Setup section stating that the module will not create parent directories or install VCS software. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 08b8865..cefa50b 100644 --- a/README.markdown +++ b/README.markdown @@ -41,6 +41,10 @@ This module provides a single type with providers for each VCS, which can be use ##Setup +Before you begin using vcsrepo, it's worth keeping in mind that this module will not install VCS software for you. If you are going to use this module, you must have already installed your preferred VCS. + +Also, this module, like Puppet generally, will not create parent directories for you. You will need to have your parent directories in place before you begin. + ###Beginning with vcsrepo To get started with the vcsrepo module, you must simply define the type `vcsrepo` with a path to your repository and the [type of VCS](#Usage) you're using in `provider` (in the below example, Git). -- cgit v1.2.3