summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-28 14:26:04 +0000
committermh <mh@immerda.ch>2008-12-28 14:26:04 +0000
commit2af5671775d11e39a449553f891f777efb96de7e (patch)
tree64bd50c75141efc341588d63848248a885fb716c
parent1355e6d8c2c9d3a0b1be9266f2dc5c7eadc06827 (diff)
added git-svn
-rw-r--r--manifests/svn.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/svn.pp b/manifests/svn.pp
new file mode 100644
index 0000000..b94c1a4
--- /dev/null
+++ b/manifests/svn.pp
@@ -0,0 +1,8 @@
+# manifests/svn.pp
+
+class git::svn {
+ include git
+ package{'git-svn':
+ require => Package['git'],
+ }
+}