aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 3a73a36f..59dbb9d9 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -61,7 +61,14 @@ node alamut {
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
}