aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/alamut.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index 1db87c35..97788717 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -134,4 +134,11 @@ 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',
+ }
}