aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/repositories/manifests/git.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-27 18:35:50 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-27 18:35:50 +0000
commitf431eede10fac81543f93bda1e6a71f4b2dbfcda (patch)
treedb36af13a6af04c1f567a30df5fb98565d98743e /deployment/repositories/manifests/git.pp
parenta8fa0490f3c180cf8363b9d35d7982f2c6778728 (diff)
downloadpuppet-f431eede10fac81543f93bda1e6a71f4b2dbfcda.tar
puppet-f431eede10fac81543f93bda1e6a71f4b2dbfcda.tar.gz
puppet-f431eede10fac81543f93bda1e6a71f4b2dbfcda.tar.bz2
puppet-f431eede10fac81543f93bda1e6a71f4b2dbfcda.tar.xz
puppet-f431eede10fac81543f93bda1e6a71f4b2dbfcda.zip
Disable old git repositories
Diffstat (limited to 'deployment/repositories/manifests/git.pp')
-rw-r--r--deployment/repositories/manifests/git.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/deployment/repositories/manifests/git.pp b/deployment/repositories/manifests/git.pp
index 46445647..a9557920 100644
--- a/deployment/repositories/manifests/git.pp
+++ b/deployment/repositories/manifests/git.pp
@@ -1,11 +1,11 @@
class repositories::git {
- git::repository { '/git/forum':
- description => "Reference code for forum.$::domain",
- group => 'mga-forum-developers',
- }
+ #git::repository { '/git/forum':
+ # description => "Reference code for forum.$::domain",
+ # group => 'mga-forum-developers',
+ #}
- git::repository { '/git/initscripts':
- description => 'Source for initscripts package',
- group => 'mga-packagers-committers',
- }
+ #git::repository { '/git/initscripts':
+ # description => 'Source for initscripts package',
+ # group => 'mga-packagers-committers',
+ #}
}