diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-23 14:32:19 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-23 14:32:19 +0000 |
commit | 89b2cdd69e7b10125b2bf7a62f0ec79430102b24 (patch) | |
tree | 45e981cc7abd0cd407fa63ce1a93f4e1ad3dfb9d | |
parent | bce68e5fb29ec2d651c71e7c975f8abce664591e (diff) | |
download | puppet-89b2cdd69e7b10125b2bf7a62f0ec79430102b24.tar puppet-89b2cdd69e7b10125b2bf7a62f0ec79430102b24.tar.gz puppet-89b2cdd69e7b10125b2bf7a62f0ec79430102b24.tar.bz2 puppet-89b2cdd69e7b10125b2bf7a62f0ec79430102b24.tar.xz puppet-89b2cdd69e7b10125b2bf7a62f0ec79430102b24.zip |
add friteuse to /etc/hosts
-rw-r--r-- | manifests/nodes.pp | 9 |
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 } |