diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-20 11:53:01 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-20 11:53:01 +0000 |
commit | 6ffd74d658c98e821370815d53c02f691e113c44 (patch) | |
tree | a0564e186902abefd9012a0f64eb857468ca9963 /manifests/nodes.pp | |
parent | 9bebaf907f873bb79b398b5d1447f1bb16ef1548 (diff) | |
download | puppet-6ffd74d658c98e821370815d53c02f691e113c44.tar puppet-6ffd74d658c98e821370815d53c02f691e113c44.tar.gz puppet-6ffd74d658c98e821370815d53c02f691e113c44.tar.bz2 puppet-6ffd74d658c98e821370815d53c02f691e113c44.tar.xz puppet-6ffd74d658c98e821370815d53c02f691e113c44.zip |
disable mirror, as the cron job is incorrect, will be fixed later
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r-- | manifests/nodes.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index bce1ec68..3b6d6432 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -115,7 +115,8 @@ node alamut { include repositories::svn_mirror include viewvc - include repositories::git_mirror + # disabled until fixed + #include repositories::git_mirror include gitweb include xymon::server |