aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-14 02:40:28 +0000
committerMichael Scherer <misc@mageia.org>2011-01-14 02:40:28 +0000
commit86921f82696f127e7814c2909e06faff24d8b02b (patch)
tree5383cd4198c3c0fc08ac4a37f90c4e64f1a7b9d7 /modules
parent91f0128c617e4a2a551914f9d21c757f48b02a6a (diff)
downloadpuppet-86921f82696f127e7814c2909e06faff24d8b02b.tar
puppet-86921f82696f127e7814c2909e06faff24d8b02b.tar.gz
puppet-86921f82696f127e7814c2909e06faff24d8b02b.tar.bz2
puppet-86921f82696f127e7814c2909e06faff24d8b02b.tar.xz
puppet-86921f82696f127e7814c2909e06faff24d8b02b.zip
start the repository type ( create it )
Diffstat (limited to 'modules')
-rw-r--r--modules/git/manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
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,
+ }
}