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 }