From 86921f82696f127e7814c2909e06faff24d8b02b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 14 Jan 2011 02:40:28 +0000 Subject: start the repository type ( create it ) --- modules/git/manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/git/manifests') diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index 93fcc7e5..98392c90 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -28,7 +28,9 @@ class git { } define repository { - # TODO + exec { "git init --bare $name": + creates => $name, + } } -- cgit v1.2.1