Revision
751
Author
misc
Date
2011-01-09 13:46:48 +0100 (Sun, 09 Jan 2011)

Log Message

- let's welcome our new overlor^W server
- explain where should be friteuse 

Modified Paths

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2011-01-09 11:44:46 UTC (rev 750)
+++ puppet/manifests/nodes.pp	2011-01-09 12:46:48 UTC (rev 751)
@@ -162,7 +162,7 @@
 }
 
 node friteuse {
-# Location: VM hosted by nfrance
+# Location: VM hosted by nfrance (toulouse)
 # 
 # TODO:
 # - setup forum
@@ -170,3 +170,12 @@
     include default_mageia_server
     timezone::timezone { "Europe/Paris": }
 }
+
+node rabbit {
+# Location: Server offered by Dedibox (paris)
+# 
+# TODO:
+# - setup bcd
+    include default_mageia_server
+    timezone::timezone { "Europe/Paris": }
+}