diff options
author | Colin Guthrie <colin@mageia.org> | 2014-02-10 09:25:52 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-02-10 09:25:52 +0000 |
commit | 09098d4c429f7c96eef1ea58230d9f50dbdc90d4 (patch) | |
tree | 9cd57782444e0322b9d373f82ce97dcd5da0987c /manifests | |
parent | 6ce634bc206043d64020552ce6eda892425cf5e4 (diff) | |
download | puppet-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.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', - } } |