diff options
Diffstat (limited to 'manifests/nodes/alamut.pp')
-rw-r--r-- | manifests/nodes/alamut.pp | 7 |
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', - } } |