aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-16 16:51:08 +0000
committerMichael Scherer <misc@mageia.org>2011-02-16 16:51:08 +0000
commitbf10cc7304cff293d927eb17aa331db6822f9a9e (patch)
tree57b0a99e07d72c0b47882eaf8f7230fe24bdcf18 /manifests
parentb059b5ff1b0fb24cd935046f3b4616c47d273f9a (diff)
downloadpuppet-bf10cc7304cff293d927eb17aa331db6822f9a9e.tar
puppet-bf10cc7304cff293d927eb17aa331db6822f9a9e.tar.gz
puppet-bf10cc7304cff293d927eb17aa331db6822f9a9e.tar.bz2
puppet-bf10cc7304cff293d927eb17aa331db6822f9a9e.tar.xz
puppet-bf10cc7304cff293d927eb17aa331db6822f9a9e.zip
- fix variable declaration
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 2d80edf7..4596bb26 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -69,7 +69,7 @@ node alamut {
# temporary, just the time the vm is running there
host { 'friteuse':
ip => '192.168.122.131',
- host_aliases => [ "friteuse.$domaine" ],
+ host_aliases => [ "friteuse.$domain" ],
ensure => 'present',
}
include libvirtd::kvm