aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/repositories/manifests/git.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/repositories/manifests/git.pp b/deployment/repositories/manifests/git.pp
index fbbacad2..940940e4 100644
--- a/deployment/repositories/manifests/git.pp
+++ b/deployment/repositories/manifests/git.pp
@@ -10,4 +10,9 @@ class repositories::git {
description => "Reference code for forum.$domain",
group => "mga-forum-developers",
}
+
+ git::repository { "/git/initscripts":
+ description => "Source for initscripts package",
+ group => "mga-packagers-committers",
+ }
}