diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-16 16:51:08 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-16 16:51:08 +0000 |
commit | bf10cc7304cff293d927eb17aa331db6822f9a9e (patch) | |
tree | 57b0a99e07d72c0b47882eaf8f7230fe24bdcf18 /manifests | |
parent | b059b5ff1b0fb24cd935046f3b4616c47d273f9a (diff) | |
download | puppet-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.pp | 2 |
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 |