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