aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-02-10 09:25:52 +0000
committerColin Guthrie <colin@mageia.org>2014-02-10 09:25:52 +0000
commit09098d4c429f7c96eef1ea58230d9f50dbdc90d4 (patch)
tree9cd57782444e0322b9d373f82ce97dcd5da0987c /manifests
parent6ce634bc206043d64020552ce6eda892425cf5e4 (diff)
downloadpuppet-09098d4c429f7c96eef1ea58230d9f50dbdc90d4.tar
puppet-09098d4c429f7c96eef1ea58230d9f50dbdc90d4.tar.gz
puppet-09098d4c429f7c96eef1ea58230d9f50dbdc90d4.tar.bz2
puppet-09098d4c429f7c96eef1ea58230d9f50dbdc90d4.tar.xz
puppet-09098d4c429f7c96eef1ea58230d9f50dbdc90d4.zip
alamut: Remove rsyncing from git.
Add in notification of the 'on-the-pull' system for mirroring in post-commit hook.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/alamut.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index c74a2589..1ed9d9f0 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -140,11 +140,4 @@ node alamut {
port => '4252',
proto => 'tcp',
}
-
- # temporary rsync of git repos
- cron { sync_git:
- command => '/usr/bin/rsync -aH --delete rsync://valstar.mageia.org/git/ /git/',
- user => 'git',
- minute => '*/5',
- }
}