Revision
882
Author
misc
Date
2011-01-23 15:32:19 +0100 (Sun, 23 Jan 2011)

Log Message

add friteuse to /etc/hosts

Modified Paths

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2011-01-23 14:32:17 UTC (rev 881)
+++ puppet/manifests/nodes.pp	2011-01-23 14:32:19 UTC (rev 882)
@@ -61,7 +61,14 @@
     include bugzilla
     include sympa::server
     include postfix::primary_smtp
-  
+
+    # temporary, just the time the vm is running there
+    host { 'friteuse':
+        ip => '192.168.122.131',
+        host_aliases => [ "friteuse.$domaine" ],
+        ensure => 'present',
+    }
+
     include lists
     include dns::server 
 }