aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-06 11:24:55 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-06 11:24:55 +0000
commitcc9741e81272075260cdd8f52801270949705650 (patch)
tree1ab35126981ad133f6e17df83ab4050b7e53ec99 /manifests
parent3039c13c451d364ff3314ab9ab183d6cbb5dce3c (diff)
downloadpuppet-cc9741e81272075260cdd8f52801270949705650.tar
puppet-cc9741e81272075260cdd8f52801270949705650.tar.gz
puppet-cc9741e81272075260cdd8f52801270949705650.tar.bz2
puppet-cc9741e81272075260cdd8f52801270949705650.tar.xz
puppet-cc9741e81272075260cdd8f52801270949705650.zip
nodes_ip.pp: add friteuse
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes_ip.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp
index 10c321bc..7179a477 100644
--- a/manifests/nodes_ip.pp
+++ b/manifests/nodes_ip.pp
@@ -43,6 +43,9 @@ $nodes_ipaddr = {
arm2 => {
ipv4 => '10.42.0.52',
},
+ friteuse => {
+ ipv4 => '192.168.122.131',
+ },
}
# vim: sw=2