From 45c3e15f063ba493f67e6c3e67780118c86bb1bd Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 9 Feb 2014 13:55:50 +0000 Subject: Add a new system to ensure our git repos are mirrored properly. This is a simple python daemon that I wrote which can be 'pinged' and told to update (or freshly clone) given git repos. Deploy this script on alamut (not started automatically yet) --- manifests/nodes/alamut.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/nodes/alamut.pp') diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 92d7abfa..c74a2589 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -73,6 +73,7 @@ node alamut { #Enable back to test. include repositories::git_mirror include cgit + include gitmirror include xymon::server apache::vhost_simple { "xymon.$domain": -- cgit v1.2.1