aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/repositories
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/repositories')
-rw-r--r--deployment/repositories/manifests/git.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/deployment/repositories/manifests/git.pp b/deployment/repositories/manifests/git.pp
index 940940e4..234ad90c 100644
--- a/deployment/repositories/manifests/git.pp
+++ b/deployment/repositories/manifests/git.pp
@@ -1,11 +1,4 @@
class repositories::git {
- file { "/git":
- ensure => directory,
- owner => root,
- group => root,
- mode => 755,
- }
-
git::repository { "/git/forum":
description => "Reference code for forum.$domain",
group => "mga-forum-developers",