aboutsummaryrefslogtreecommitdiff
path: root/manifests/git.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/git.pp')
-rw-r--r--manifests/git.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/git.pp b/manifests/git.pp
new file mode 100644
index 0000000..3d564c4
--- /dev/null
+++ b/manifests/git.pp
@@ -0,0 +1,5 @@
+# This class is the base for any other services handled by this module.
+
+class git {
+ package { "git-core": ensure => installed }
+}