diff options
author | Colin Guthrie <colin@mageia.org> | 2014-02-09 13:55:50 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-02-09 13:55:50 +0000 |
commit | 45c3e15f063ba493f67e6c3e67780118c86bb1bd (patch) | |
tree | e6f82243a318f2f0f6793ed1409a35306f074ebf /manifests | |
parent | 07a56dfcfdfd9ccdf97454e589492eb8f6fb7223 (diff) | |
download | puppet-45c3e15f063ba493f67e6c3e67780118c86bb1bd.tar puppet-45c3e15f063ba493f67e6c3e67780118c86bb1bd.tar.gz puppet-45c3e15f063ba493f67e6c3e67780118c86bb1bd.tar.bz2 puppet-45c3e15f063ba493f67e6c3e67780118c86bb1bd.tar.xz puppet-45c3e15f063ba493f67e6c3e67780118c86bb1bd.zip |
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)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/alamut.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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": |