From 09098d4c429f7c96eef1ea58230d9f50dbdc90d4 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 10 Feb 2014 09:25:52 +0000 Subject: alamut: Remove rsyncing from git. Add in notification of the 'on-the-pull' system for mirroring in post-commit hook. --- manifests/nodes/alamut.pp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'manifests/nodes') 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', - } } -- cgit v1.2.1