aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/manifests/common.pp')
-rw-r--r--modules/git/manifests/common.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/git/manifests/common.pp b/modules/git/manifests/common.pp
new file mode 100644
index 00000000..ed8ebbdf
--- /dev/null
+++ b/modules/git/manifests/common.pp
@@ -0,0 +1,3 @@
+class git::common {
+ package { 'git-core': }
+}