diff options
-rw-r--r-- | deployment/dns/templates/mageia.org.zone | 3 | ||||
-rw-r--r-- | manifests/nodes.pp | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 57660be6..af3c9296 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -3,7 +3,7 @@ ; $Id$ $TTL 1D @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2011021102 ; Serial + 2011030301 ; Serial 21600 ; Refresh 3600 ; Retry 2419200 ; Expire @@ -92,6 +92,7 @@ transifex IN CNAME alamut lists IN CNAME alamut viewvc IN CNAME alamut svnweb IN CNAME alamut +xymon IN CNAME alamut ; temporary, until the vm is moved elsewhere forums IN CNAME alamut diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 03b86476..40060646 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -93,6 +93,9 @@ node alamut { include repositories::mirror include viewvc include xymon::server + apache::vhost_simple { "xymon.$domain": + location => "/var/lib/xymon/www", + } } # buildnode |